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.
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.
ElectroencephalographyElectroencephalography (EEG) is a method to record an electrogram of the spontaneous electrical activity of the brain. The biosignals detected by EEG have been shown to represent the postsynaptic potentials of pyramidal neurons in the neocortex and allocortex. It is typically non-invasive, with the EEG electrodes placed along the scalp (commonly called "scalp EEG") using the International 10–20 system, or variations of it. Electrocorticography, involving surgical placement of electrodes, is sometimes called "intracranial EEG".
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.
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.
Complexity classIn computational complexity theory, a complexity class is a set of computational problems "of related resource-based complexity". The two most commonly analyzed resources are time and memory. In general, a complexity class is defined in terms of a type of computational problem, a model of computation, and a bounded resource like time or memory. In particular, most complexity classes consist of decision problems that are solvable with a Turing machine, and are differentiated by their time or space (memory) requirements.
Focal seizureFocal seizures (also called partial seizures and localized seizures) are seizures which affect initially only one hemisphere of the brain. The brain is divided into two hemispheres, each consisting of four lobes – the frontal, temporal, parietal and occipital lobes. A focal seizure is generated in and affects just one part of the brain – a whole hemisphere or part of a lobe. Symptoms will vary according to where the seizure occurs. When seizures occur in the frontal lobe the patient may experience a wave-like sensation in the head.
Post-traumatic epilepsyPost-traumatic epilepsy (PTE) is a form of acquired epilepsy that results from brain damage caused by physical trauma to the brain (traumatic brain injury, abbreviated TBI). A person with PTE experiences repeated post-traumatic seizures (PTS, seizures that result from TBI) more than a week after the initial injury. PTE is estimated to constitute 5% of all cases of epilepsy and over 20% of cases of acquired epilepsy (in which seizures are caused by an identifiable organic brain condition).
PatientA patient is any recipient of health care services that are performed by healthcare professionals. The patient is most often ill or injured and in need of treatment by a physician, nurse, optometrist, dentist, veterinarian, or other health care provider. The word patient originally meant 'one who suffers'. This English noun comes from the Latin word patiens, the present participle of the deponent verb, patior, meaning 'I am suffering,' and akin to the Greek verb πάσχειν (paskhein, to suffer) and its cognate noun πάθος (pathos).
Temporal lobe epilepsyIn the field of neurology, temporal lobe epilepsy is an enduring brain disorder that causes unprovoked seizures from the temporal lobe. Temporal lobe epilepsy is the most common type of focal onset epilepsy among adults. Seizure symptoms and behavior distinguish seizures arising from the medial temporal lobe from seizures arising from the lateral (neocortical) temporal lobe. Memory and psychiatric comorbidities may occur. Diagnosis relies on electroencephalographic (EEG) and neuroimaging studies.
Traumatic brain injuryA traumatic brain injury (TBI), also known as an intracranial injury, is an injury to the brain caused by an external force. TBI can be classified based on severity ranging from mild traumatic brain injury (mTBI/concussion) to severe traumatic brain injury. TBI can also be characterized based on mechanism (closed or penetrating head injury) or other features (e.g., occurring in a specific location or over a widespread area). Head injury is a broader category that may involve damage to other structures such as the scalp and skull.
Juvenile myoclonic epilepsyJuvenile myoclonic epilepsy (JME), also known as Janz syndrome, is a form of genetic generalized epilepsy (also known as idiopathic generalized epilepsy), representing 5–10% of all epilepsy cases. Typically it first presents between the ages of 12 and 18 with myoclonic seizures (brief, involuntary, single or multiple episodes of muscle contractions caused by abnormal excessive or synchronous neuronal activity in the brain). These events typically occur after awakening from sleep, during the evening or when sleep deprived.
Approximation algorithmIn computer science and operations research, approximation algorithms are efficient algorithms that find approximate solutions to optimization problems (in particular NP-hard problems) with provable guarantees on the distance of the returned solution to the optimal one. Approximation algorithms naturally arise in the field of theoretical computer science as a consequence of the widely believed P ≠ NP conjecture. Under this conjecture, a wide class of optimization problems cannot be solved exactly in polynomial time.
Sudden unexpected death in epilepsySudden unexpected death in epilepsy (SUDEP) is a fatal complication of epilepsy. It is defined as the sudden and unexpected, non-traumatic and non-drowning death of a person with epilepsy, without a toxicological or anatomical cause of death detected during the post-mortem examination. While the mechanisms underlying SUDEP are still poorly understood, it is possibly the most common cause of death as a result of complications from epilepsy, accounting for between 7.5 and 17% of all epilepsy-related deaths and 50% of all deaths in refractory epilepsy.
Wearable technologyWearable technology is any technology that is designed to be used while worn. Common types of wearable technology include smartwatches and smartglasses. Wearable electronic devices are often close to or on the surface of the skin, where they detect, analyze, and transmit information such as vital signs, and/or ambient data and which allow in some cases immediate biofeedback to the wearer.
P (complexity)In computational complexity theory, P, also known as PTIME or DTIME(nO(1)), is a fundamental complexity class. It contains all decision problems that can be solved by a deterministic Turing machine using a polynomial amount of computation time, or polynomial time. Cobham's thesis holds that P is the class of computational problems that are "efficiently solvable" or "tractable". This is inexact: in practice, some problems not known to be in P have practical solutions, and some that are in P do not, but this is a useful rule of thumb.
Computational complexityIn computer science, the computational complexity or simply complexity of an algorithm is the amount of resources required to run it. Particular focus is given to computation time (generally measured by the number of needed elementary operations) and memory storage requirements. The complexity of a problem is the complexity of the best algorithms that allow solving the problem. The study of the complexity of explicitly given algorithms is called analysis of algorithms, while the study of the complexity of problems is called computational complexity theory.
Wearable computerA wearable computer, also known as a body-borne computer, is a computing device worn on the body. The definition of 'wearable computer' may be narrow or broad, extending to smartphones or even ordinary wristwatches. Wearables may be for general use, in which case they are just a particularly small example of mobile computing. Alternatively, they may be for specialized purposes such as fitness trackers. They may incorporate special sensors such as accelerometers, heart rate monitors, or on the more advanced side, electrocardiogram (ECG) and blood oxygen saturation (SpO2) monitors.
ElectrocorticographyElectrocorticography (ECoG), a type of intracranial electroencephalography (iEEG), is a type of electrophysiological monitoring that uses electrodes placed directly on the exposed surface of the brain to record electrical activity from the cerebral cortex. In contrast, conventional electroencephalography (EEG) electrodes monitor this activity from outside the skull. ECoG may be performed either in the operating room during surgery (intraoperative ECoG) or outside of surgery (extraoperative ECoG).
Epilepsy surgeryEpilepsy surgery involves a neurosurgical procedure where an area of the brain involved in seizures is either resected, ablated, disconnected or stimulated. The goal is to eliminate seizures or significantly reduce seizure burden. Approximately 60% of all people with epilepsy (0.4% of the population of industrialized countries) have focal epilepsy syndromes. In 15% to 20% of these patients, the condition is not adequately controlled with anticonvulsive drugs. Such patients are potential candidates for surgical epilepsy treatment.