SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 105
DEAP BASE DETECTION OF EPILEPSY AND SLEEP PARALYSIS THROUGH
COMPUTED EEG AND FACE EXPRESSION ANALYSIS
Mrs. Buvaneswari B1, Deephika R2, Mythreyee N3, Preethi R4, Shilpa Sundar5
1Associate Professor of B.Tech, Information Technology Department, Panimalar Engineering College,
Tamil Nadu, India.
2,3,4,5 Students of B.Tech, Information Technology Department, Panimalar Engineering College, Tamil Nadu, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Emotion assumes a vital part in our day by day
life and work. Ongoing evaluation and direction of emotion
will enhance individuals' life and improve it. Another case, in
the treatment of patients, particularly those with articulation
issues, the genuine emotion condition of patients will help
specialists to give more suitable medicinal care. As of late,
emotion acknowledgment from EEG has increased mass
consideration. Different highlights and extraction techniques
have been proposed for emotion acknowledgment from EEG
signals, including time space systems, recurrence area
procedures, joint time-recurrence investigation methods, and
different methodologies. Here we proposed a dependable
technique which is proficient in identification of person's
wellbeing like whether they areinfluencedbyEpilepsyorSleep
Paralysis by utilizing (1)Face Expression (2)EEG information.
This plan can identify the state of the distinct individual
utilizing picture classifier and EEG analyzer utilizingversatile
limit recognition strategy
Key Words: Emotion, EEG, Real-time datasets, Face
Expression, Brain Computer Interface
1. INTRODUCTION
Brain-computer interface (BCI) has been one of the most
interesting biomedical engineering research fields for
decades. It provides a promising technology allowing
humans to control external devices by modulating their
brain waves. Most BCI applications have been developed for
non-invasive brain signal processing which is practical to
implement in real-world scenarios. There are plenty of
successful EEG based BCI applications such as word speller
programs [1] and wheelchair controllers [2].Notexclusively
can BCI be utilized to rationally control gadgets, yet in
addition it can be actualized for understanding our
psychological states. Emotion acknowledgment is one of
such applications. Programmed emotion acknowledgment
calculations possibly cross over any barrier amongsthuman
and machine connections. A model of emotion can be
portrayed by two primary measurements calledvalenceand
excitement. The valence is the level of fascination or
abhorrence that an individual feels toward a particular
protest or occasion. It ranges from negative to positive. The
excitement is a physiological and mental condition of being
wakeful or receptive toboosts,extendingfromuninvolved to
dynamic.
2. METHODOLOGY
2.1 System Architecture
We proposed a technique which is productive in recognition
of person's wellbeing like whether they are ordinary or
strange by utilizing two factors fundamentally (1) Face
Expression (2) EEG data. This outline can distinguish the
state of the unique individual utilizing picture classifier and
EEG analyzer utilizing versatile edge recognition technique.
The real emotion state of patients will help doctors to
provide more appropriate medical care. Real-time
assessment and regulation of emotion will improvepeopleโ€™s
life and make it better. Here we propose an efficient
algorithm using SURFSIFT method to detect the face
expression of the patient better to tell the patient is affected
by Epilepsy or sleep paralysis. Epilepsy is a kind of
abnormality held in patient at any time during day or night
or at work they keep on showing abnormal face expressions
.The symptoms can be occur throughoutthedayandhold for
so many days. The emotion analysis work enables the
patient to be supervised for a period of time for further
analysis. Using this algorithm, the results are much accurate
and stable. Since, the real time EEG datasets are used we
assure to provide the results effectively and accurately.
2.2 Feature Extraction and Images preprocessing
The info RGB picture is resized to a tallness of 320 pixels.
The resized picture experiences two separate preparing
Fig 1: Block Diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 106
pipelines: an immersion based one and shading surface one.
In the first, the picture is initially gamma adjusted and after
that the RGB esteems are changed over to HSV to extricate
the immersion channel. These qualities are naturallylimited
and morphological tasks are connected to tidy up the paired
picture. A moment handling in view of the division
calculation that chips away at both shading and surface
highlights. The info picture of the faceisrecognizedandafter
that it is removed independently. The eyes, nose and the
mouth of the patientโ€™s picture are isolated. The isolated
pictures are put away in the database. These isolated
pictures are utilized for correlation.
2.3 EEG dataset Creation & Group Segmentation
This module comprisesoftechniquesassociatedwithgetting
the EEG informational indexes which coordinates the
individual age gathering and feelings related with the age
and emotional episodes. The EEG informational index is
handled in the MATLAB condition to section it better by
their alpha, beta, Gama, theta ranges. The electrical signs
from the cerebrum are gathered. Thesignsarepreprocessed
and put away. The features are extracted and classified into
Alpha, Beta, Gamma, Theta, and Delta accordingly. The EEG
signals are been generated.
2.4 Classification
This module is utilized to characterizeusingthereal time
EEG dataset and face expressions to detect the patient is
normal or abnormal and happy or sad . These highlights are
additionally utilized for examination motivation behind the
person's passionate conditions and emotional episodes for
mental investigation. It is used to classify the EEG
information with respect to the face expression images to
identify whether the patient is normal or abnormal. If
abnormal then it recognizes whether he is affected by
epilepsy or sleep disorder.
Fig 4: Interest point detection
3. IMPLEMENTATION
The algorithm used here is SURF SIFT algorithm. Both SIFT
and SURF is thus based on a descriptor and a detector.
SIFT is Scale Invariant Feature Transform (SIFT)
Fig 2: Extracted features
Fig 4: EEG signal generation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 107
The SIFT algorithm has 4 basic steps.
[1]Estimate a scale space using the Difference of Gaussian
(DoG). [2]Key points are localized andrefined byeliminating
the low contrast points. [3] Key point orientation in light of
nearby picture angle. [4] Description generator to register
the nearby picture descriptor for each key point in view of
picture inclination extent and introduction.Itrequiresa vast
computational many-sided quality.
The SURF algorithm is Speed up Robust Feature (SURF)
technique which is an approximation of SIFT, performs
faster than SIFT without reducing the qualityofthedetected
points.
SURF approximates the DoG with box filters. Instead of
Gaussian averaging the image, squares are used for
approximation. The SURF uses a BLOB detector which is
based on the Hessian matrix. Fororientationassignmentand
feature description SURF uses the wavelet responses.
The interest points of the megapixel image are detected in
the detection step using the Determinant of Hessian matrix.
In the description step a descriptor is built for the
neighborhood of each point of interest. In Image matching
task the local descriptors from several images are matched.
Exhaustive comparison is performed by computing the
Euclidean distance between all potential matching pairs. A
nearest-neighbor distance-ratio matching criterion is then
used to reduce mismatches.
4. RESULTS AND DISCUSSION
There are several methods to identify the emotion detection
using three emotion detection. But it would not provide the
accurate results and they are not optimistic and unstable.
And also, it does not detect the EEG related diseases.
Table 1: Accuracy level (%)
METHODS ACCURACY
Time-frequency analysis, artificial neural 56.65%
network
Multi wavelet transform, MLPNN 76.89%
Time frequency analysis, KNN 89.87%
HMS analysis, SVM 95.20%
Adaptive threshold analysis, SURF SIFT 98.75%
5. CONCLUSION AND FUTURE ENHANCEMENT
In this project, we are using the EEG results and the face
expressions to detect whether the patient is normal or
abnormal. If abnormal we are obtaining the result as
whether he is affected by Epilepsy or Sleep Disorder. Here,
we are using the Surf Sift algorithm for feature extraction
and to find out the interest points. Using this algorithm, the
results are much accurate and stable. Since, the real time
EEG datasets are used we assure to provide the results
effectively and accurately.
The future enhancement of this project is to find out other
EEG related diseases such as Migraine headache,
Encephalopathy, Sleep Apnoea, Hypersomnia,inan effective
manner.
6. REFERENCES
[1] Z. Wang and A.C. Bovik., โ€œModern Image Quality
Assessmentโ€. N.Y., Morgan and Claypool Pub. Company,
2006.
[2] R.C. Gonzalez and R.E. Woods, Digital Image Processing,
2nd ed., Prentice-Hall, 2002.
[3] U.K. Sharma and K. Kumawat, โ€œReview of histogram
based image contrast enhancement techniquesโ€ in Int.
Journal of Research in Engineering & Technology (IJRET),
Feb 2015, Vol.3, Issue 2, pp.65-76.
[4] W.K. Pratt, Digital Image Processing: PIKS Inside, Third
Edition, New York, John Wiley & Sons, 2001.
[5] E. Yelmanova "Quantitative Evaluation of Contrast for a
Complex Image by its Histogram" in XIII International
Conference TCSETโ€™2016,Lviv-Slavske,Ukraine,2016,p.688-
692.
[6]http://vatechrussia.ru/wpcontent/uploads/2016/05/C
EPH_P ax-3D_006
[7] http://www.angiocalc.com/images/about/Image5.jpg
[8] http://www.neurochirurgie-
genk.be/ziektebeelden/schedel- enhersenen/
hersentumoren/meningeomen/ [9]
https://openi.nlm.nih.gov/detailedresult.php?img=PMC29
4 0258_crn000 1-0015-f01&req=4
[10] Y.T. Kim, โ€œContrast Enhancement using Brightness
Preserving Bi-Histogramequalizationโ€,inIEEETransactions
on Consumer Electronics, New York, 1997.
[11] R.M. Haralick, Shanmuga K, Dinstein / Textural features
for image classification. IEEE Transactions on Systems Man
and Cybernetics SMC3(6): p.610 โ€“ 621, December 1973.
[12] R.A. Vorobel, Logarithmic Image Processing, Kyiv,
Ukraine, Naukova Dumka, 2012.

