Recurrent neural networkA recurrent neural network (RNN) is one of the two broad types of artificial neural network, characterized by direction of the flow of information between its layers. In contrast to uni-directional feedforward neural network, it is a bi-directional artificial neural network, meaning that it allows the output from some nodes to affect subsequent input to the same nodes. Their ability to use internal state (memory) to process arbitrary sequences of inputs makes them applicable to tasks such as unsegmented, connected handwriting recognition or speech recognition.
Q-learningQ-learning is a model-free reinforcement learning algorithm to learn the value of an action in a particular state. It does not require a model of the environment (hence "model-free"), and it can handle problems with stochastic transitions and rewards without requiring adaptations. For any finite Markov decision process (FMDP), Q-learning finds an optimal policy in the sense of maximizing the expected value of the total reward over any and all successive steps, starting from the current state.
Non-epileptic seizureNon-epileptic seizures (NES), also known as non-epileptic events, are paroxysmal events that appear similar to an epileptic seizure but do not involve abnormal, rhythmic discharges of neurons in the brain. Symptoms may include shaking, loss of consciousness, and loss of bladder control. They may or may not be caused by either physiological or psychological conditions. Physiological causes include fainting, sleep disorders, and heart arrhythmias. Psychological causes are known as psychogenic non-epileptic seizures.
Febrile seizureA febrile seizure, also known as a fever fit or febrile convulsion, is a seizure associated with a high body temperature but without any serious underlying health issue. They most commonly occur in children between the ages of 6 months and 5 years. Most seizures are less than five minutes in duration, and the child is completely back to normal within an hour of the event. There are two types: simple febrile seizures and complex febrile seizures.
Post-traumatic seizurePost-traumatic seizures (PTS) are seizures that result from traumatic brain injury (TBI), brain damage caused by physical trauma. PTS may be a risk factor for post-traumatic epilepsy (PTE), but a person having a seizure or seizures due to traumatic brain injury does not necessarily have PTE, which is a form of epilepsy, a chronic condition in which seizures occur repeatedly. However, "PTS" and "PTE" may be used interchangeably in medical literature. Seizures are usually an indication of a more severe TBI.
Reflex seizureReflex seizures are epileptic seizures that are consistently induced by a specific stimulus or trigger making them distinct from other epileptic seizures, which are usually unprovoked. Reflex seizures are otherwise similar to unprovoked seizures and may be focal (simple or complex), generalized, myoclonic, or absence seizures. Epilepsy syndromes characterized by repeated reflex seizures are known as reflex epilepsies. Photosensitive seizures are often myoclonic, absence, or focal seizures in the occipital lobe, while musicogenic seizures are associated with focal seizures in the temporal lobe.
NeurofeedbackNeurofeedback is a type of biofeedback that focuses on the neuronal activity of the brain. The training method is based on reward learning (operant conditioning) where a real-time feedback provided to the trainee is supposed to reinforce desired brain activity or inhibit unfavorable activity patterns. Different mental states (for example, concentration, relaxation, creativity, distractibility, rumination, etc.) are associated with different brain activities or brain states.
Binary classificationBinary classification is the task of classifying the elements of a set into two groups (each called class) on the basis of a classification rule. Typical binary classification problems include: Medical testing to determine if a patient has certain disease or not; Quality control in industry, deciding whether a specification has been met; In information retrieval, deciding whether a page should be in the result set of a search or not. Binary classification is dichotomization applied to a practical situation.
Absence seizureAbsence seizures are one of several kinds of generalized seizures. These seizures are sometimes referred to as petit mal seizures (from the French for "little illness", a term dated in the late 18th century). Absence seizures are characterized by a brief loss and return of consciousness, generally not followed by a period of lethargy (i.e. without a notable postictal state). Absence seizures are most common in children. They affect both sides of the brain. Absence seizures affect between 0.7 and 4.
Reinforcement learningReinforcement learning (RL) is an area of machine learning concerned with how intelligent agents ought to take actions in an environment in order to maximize the notion of cumulative reward. Reinforcement learning is one of three basic machine learning paradigms, alongside supervised learning and unsupervised learning. Reinforcement learning differs from supervised learning in not needing labelled input/output pairs to be presented, and in not needing sub-optimal actions to be explicitly corrected.