Non-24-hour sleep–wake disorderNon-24-hour sleep–wake disorder (non-24 or N24SWD) is one of several chronic circadian rhythm sleep disorders (CRSDs). It is defined as a "chronic steady pattern comprising [...] daily delays in sleep onset and wake times in an individual living in a society". Symptoms result when the non-entrained (free-running) endogenous circadian rhythm drifts out of alignment with the light–dark cycle in nature. Although this sleep disorder is more common in blind people, affecting up to 70% of the totally blind, it can also affect sighted people.
Circadian rhythm sleep disorderCircadian rhythm sleep disorders (CRSD), also known as circadian rhythm sleep-wake disorders (CRSWD), are a family of sleep disorders which affect the timing of sleep. CRSDs arise from a persistent pattern of sleep/wake disturbances that can be caused either by dysfunction in one's biological clock system, or by misalignment between one's endogenous oscillator and externally imposed cues. As a result of this mismatch, those affected by circadian rhythm sleep disorders have a tendency to fall asleep at unconventional time points in the day.
Delayed sleep phase disorderDelayed sleep phase disorder (DSPD), more often known as delayed sleep phase syndrome and also as delayed sleep–wake phase disorder, is the delaying of a person's circadian rhythm (biological clock) compared to those of societal norms. The disorder affects the timing of biological rhythms including sleep, peak period of alertness, core body temperature, and hormonal cycles. The diagnosis of this disorder is currently a point of contention among specialists of sleep disorders.
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.
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.
Learning classifier systemLearning classifier systems, or LCS, are a paradigm of rule-based machine learning methods that combine a discovery component (e.g. typically a genetic algorithm) with a learning component (performing either supervised learning, reinforcement learning, or unsupervised learning). Learning classifier systems seek to identify a set of context-dependent rules that collectively store and apply knowledge in a piecewise manner in order to make predictions (e.g. behavior modeling, classification, data mining, regression, function approximation, or game strategy).
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.
Sleep deprivationSleep deprivation, also known as sleep insufficiency or sleeplessness, is the condition of not having adequate duration and/or quality of sleep to support decent alertness, performance, and health. It can be either chronic or acute and may vary widely in severity. Acute sleep deprivation is when an individual sleeps less than usual or does not sleep at all for a short period of time – normally lasting one to two days but tends to follow the sleepless pattern for longer with no outside factors in play.
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.
Convolutional neural networkConvolutional neural network (CNN) is a regularized type of feed-forward neural network that learns feature engineering by itself via filters (or kernel) optimization. Vanishing gradients and exploding gradients, seen during backpropagation in earlier neural networks, are prevented by using regularized weights over fewer connections. For example, for each neuron in the fully-connected layer 10,000 weights would be required for processing an image sized 100 × 100 pixels.