More Related Content

What's hot

IRJET- Review on Depression Prediction using Different Methods
IRJET- Review on Depression Prediction using Different MethodsIRJET- Review on Depression Prediction using Different Methods
IRJET- Review on Depression Prediction using Different MethodsIRJET Journal
ย 
A Study of EEG Based MI BCI for Imaginary Vowels and Words
A Study of EEG Based MI BCI for Imaginary Vowels and WordsA Study of EEG Based MI BCI for Imaginary Vowels and Words
A Study of EEG Based MI BCI for Imaginary Vowels and Wordsijtsrd
ย 
IRJET- Mood Identification in People using ECG Signals
IRJET- Mood Identification in People using ECG SignalsIRJET- Mood Identification in People using ECG Signals
IRJET- Mood Identification in People using ECG SignalsIRJET Journal
ย 
IRJET- Deep Learning Technique for Feature Classification of Eeg to Acces...
IRJET-  	  Deep Learning Technique for Feature Classification of Eeg to Acces...IRJET-  	  Deep Learning Technique for Feature Classification of Eeg to Acces...
IRJET- Deep Learning Technique for Feature Classification of Eeg to Acces...IRJET Journal
ย 
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Avishek Choudhury
ย 
Ijetcas14 323
Ijetcas14 323Ijetcas14 323
Ijetcas14 323Iasir Journals
ย 
Denoising of EEG Signals for Analysis of Brain Disorders: A Review
Denoising of EEG Signals for Analysis of Brain Disorders: A ReviewDenoising of EEG Signals for Analysis of Brain Disorders: A Review
Denoising of EEG Signals for Analysis of Brain Disorders: A ReviewIRJET Journal
ย 
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...IRJET Journal
ย 
Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...IJECEIAES
ย 
Classification of physiological diseases using eeg signals and machine learni...
Classification of physiological diseases using eeg signals and machine learni...Classification of physiological diseases using eeg signals and machine learni...
Classification of physiological diseases using eeg signals and machine learni...eSAT Journals
ย 
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...IOSR Journals
ย 
A machine learning algorithm for classification of mental tasks.pdf
A machine learning algorithm for classification of mental tasks.pdfA machine learning algorithm for classification of mental tasks.pdf
A machine learning algorithm for classification of mental tasks.pdfPravinKshirsagar11
ย 
Sample size determination for classification of eeg signals using power analy...
Sample size determination for classification of eeg signals using power analy...Sample size determination for classification of eeg signals using power analy...
Sample size determination for classification of eeg signals using power analy...iaemedu
ย 
Sample size determination for classification of eeg signals using power analy...
Sample size determination for classification of eeg signals using power analy...Sample size determination for classification of eeg signals using power analy...
Sample size determination for classification of eeg signals using power analy...iaemedu
ย 
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...AM Publications
ย 
IRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET Journal
ย 
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS
EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS sipij
ย 
Application of genetic algorithm and neuro fuzzy control techniques for auto
Application of genetic algorithm and neuro fuzzy control techniques for autoApplication of genetic algorithm and neuro fuzzy control techniques for auto
Application of genetic algorithm and neuro fuzzy control techniques for autoIAEME Publication
ย 

