EpilepsyEpilepsy is a group of non-communicable neurological disorders characterized by recurrent epileptic seizures. An epileptic seizure is the clinical manifestation of an abnormal, excessive, purposeless and synchronized electrical discharge in the brain cells called neurons. The occurrence of two or more unprovoked seizures defines epilepsy. The occurrence of just one seizure may warrant the definition (set out by the International League Against Epilepsy) in a more clinical usage where recurrence may be able to be prejudged.
SeizureAn epileptic seizure, informally known as a seizure, is a period of symptoms due to abnormally excessive or synchronous neuronal activity in the brain. Outward effects vary from uncontrolled shaking movements involving much of the body with loss of consciousness (tonic-clonic seizure), to shaking movements involving only part of the body with variable levels of consciousness (focal seizure), to a subtle momentary loss of awareness (absence seizure). Most of the time these episodes last less than two minutes and it takes some time to return to normal.
Deep learningDeep learning is part of a broader family of machine learning methods, which is based on artificial neural networks with representation learning. The adjective "deep" in deep learning refers to the use of multiple layers in the network. Methods used can be either supervised, semi-supervised or unsupervised.
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.
Types of artificial neural networksThere are many types of artificial neural networks (ANN). Artificial neural networks are computational models inspired by biological neural networks, and are used to approximate functions that are generally unknown. Particularly, they are inspired by the behaviour of neurons and the electrical signals they convey between input (such as from the eyes or nerve endings in the hand), processing, and output from the brain (such as reacting to light, touch, or heat). The way neurons semantically communicate is an area of ongoing research.
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.
Psychogenic non-epileptic seizurePsychogenic non-epileptic seizures (PNES), which have been more recently classified as functional seizures, are events resembling an epileptic seizure, but without the characteristic electrical discharges associated with epilepsy. PNES fall under the category of disorders known as functional neurological disorders (FND), also known as conversion disorders. These are typically treated by psychologists or psychiatrists. PNES has previously been called pseudoseizures, psychogenic seizures, and hysterical seizures, but these terms have fallen out of favor.
Feedforward neural networkA feedforward neural network (FNN) is one of the two broad types of artificial neural network, characterized by direction of the flow of information between its layers. Its flow is uni-directional, meaning that the information in the model flows in only one direction—forward—from the input nodes, through the hidden nodes (if any) and to the output nodes, without any cycles or loops, in contrast to recurrent neural networks, which have a bi-directional flow.
Seizure typesIn the field of neurology, seizure types are categories of seizures defined by seizure behavior, symptoms, and diagnostic tests. The International League Against Epilepsy (ILAE) 2017 classification of seizures is the internationally recognized standard for identifying seizure types. The ILAE 2017 classification of seizures is a revision of the prior ILAE 1981 classification of seizures. Distinguishing between seizure types is important since different types of seizures may have different causes, outcomes, and treatments.
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.