What's hot (20)

IRJET- Review on Depression Prediction using Different Methods
IRJET- Review on Depression Prediction using Different MethodsIRJET- Review on Depression Prediction using Different Methods
IRJET- Review on Depression Prediction using Different Methods
ย 
A Study of EEG Based MI BCI for Imaginary Vowels and Words
A Study of EEG Based MI BCI for Imaginary Vowels and WordsA Study of EEG Based MI BCI for Imaginary Vowels and Words
A Study of EEG Based MI BCI for Imaginary Vowels and Words
ย 
IRJET- Mood Identification in People using ECG Signals
IRJET- Mood Identification in People using ECG SignalsIRJET- Mood Identification in People using ECG Signals
IRJET- Mood Identification in People using ECG Signals
ย 
IRJET- Deep Learning Technique for Feature Classification of Eeg to Acces...
IRJET-  	  Deep Learning Technique for Feature Classification of Eeg to Acces...IRJET-  	  Deep Learning Technique for Feature Classification of Eeg to Acces...
IRJET- Deep Learning Technique for Feature Classification of Eeg to Acces...
ย 
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
ย 
Ijetcas14 323
Ijetcas14 323Ijetcas14 323
Ijetcas14 323
ย 
Denoising of EEG Signals for Analysis of Brain Disorders: A Review
Denoising of EEG Signals for Analysis of Brain Disorders: A ReviewDenoising of EEG Signals for Analysis of Brain Disorders: A Review
Denoising of EEG Signals for Analysis of Brain Disorders: A Review
ย 
PMED Transition Workshop - Machine Learning Methods to Learn Improved Electro...
PMED Transition Workshop - Machine Learning Methods to Learn Improved Electro...PMED Transition Workshop - Machine Learning Methods to Learn Improved Electro...
PMED Transition Workshop - Machine Learning Methods to Learn Improved Electro...
ย 
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
ย 
Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...
ย 
Classification of physiological diseases using eeg signals and machine learni...
Classification of physiological diseases using eeg signals and machine learni...Classification of physiological diseases using eeg signals and machine learni...
Classification of physiological diseases using eeg signals and machine learni...
ย 
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
ย 
A machine learning algorithm for classification of mental tasks.pdf
A machine learning algorithm for classification of mental tasks.pdfA machine learning algorithm for classification of mental tasks.pdf
A machine learning algorithm for classification of mental tasks.pdf
ย 
Sample size determination for classification of eeg signals using power analy...
Sample size determination for classification of eeg signals using power analy...Sample size determination for classification of eeg signals using power analy...
Sample size determination for classification of eeg signals using power analy...
ย 
Sample size determination for classification of eeg signals using power analy...
Sample size determination for classification of eeg signals using power analy...Sample size determination for classification of eeg signals using power analy...
Sample size determination for classification of eeg signals using power analy...
ย 
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
An Intelligent Expert Based System Neural Network For The Diagnosis Of Type2 ...
ย 
I365358
I365358I365358
I365358
ย 
IRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A SurveyIRJET- Brain Comuter Interface-A Survey
IRJET- Brain Comuter Interface-A Survey
ย 
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS
EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS
ย 
Application of genetic algorithm and neuro fuzzy control techniques for auto
Application of genetic algorithm and neuro fuzzy control techniques for autoApplication of genetic algorithm and neuro fuzzy control techniques for auto
Application of genetic algorithm and neuro fuzzy control techniques for auto
ย 

Similar to IRJET- Deap Base Detection of Epilepsy and Sleep Paralysis through Computed EEG and Face Expression Analysis

IRJET- Emotion Analysis for Personality Inference from EEG Signals
IRJET- Emotion Analysis for Personality Inference from EEG SignalsIRJET- Emotion Analysis for Personality Inference from EEG Signals
IRJET- Emotion Analysis for Personality Inference from EEG SignalsIRJET Journal
ย 
IRJET- Human Emotions Detection using Brain Wave Signals
IRJET- Human Emotions Detection using Brain Wave SignalsIRJET- Human Emotions Detection using Brain Wave Signals
IRJET- Human Emotions Detection using Brain Wave SignalsIRJET Journal
ย 
Epilepsy Prediction using Machine Learning
Epilepsy Prediction using Machine LearningEpilepsy Prediction using Machine Learning
Epilepsy Prediction using Machine LearningIRJET Journal
ย 
Epileptic Seizure Detection using An EEG Sensor
Epileptic Seizure Detection using An EEG SensorEpileptic Seizure Detection using An EEG Sensor
Epileptic Seizure Detection using An EEG SensorIRJET Journal
ย 
Detection of EEG Spikes Using Machine Learning Classifier
Detection of EEG Spikes Using Machine Learning ClassifierDetection of EEG Spikes Using Machine Learning Classifier
Detection of EEG Spikes Using Machine Learning ClassifierIRJET Journal
ย 
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...IRJET Journal
ย 
IRJET- Machine Learning Approach for Emotion Recognition using EEG Signals
IRJET-  	  Machine Learning Approach for Emotion Recognition using EEG SignalsIRJET-  	  Machine Learning Approach for Emotion Recognition using EEG Signals
IRJET- Machine Learning Approach for Emotion Recognition using EEG SignalsIRJET Journal
ย 
IRJET- An Effective System to Detect Face Drowsiness Status using Local F...
IRJET-  	  An Effective System to Detect Face Drowsiness Status using Local F...IRJET-  	  An Effective System to Detect Face Drowsiness Status using Local F...
IRJET- An Effective System to Detect Face Drowsiness Status using Local F...IRJET Journal
ย 
IRJET- Health Monitoring and Stress Detection System
IRJET-  	  Health Monitoring and Stress Detection SystemIRJET-  	  Health Monitoring and Stress Detection System
IRJET- Health Monitoring and Stress Detection SystemIRJET Journal
ย 
FACIAL EMOTION RECOGNITION
FACIAL EMOTION RECOGNITIONFACIAL EMOTION RECOGNITION
FACIAL EMOTION RECOGNITIONIRJET Journal
ย 
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsWavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsIRJET Journal
ย 
IRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET- Facial Emotion Detection using Convolutional Neural NetworkIRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET- Facial Emotion Detection using Convolutional Neural NetworkIRJET Journal
ย 
IRJET- Automation of a Prosthetic Limb using Shared Control of Brain Mach...
IRJET-  	  Automation of a Prosthetic Limb using Shared Control of Brain Mach...IRJET-  	  Automation of a Prosthetic Limb using Shared Control of Brain Mach...
IRJET- Automation of a Prosthetic Limb using Shared Control of Brain Mach...IRJET Journal
ย 
IRJET- Techniques for Analyzing Job Satisfaction in Working Employees โ€“ A...
IRJET-  	  Techniques for Analyzing Job Satisfaction in Working Employees โ€“ A...IRJET-  	  Techniques for Analyzing Job Satisfaction in Working Employees โ€“ A...
IRJET- Techniques for Analyzing Job Satisfaction in Working Employees โ€“ A...IRJET Journal
ย 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET Journal
ย 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET Journal
ย 
Movie Recommendation Using CNN
Movie Recommendation Using CNNMovie Recommendation Using CNN
Movie Recommendation Using CNNIRJET Journal
ย 
STRESS DETECTION USING MACHINE LEARNING
STRESS DETECTION USING MACHINE LEARNINGSTRESS DETECTION USING MACHINE LEARNING
STRESS DETECTION USING MACHINE LEARNINGIRJET Journal
ย 
IRJET - Detection of Depression Level using EEG Signal
IRJET -  	  Detection of Depression Level using EEG SignalIRJET -  	  Detection of Depression Level using EEG Signal
IRJET - Detection of Depression Level using EEG SignalIRJET Journal
ย 
IRJET - Touch-Less Heartbeat Detection and Cardiopulmonary Modeling
IRJET -  	  Touch-Less Heartbeat Detection and Cardiopulmonary ModelingIRJET -  	  Touch-Less Heartbeat Detection and Cardiopulmonary Modeling
IRJET - Touch-Less Heartbeat Detection and Cardiopulmonary ModelingIRJET Journal
ย 

Similar to IRJET- Deap Base Detection of Epilepsy and Sleep Paralysis through Computed EEG and Face Expression Analysis (20)

IRJET- Emotion Analysis for Personality Inference from EEG Signals
IRJET- Emotion Analysis for Personality Inference from EEG SignalsIRJET- Emotion Analysis for Personality Inference from EEG Signals
IRJET- Emotion Analysis for Personality Inference from EEG Signals
ย 
IRJET- Human Emotions Detection using Brain Wave Signals
IRJET- Human Emotions Detection using Brain Wave SignalsIRJET- Human Emotions Detection using Brain Wave Signals
IRJET- Human Emotions Detection using Brain Wave Signals
ย 
Epilepsy Prediction using Machine Learning
Epilepsy Prediction using Machine LearningEpilepsy Prediction using Machine Learning
Epilepsy Prediction using Machine Learning
ย 
Epileptic Seizure Detection using An EEG Sensor
Epileptic Seizure Detection using An EEG SensorEpileptic Seizure Detection using An EEG Sensor
Epileptic Seizure Detection using An EEG Sensor
ย 
Detection of EEG Spikes Using Machine Learning Classifier
Detection of EEG Spikes Using Machine Learning ClassifierDetection of EEG Spikes Using Machine Learning Classifier
Detection of EEG Spikes Using Machine Learning Classifier
ย 
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
ย 
IRJET- Machine Learning Approach for Emotion Recognition using EEG Signals
IRJET-  	  Machine Learning Approach for Emotion Recognition using EEG SignalsIRJET-  	  Machine Learning Approach for Emotion Recognition using EEG Signals
IRJET- Machine Learning Approach for Emotion Recognition using EEG Signals
ย 
IRJET- An Effective System to Detect Face Drowsiness Status using Local F...
IRJET-  	  An Effective System to Detect Face Drowsiness Status using Local F...IRJET-  	  An Effective System to Detect Face Drowsiness Status using Local F...
IRJET- An Effective System to Detect Face Drowsiness Status using Local F...
ย 
IRJET- Health Monitoring and Stress Detection System
IRJET-  	  Health Monitoring and Stress Detection SystemIRJET-  	  Health Monitoring and Stress Detection System
IRJET- Health Monitoring and Stress Detection System
ย 
FACIAL EMOTION RECOGNITION
FACIAL EMOTION RECOGNITIONFACIAL EMOTION RECOGNITION
FACIAL EMOTION RECOGNITION
ย 
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsWavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
ย 
IRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET- Facial Emotion Detection using Convolutional Neural NetworkIRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET- Facial Emotion Detection using Convolutional Neural Network
ย 
IRJET- Automation of a Prosthetic Limb using Shared Control of Brain Mach...
IRJET-  	  Automation of a Prosthetic Limb using Shared Control of Brain Mach...IRJET-  	  Automation of a Prosthetic Limb using Shared Control of Brain Mach...
IRJET- Automation of a Prosthetic Limb using Shared Control of Brain Mach...
ย 
IRJET- Techniques for Analyzing Job Satisfaction in Working Employees โ€“ A...
IRJET-  	  Techniques for Analyzing Job Satisfaction in Working Employees โ€“ A...IRJET-  	  Techniques for Analyzing Job Satisfaction in Working Employees โ€“ A...
IRJET- Techniques for Analyzing Job Satisfaction in Working Employees โ€“ A...
ย 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
ย 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
ย 
Movie Recommendation Using CNN
Movie Recommendation Using CNNMovie Recommendation Using CNN
Movie Recommendation Using CNN
ย 
STRESS DETECTION USING MACHINE LEARNING
STRESS DETECTION USING MACHINE LEARNINGSTRESS DETECTION USING MACHINE LEARNING
STRESS DETECTION USING MACHINE LEARNING
ย 
IRJET - Detection of Depression Level using EEG Signal
IRJET -  	  Detection of Depression Level using EEG SignalIRJET -  	  Detection of Depression Level using EEG Signal
IRJET - Detection of Depression Level using EEG Signal
ย 
IRJET - Touch-Less Heartbeat Detection and Cardiopulmonary Modeling
IRJET -  	  Touch-Less Heartbeat Detection and Cardiopulmonary ModelingIRJET -  	  Touch-Less Heartbeat Detection and Cardiopulmonary Modeling
IRJET - Touch-Less Heartbeat Detection and Cardiopulmonary Modeling
ย 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
ย 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
ย 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
ย 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
ย 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
ย 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
ย 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
ย 
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
ย 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
ย 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
ย 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
ย 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
ย 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
ย 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
ย 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
ย 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
ย 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
ย 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
ย 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
ย 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
ย 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
ย 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
ย 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
ย 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
ย 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
ย 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
ย 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
ย 
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of โ€œSeismic Response of RC Structures Having Plan and Vertical Irreg...
ย 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
ย 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
ย 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
ย 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
ย 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
ย 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
ย 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
ย 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
ย 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
ย 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
ย 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
ย 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
ย 

Recently uploaded

University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
ย 

Recently uploaded (20)

University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
ย 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 

IRJET- Deap Base Detection of Epilepsy and Sleep Paralysis through Computed EEG and Face Expression Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 105 DEAP BASE DETECTION OF EPILEPSY AND SLEEP PARALYSIS THROUGH COMPUTED EEG AND FACE EXPRESSION ANALYSIS Mrs. Buvaneswari B1, Deephika R2, Mythreyee N3, Preethi R4, Shilpa Sundar5 1Associate Professor of B.Tech, Information Technology Department, Panimalar Engineering College, Tamil Nadu, India. 2,3,4,5 Students of B.Tech, Information Technology Department, Panimalar Engineering College, Tamil Nadu, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Emotion assumes a vital part in our day by day life and work. Ongoing evaluation and direction of emotion will enhance individuals' life and improve it. Another case, in the treatment of patients, particularly those with articulation issues, the genuine emotion condition of patients will help specialists to give more suitable medicinal care. As of late, emotion acknowledgment from EEG has increased mass consideration. Different highlights and extraction techniques have been proposed for emotion acknowledgment from EEG signals, including time space systems, recurrence area procedures, joint time-recurrence investigation methods, and different methodologies. Here we proposed a dependable technique which is proficient in identification of person's wellbeing like whether they areinfluencedbyEpilepsyorSleep Paralysis by utilizing (1)Face Expression (2)EEG information. This plan can identify the state of the distinct individual utilizing picture classifier and EEG analyzer utilizingversatile limit recognition strategy Key Words: Emotion, EEG, Real-time datasets, Face Expression, Brain Computer Interface 1. INTRODUCTION Brain-computer interface (BCI) has been one of the most interesting biomedical engineering research fields for decades. It provides a promising technology allowing humans to control external devices by modulating their brain waves. Most BCI applications have been developed for non-invasive brain signal processing which is practical to implement in real-world scenarios. There are plenty of successful EEG based BCI applications such as word speller programs [1] and wheelchair controllers [2].Notexclusively can BCI be utilized to rationally control gadgets, yet in addition it can be actualized for understanding our psychological states. Emotion acknowledgment is one of such applications. Programmed emotion acknowledgment calculations possibly cross over any barrier amongsthuman and machine connections. A model of emotion can be portrayed by two primary measurements calledvalenceand excitement. The valence is the level of fascination or abhorrence that an individual feels toward a particular protest or occasion. It ranges from negative to positive. The excitement is a physiological and mental condition of being wakeful or receptive toboosts,extendingfromuninvolved to dynamic. 2. METHODOLOGY 2.1 System Architecture We proposed a technique which is productive in recognition of person's wellbeing like whether they are ordinary or strange by utilizing two factors fundamentally (1) Face Expression (2) EEG data. This outline can distinguish the state of the unique individual utilizing picture classifier and EEG analyzer utilizing versatile edge recognition technique. The real emotion state of patients will help doctors to provide more appropriate medical care. Real-time assessment and regulation of emotion will improvepeopleโ€™s life and make it better. Here we propose an efficient algorithm using SURFSIFT method to detect the face expression of the patient better to tell the patient is affected by Epilepsy or sleep paralysis. Epilepsy is a kind of abnormality held in patient at any time during day or night or at work they keep on showing abnormal face expressions .The symptoms can be occur throughoutthedayandhold for so many days. The emotion analysis work enables the patient to be supervised for a period of time for further analysis. Using this algorithm, the results are much accurate and stable. Since, the real time EEG datasets are used we assure to provide the results effectively and accurately. 2.2 Feature Extraction and Images preprocessing The info RGB picture is resized to a tallness of 320 pixels. The resized picture experiences two separate preparing Fig 1: Block Diagram
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 106 pipelines: an immersion based one and shading surface one. In the first, the picture is initially gamma adjusted and after that the RGB esteems are changed over to HSV to extricate the immersion channel. These qualities are naturallylimited and morphological tasks are connected to tidy up the paired picture. A moment handling in view of the division calculation that chips away at both shading and surface highlights. The info picture of the faceisrecognizedandafter that it is removed independently. The eyes, nose and the mouth of the patientโ€™s picture are isolated. The isolated pictures are put away in the database. These isolated pictures are utilized for correlation. 2.3 EEG dataset Creation & Group Segmentation This module comprisesoftechniquesassociatedwithgetting the EEG informational indexes which coordinates the individual age gathering and feelings related with the age and emotional episodes. The EEG informational index is handled in the MATLAB condition to section it better by their alpha, beta, Gama, theta ranges. The electrical signs from the cerebrum are gathered. Thesignsarepreprocessed and put away. The features are extracted and classified into Alpha, Beta, Gamma, Theta, and Delta accordingly. The EEG signals are been generated. 2.4 Classification This module is utilized to characterizeusingthereal time EEG dataset and face expressions to detect the patient is normal or abnormal and happy or sad . These highlights are additionally utilized for examination motivation behind the person's passionate conditions and emotional episodes for mental investigation. It is used to classify the EEG information with respect to the face expression images to identify whether the patient is normal or abnormal. If abnormal then it recognizes whether he is affected by epilepsy or sleep disorder. Fig 4: Interest point detection 3. IMPLEMENTATION The algorithm used here is SURF SIFT algorithm. Both SIFT and SURF is thus based on a descriptor and a detector. SIFT is Scale Invariant Feature Transform (SIFT) Fig 2: Extracted features Fig 4: EEG signal generation
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 107 The SIFT algorithm has 4 basic steps. [1]Estimate a scale space using the Difference of Gaussian (DoG). [2]Key points are localized andrefined byeliminating the low contrast points. [3] Key point orientation in light of nearby picture angle. [4] Description generator to register the nearby picture descriptor for each key point in view of picture inclination extent and introduction.Itrequiresa vast computational many-sided quality. The SURF algorithm is Speed up Robust Feature (SURF) technique which is an approximation of SIFT, performs faster than SIFT without reducing the qualityofthedetected points. SURF approximates the DoG with box filters. Instead of Gaussian averaging the image, squares are used for approximation. The SURF uses a BLOB detector which is based on the Hessian matrix. Fororientationassignmentand feature description SURF uses the wavelet responses. The interest points of the megapixel image are detected in the detection step using the Determinant of Hessian matrix. In the description step a descriptor is built for the neighborhood of each point of interest. In Image matching task the local descriptors from several images are matched. Exhaustive comparison is performed by computing the Euclidean distance between all potential matching pairs. A nearest-neighbor distance-ratio matching criterion is then used to reduce mismatches. 4. RESULTS AND DISCUSSION There are several methods to identify the emotion detection using three emotion detection. But it would not provide the accurate results and they are not optimistic and unstable. And also, it does not detect the EEG related diseases. Table 1: Accuracy level (%) METHODS ACCURACY Time-frequency analysis, artificial neural 56.65% network Multi wavelet transform, MLPNN 76.89% Time frequency analysis, KNN 89.87% HMS analysis, SVM 95.20% Adaptive threshold analysis, SURF SIFT 98.75% 5. CONCLUSION AND FUTURE ENHANCEMENT In this project, we are using the EEG results and the face expressions to detect whether the patient is normal or abnormal. If abnormal we are obtaining the result as whether he is affected by Epilepsy or Sleep Disorder. Here, we are using the Surf Sift algorithm for feature extraction and to find out the interest points. Using this algorithm, the results are much accurate and stable. Since, the real time EEG datasets are used we assure to provide the results effectively and accurately. The future enhancement of this project is to find out other EEG related diseases such as Migraine headache, Encephalopathy, Sleep Apnoea, Hypersomnia,inan effective manner. 6. REFERENCES [1] Z. Wang and A.C. Bovik., โ€œModern Image Quality Assessmentโ€. N.Y., Morgan and Claypool Pub. Company, 2006. [2] R.C. Gonzalez and R.E. Woods, Digital Image Processing, 2nd ed., Prentice-Hall, 2002. [3] U.K. Sharma and K. Kumawat, โ€œReview of histogram based image contrast enhancement techniquesโ€ in Int. Journal of Research in Engineering & Technology (IJRET), Feb 2015, Vol.3, Issue 2, pp.65-76. [4] W.K. Pratt, Digital Image Processing: PIKS Inside, Third Edition, New York, John Wiley & Sons, 2001. [5] E. Yelmanova "Quantitative Evaluation of Contrast for a Complex Image by its Histogram" in XIII International Conference TCSETโ€™2016,Lviv-Slavske,Ukraine,2016,p.688- 692. [6]http://vatechrussia.ru/wpcontent/uploads/2016/05/C EPH_P ax-3D_006 [7] http://www.angiocalc.com/images/about/Image5.jpg [8] http://www.neurochirurgie- genk.be/ziektebeelden/schedel- enhersenen/ hersentumoren/meningeomen/ [9] https://openi.nlm.nih.gov/detailedresult.php?img=PMC29 4 0258_crn000 1-0015-f01&req=4 [10] Y.T. Kim, โ€œContrast Enhancement using Brightness Preserving Bi-Histogramequalizationโ€,inIEEETransactions on Consumer Electronics, New York, 1997. [11] R.M. Haralick, Shanmuga K, Dinstein / Textural features for image classification. IEEE Transactions on Systems Man and Cybernetics SMC3(6): p.610 โ€“ 621, December 1973. [12] R.A. Vorobel, Logarithmic Image Processing, Kyiv, Ukraine, Naukova Dumka, 2012.