SlideShare a Scribd company logo
[ MEME] Framework
[Mind Experiences & Models Experimenter]
[Abstract]
The Mind Experiences and Models Experimenter [MEME]
framework use noninvasive electroencephalography trough
commercial and open devices of brain computer interface, to
record information of user’s brain activity in the context of any
specific experiment analyzing it using machine learning models
to search for patterns and singular events according the
objectives of the test; [Experiment] is the conceptual module of
the framework that allow the design, record and play of test
cases based in visual, audio and another type of internal or
external stimulus; [Emotions] was the first experience recorded,
the target was predicting “liking” and “disliking” valence and
arousal reactions about the aspect of affective pictures; [Music]
is the module developed that send notes using musical
instrument digital interface, sequencing brain waves values with
the tempo of an editable pad sequencer; also, in auto-frequency
mode on, the software automatically translates microvolts
signals in sounds according a frequency equivalence table.
Thinking about thinking…
https://prezi.com/c4fygfpd1ssg/research-project-master-um/
http://en.wikipedia.org/wiki/List_of_cognitive_biases
…everybody is singular!
• Reason (make judgment
under uncertainly)
• Consciousness
• Represent knowledge
(also commonsense)
• Learn (critical to human
intelligence)
• Communicate (natural
language)
• Self-awareness, Sentience,
Sapience...
How do I think?
http://en.wikipedia.org/wiki/Cognitive_science
Cognitive
Affective
Conative
Natural tendency, impulse… ?
Emotions
Mind loop = (sensation + perception + action) * emotion
• Sensation: The transformation of
external events into neural activity;
• Perception: Processing of sensory
information; we believe that the end
result is a useful representation in
terms of the external objects that
produced the sensations;
• Action: Organisms use the
representation of the world in order
to act on it, optimizing rewards and
minimizing punishments;
• Emotion is often the driving force
behind motivation, positive or
negative.
Neural processing mechanism
Emotion
Somatic marker hypothesis (SMH)
Emotions, as defined by Damasio, are
changes in both body and brain states in
response to different stimuli.
… the somatic marker hypothesis
proposes that emotions play a critical role
in the ability to make fast, rational
decisions in complex and uncertain
situations.
http://en.wikipedia.org/wiki/Somatic_marker_hypothesis
Ventromedial
Prefrontal
Cortex
Pattern Recognition Theory of Mind
• Kurzweill describes a series of thought
experiments which suggest to him that the brain
contains a hierarchy of pattern recognizers. Based
on this he introduces his Pattern Recognition
Theory of Mind. He says the neocortex contains
300 million very general pattern
recognition circuits and argues that they are
responsible for most aspects of human thought.
He also suggests that the brain is a "recursive
probabilistic fractal“…
http://en.wikipedia.org/wiki/How_to_Create_a_Mind
EEG Devices
http://www.openbci.com/http://emotiv.co/
http://www.neurosky.com/
???
Brain Computer Interface
• Any BCI has four components:
– Signal Acquisition: getting information from the brain, the
user performs a task that produces a distinct EEG signature
for that BCI;
– Signal Processing: translating information to messages or
commands;
• Feature Extraction: salient features are extracted from the EEG;
– Translation Algorithm: a pattern classification system uses
these EEG features to determine which task the user
performed;
– Operating Environment: the BCI presents feedback to the
user, and forms a message or command;
• Devices: robotic devices; raise events or commands in other
systems;
[Framework]
Problem Statement
• Is possible make experiments based in sensorial
action/reaction stimuli to searching into EEG datasets
for singular events or features related with the specific
objective of the experience?
• Is possible detect human emotions from brain signals?
• Is possible hear and see quantified representations of
our thoughts?
Front End
Framework Emotion MusicExperiment
Back End
Languages: C#, Python, R, Java
[Emotion]
Challenger
– Objective
• Design and execute an experiment to could predict a
basic human emotion applying ML algorithms and
measuring their confidence through scores; identify
basic valences through one source stimuli to record the
datasets required for training and testing the models;
– Given
• Mind Experience Dataset = Spatial + Energy + Time =
Inputs by sensors live or recorded
– Return
• Emotion (Like/Dislike)
– Solution space
• (EPOC, max) 14 electrodes x 128 Hz/sec, -70 mVolts to 6000
All sensors localizations of 10-20 system
• Default experiment of the framework; visual stimuli resource
type; using the Geneva affective picture emotion database
GAPED to predict attraction emotions Liking/Disliking;
• The mind experience:
– Collect EEG data from 13 subjects;
– Using Emotiv device with 14 electrodes located at AF3, F7, F3, FC5,
T7, P7, O1, O2, P8, T8, FC6, F4, F8, and AF4.
– Using 223 pictures with valence and arousal marks associated,
experience of ~4 min = 30720 records x electrode, 1 frame/sec;
– The 3 most important channels AF3, F4 and FC6; (O. SOURINA, Y.
LIU)
– (Jones and Fox, 1992, Canli et al., 1998), it was shown that the left
hemisphere was more active during positive emotions, and the
right hemisphere was more active during negative emotions.
• To test this binary hypothesis, we collected data from AF3 electrode which
is located on left hemisphere and from F4 electrode which is located on
the right hemisphere.
Experimental procedure and resources
Recording the mind experience
Boxplot with the raw data summary of all subjects;
the values of the sensors F7, FC5, P7, O2, T8, F4 and
AF4 are invalid;
Approach
• Align mind experiences (correction);
• Select DataSet filters according the implicit
marks to identify:
– Test data;
– Train data;
• For any ML model tested
– For any singular subject:
• Create ML Model (random forest);
• Calculate score;
Plot with the mean of the raw data summary of all the
subjects and Boxplot with the means of all the
subjects classified by positive and negative emotions,
raw data summary;
Plot of positive and negative pictures by subject
with the maximums, minimums and means of
the AF3 sensor raw data;
Plot of recorded values of all the valid
sensors for the once subject with an
emotional transition peak well-defined;
And plot of recorded values only for the AF3 sensor for the
once subject with an emotional transition peak well-
defined;
To build random forest
model, and following the
best practices in the time
series analysis of brain
waves, was reduced the
dimensionality of the raw
data to train; the strategy
was apply an FFT.
Heatmap of the sensors
correlation; the sensors
variables AF3, F3, FC6 and
F8 are more correlated
Final result of this classifier:
[Experiment]
• Allowing the configuration of specific test
cases (experiments) based in visual, audio and
another external stimuli, through sequences
of images, symbols, sounds and language is
possible searching for singular events (marks)
applying machine learning algorithms to build
models for searching patterns in the datasets
recorded with the EEG devices.
Hypothesis
[MEME] loop
Mind Experiences
Models Experimenter
• Sensation: Signal acquisition from EEG
sensors (live or recorded in EDF format)
with “events marks” (M) regarding the
parameters of the experience configured
(implicit) or manually sent by the user
(explicit);
• Perception: Run machine learning
models using the inputs to predict the
output (M) ;
• Action: Using an event manager, any time
that the model predict inputs values related
with an specific mark associated with the
experience, will be triggered a command to
could interact with other systems;
• Emotion: Implementation of simple
valence emotion model (inspired in OCC
Model).
Framework Components
BCI Sensors Layer Emotiv EPOC SDK/insight
Core Layer
Model Experimenter
Mind Experiences
SignalAcquisitionAdapter
SignalProcessingManager
Application Interface Layer FramesUI
UserProfileManager
ExperiencesManager
EventsManager
ModelManager
Neurosky MindWave
TemplatesFactory
MEME = State of Mind (Score%)
Components description
• User Profile Manager:
– CRUD of login related with the citizen scientist;
• Signal Processing Manager:
– Allow the dynamic configuration of the input EEG dataset setting the columns
(features) and rows (time) that will be used to train the model;
– Apply FFT to the features expressed in raw data reducing the dimensionality of
the input EEG dataset;
• Experience Manager:
– Frames UI:
• Design and Edit the parameters of the experiment;
– Name and description of the mind experience;
– Type of stimuli or task to analyze;
– Main sense stimuli;
– Total of frames tasks;
– Time of any frame task;
– BCI Device;
– Sensors output (.csv, .edf, nosql cloud DB);
– Edit frame task: window form with customized image, audio, video, text setting also how catch
and record specific mouse and keyboard event send by the user;
– Template Factory:
• Presets with a library of templates from Frames UI saved experiences;
Components description
• Model Manager:
– Library of ML algorithm linked with ironPython and R: nearest neighbor
classifiers, linear classifiers, nonlinear Bayesian classifiers, support vector
machine classification, hidden markov models and neural networks;
– Select and setup the algorithm to validate and compare scores;
– Use the input EEG dataset recorded to train the model selected from the
library scoring automatically all the possible chunks of data according a
specific sampling window related with the objective of the experiment;
• Events Manager:
– Record mode:
• Run the Frames UI sequence selected recording the EEG stream from the BCI device;
– Play mode
• Run the Frames UI sequence with the recorded EEG stream content and predict the
target of the mind experience according the ML model selected in real time;
– Live mode
• Run the Frames UI sequence with the live EEG stream from the BCI device and predict
the target of the mind experience according the ML model selected in real time;
– Add manually marks in recording of the experiences to measure stimulus from
other senses (e.g. taste, external events).
[Music]
[MEME] music
Part of the temperament table created for the auto-frequency mode of
[Music] that translate automatically the EEG signal in music synchronizing the
natural value (Hz) of brain waves with the note and the octave using two
different models based in the difference of the distance;
Exponential difference between the
musical notes based in Hz distance;
[Music] next steps:
Conclusions
The framework use a simple and effective approach to
record and analyze information of brain activity in the
context of practically any action/reaction experiment
with a well define and specific target; find patterns into
the datasets recorded in the context of the emotional
experiment of likes and dislikes was a hard task were was
demonstrated with the low score result of the machine
learning algorithm applied: random forest; the artistic
module implemented regarding the creation of music
open a lot of possibilities for musician that searching for a
more natural expression on your live performances.
Conclusions
[MEME] framework is in a continuous process of
development that could be potentiated with the help of
more developer when the source code will be published
in an open software repositories; future work and
improvements for the next versions: finish the
development of the [Experiment] module including the
implementation of an automatic method for the selection
of the best part of the dataset to train the models; use a
cycle that compare scores automatically and avoid the
overfit of the model; promote a new public session of
dataset recording for the [Emotion] experiment with
more than 100 subjects; Improve the user interface of
[Music] and start to develop the [Dream] experience.
Vision
Software technologies that mix virtual and
augmented reality with brain computer
interface represent nowadays the user
interfaces of the future; detect human emotions
will be the best input for complex systems of
affective computing that can, for example,
regulate the speed of an autonomous car
considering the stress level of the passenger or
change the environment of an entire home
according the state of mind of the user.
peoplesingularity.com
https://www.facebook.com/MEMEFramework
[bonus]
[trAIck]
Types of Artificial Inteligence
Types of Artificial Inteligence
MEME Dissertation
Review
Types of Artificial Inteligence
Review
Types of Artificial Inteligence
Strong AI definition

More Related Content

What's hot

MEMORY
MEMORYMEMORY
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Simplilearn
 
The Human: Memory
The Human: MemoryThe Human: Memory
The Human: Memory
hcicourse
 
Memory
MemoryMemory
Memory
luvjoy1
 
Master defence 2020 - Nazariy Perepichka - Parameterizing of Human Speech Gen...
Master defence 2020 - Nazariy Perepichka - Parameterizing of Human Speech Gen...Master defence 2020 - Nazariy Perepichka - Parameterizing of Human Speech Gen...
Master defence 2020 - Nazariy Perepichka - Parameterizing of Human Speech Gen...
Lviv Data Science Summer School
 
Human Memory (Psychology)
Human Memory (Psychology)Human Memory (Psychology)
Human Memory (Psychology)Shara Mae Reloj
 
61913381 blue-brain-seminar-by-bhaumik-patel
61913381 blue-brain-seminar-by-bhaumik-patel61913381 blue-brain-seminar-by-bhaumik-patel
61913381 blue-brain-seminar-by-bhaumik-patelVinith Don
 
Artificial neural networks decode brain activity
Artificial neural networks decode brain activity Artificial neural networks decode brain activity
Artificial neural networks decode brain activity
crapersoft
 
Mind Reading Computer
Mind Reading ComputerMind Reading Computer
Mind Reading Computer
MAHIM MALLICK
 
Smart Brain Wave Sensor for Paralyzed- A Real Time Implementation
Smart Brain Wave Sensor for Paralyzed- A Real Time ImplementationSmart Brain Wave Sensor for Paralyzed- A Real Time Implementation
Smart Brain Wave Sensor for Paralyzed- A Real Time Implementation
Siraj Ahmed
 
Chapter 1 hci - the human + alan dix
Chapter 1   hci - the human  + alan dix Chapter 1   hci - the human  + alan dix
Chapter 1 hci - the human + alan dix
Hydie Cruz
 
Deep learning
Deep learningDeep learning
Deep learning
Khaled AMIRAT
 
Affective computing
Affective computingAffective computing
Affective computing
saumyasrivastava2212
 
Neural Networks, Machine Learning and Extended Mind
Neural Networks, Machine Learning and Extended MindNeural Networks, Machine Learning and Extended Mind
Neural Networks, Machine Learning and Extended Mind
Sarah Anna Stewart
 
Blue Brain Seminar Report
Blue Brain Seminar ReportBlue Brain Seminar Report
Blue Brain Seminar Report
Varun A M
 
MEMORY
MEMORYMEMORY

What's hot (20)

MEMORY
MEMORYMEMORY
MEMORY
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
 
The Human: Memory
The Human: MemoryThe Human: Memory
The Human: Memory
 
Memory
MemoryMemory
Memory
 
Master defence 2020 - Nazariy Perepichka - Parameterizing of Human Speech Gen...
Master defence 2020 - Nazariy Perepichka - Parameterizing of Human Speech Gen...Master defence 2020 - Nazariy Perepichka - Parameterizing of Human Speech Gen...
Master defence 2020 - Nazariy Perepichka - Parameterizing of Human Speech Gen...
 
Human Memory (Psychology)
Human Memory (Psychology)Human Memory (Psychology)
Human Memory (Psychology)
 
01slide
01slide01slide
01slide
 
JavaYDL1
JavaYDL1JavaYDL1
JavaYDL1
 
Human memory
Human memoryHuman memory
Human memory
 
61913381 blue-brain-seminar-by-bhaumik-patel
61913381 blue-brain-seminar-by-bhaumik-patel61913381 blue-brain-seminar-by-bhaumik-patel
61913381 blue-brain-seminar-by-bhaumik-patel
 
Artificial neural networks decode brain activity
Artificial neural networks decode brain activity Artificial neural networks decode brain activity
Artificial neural networks decode brain activity
 
Memory
MemoryMemory
Memory
 
Mind Reading Computer
Mind Reading ComputerMind Reading Computer
Mind Reading Computer
 
Smart Brain Wave Sensor for Paralyzed- A Real Time Implementation
Smart Brain Wave Sensor for Paralyzed- A Real Time ImplementationSmart Brain Wave Sensor for Paralyzed- A Real Time Implementation
Smart Brain Wave Sensor for Paralyzed- A Real Time Implementation
 
Chapter 1 hci - the human + alan dix
Chapter 1   hci - the human  + alan dix Chapter 1   hci - the human  + alan dix
Chapter 1 hci - the human + alan dix
 
Deep learning
Deep learningDeep learning
Deep learning
 
Affective computing
Affective computingAffective computing
Affective computing
 
Neural Networks, Machine Learning and Extended Mind
Neural Networks, Machine Learning and Extended MindNeural Networks, Machine Learning and Extended Mind
Neural Networks, Machine Learning and Extended Mind
 
Blue Brain Seminar Report
Blue Brain Seminar ReportBlue Brain Seminar Report
Blue Brain Seminar Report
 
MEMORY
MEMORYMEMORY
MEMORY
 

Viewers also liked

+Great Products
+Great Products+Great Products
+Great Products
Luis Anjos
 
BCI PI Project
BCI PI ProjectBCI PI Project
BCI PI ProjectLuis Anjos
 
Out of control PrIgnite 2011
Out of control PrIgnite 2011Out of control PrIgnite 2011
Out of control PrIgnite 2011Luis Anjos
 
The Rise of Citizen-Scientists in the Eversmarter World - Alex Lightman - H+ ...
The Rise of Citizen-Scientists in the Eversmarter World - Alex Lightman - H+ ...The Rise of Citizen-Scientists in the Eversmarter World - Alex Lightman - H+ ...
The Rise of Citizen-Scientists in the Eversmarter World - Alex Lightman - H+ ...
Humanity Plus
 
How WE create I - Heather Schlegel - H+ Summit @ Harvard
How WE create I - Heather Schlegel - H+ Summit @ HarvardHow WE create I - Heather Schlegel - H+ Summit @ Harvard
How WE create I - Heather Schlegel - H+ Summit @ Harvard
Humanity Plus
 
50 years of Invention and Entrepreneurship - Nolan Bushnell - H+ Summit @ Har...
50 years of Invention and Entrepreneurship - Nolan Bushnell - H+ Summit @ Har...50 years of Invention and Entrepreneurship - Nolan Bushnell - H+ Summit @ Har...
50 years of Invention and Entrepreneurship - Nolan Bushnell - H+ Summit @ Har...
Humanity Plus
 
A.real.brainstorming!
A.real.brainstorming!A.real.brainstorming!
A.real.brainstorming!
Luis Anjos
 
Superconducting Quantum Circuits That Learn - Geordie Rose - H+ Summit @ Harvard
Superconducting Quantum Circuits That Learn - Geordie Rose - H+ Summit @ HarvardSuperconducting Quantum Circuits That Learn - Geordie Rose - H+ Summit @ Harvard
Superconducting Quantum Circuits That Learn - Geordie Rose - H+ Summit @ Harvard
Humanity Plus
 
Reconnection Weekends Spring Summer 2017
Reconnection Weekends Spring Summer 2017Reconnection Weekends Spring Summer 2017
Reconnection Weekends Spring Summer 2017
Dey Dos
 
The Power of Hierarchical Thinking - Ray Kurzweil - H+ Summit @ Harvard
The Power of Hierarchical Thinking - Ray Kurzweil - H+ Summit @ HarvardThe Power of Hierarchical Thinking - Ray Kurzweil - H+ Summit @ Harvard
The Power of Hierarchical Thinking - Ray Kurzweil - H+ Summit @ Harvard
Humanity Plus
 
Hololens hackaton
Hololens hackatonHololens hackaton
Hololens hackaton
Rafael Lino
 

Viewers also liked (11)

+Great Products
+Great Products+Great Products
+Great Products
 
BCI PI Project
BCI PI ProjectBCI PI Project
BCI PI Project
 
Out of control PrIgnite 2011
Out of control PrIgnite 2011Out of control PrIgnite 2011
Out of control PrIgnite 2011
 
The Rise of Citizen-Scientists in the Eversmarter World - Alex Lightman - H+ ...
The Rise of Citizen-Scientists in the Eversmarter World - Alex Lightman - H+ ...The Rise of Citizen-Scientists in the Eversmarter World - Alex Lightman - H+ ...
The Rise of Citizen-Scientists in the Eversmarter World - Alex Lightman - H+ ...
 
How WE create I - Heather Schlegel - H+ Summit @ Harvard
How WE create I - Heather Schlegel - H+ Summit @ HarvardHow WE create I - Heather Schlegel - H+ Summit @ Harvard
How WE create I - Heather Schlegel - H+ Summit @ Harvard
 
50 years of Invention and Entrepreneurship - Nolan Bushnell - H+ Summit @ Har...
50 years of Invention and Entrepreneurship - Nolan Bushnell - H+ Summit @ Har...50 years of Invention and Entrepreneurship - Nolan Bushnell - H+ Summit @ Har...
50 years of Invention and Entrepreneurship - Nolan Bushnell - H+ Summit @ Har...
 
A.real.brainstorming!
A.real.brainstorming!A.real.brainstorming!
A.real.brainstorming!
 
Superconducting Quantum Circuits That Learn - Geordie Rose - H+ Summit @ Harvard
Superconducting Quantum Circuits That Learn - Geordie Rose - H+ Summit @ HarvardSuperconducting Quantum Circuits That Learn - Geordie Rose - H+ Summit @ Harvard
Superconducting Quantum Circuits That Learn - Geordie Rose - H+ Summit @ Harvard
 
Reconnection Weekends Spring Summer 2017
Reconnection Weekends Spring Summer 2017Reconnection Weekends Spring Summer 2017
Reconnection Weekends Spring Summer 2017
 
The Power of Hierarchical Thinking - Ray Kurzweil - H+ Summit @ Harvard
The Power of Hierarchical Thinking - Ray Kurzweil - H+ Summit @ HarvardThe Power of Hierarchical Thinking - Ray Kurzweil - H+ Summit @ Harvard
The Power of Hierarchical Thinking - Ray Kurzweil - H+ Summit @ Harvard
 
Hololens hackaton
Hololens hackatonHololens hackaton
Hololens hackaton
 

Similar to Mind Experiences Models Experimenter Framework

BCI Paper
BCI PaperBCI Paper
BCI Paper
AhmedMahany
 
Robot Motion Control Using the Emotiv EPOC EEG System
Robot Motion Control Using the Emotiv EPOC EEG SystemRobot Motion Control Using the Emotiv EPOC EEG System
Robot Motion Control Using the Emotiv EPOC EEG System
journalBEEI
 
Brain access
Brain accessBrain access
Brain access
Jay Lohokare
 
Pablo Magani - BCI SSVEP Speller
Pablo Magani - BCI SSVEP SpellerPablo Magani - BCI SSVEP Speller
Pablo Magani - BCI SSVEP SpellerPablo Magani
 
Brain Computer Interface
Brain Computer InterfaceBrain Computer Interface
Brain Computer Interface
guest9fd1acd
 
Wearable BioSignal Interface
Wearable BioSignal InterfaceWearable BioSignal Interface
Wearable BioSignal Interface
Thanakrit Lersmethasakul
 
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interfaceEEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
Willy Marroquin (WillyDevNET)
 
ICC2017 UUUI sessions 6205-1
ICC2017 UUUI sessions 6205-1ICC2017 UUUI sessions 6205-1
ICC2017 UUUI sessions 6205-1
UUUI ICA
 
Romesh presentation on Artificial Intelligence.
Romesh presentation on Artificial Intelligence.Romesh presentation on Artificial Intelligence.
Romesh presentation on Artificial Intelligence.
princegeet17
 
Brain computer interface based smart keyboard using neurosky mindwave headset
Brain computer interface based smart keyboard using neurosky mindwave headsetBrain computer interface based smart keyboard using neurosky mindwave headset
Brain computer interface based smart keyboard using neurosky mindwave headset
TELKOMNIKA JOURNAL
 
brain computer interface to control windows os presentation
brain computer interface to control windows os presentationbrain computer interface to control windows os presentation
brain computer interface to control windows os presentation
digil vinoy
 
Using Brain Waves as New Biometric Feature for Authenticating a Computer User...
Using Brain Waves as New Biometric Feature for Authenticatinga Computer User...Using Brain Waves as New Biometric Feature for Authenticatinga Computer User...
Using Brain Waves as New Biometric Feature for Authenticating a Computer User...
Buthainah Hamdy
 
EEG signal background and real-time processing
EEG signal background and real-time processingEEG signal background and real-time processing
EEG signal background and real-time processing
Robert Oostenveld
 
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
Hebin Raj
 
Brain-computer interface of focus and motor imagery using wavelet and recurre...
Brain-computer interface of focus and motor imagery using wavelet and recurre...Brain-computer interface of focus and motor imagery using wavelet and recurre...
Brain-computer interface of focus and motor imagery using wavelet and recurre...
TELKOMNIKA JOURNAL
 
Emotion based music player
Emotion based music playerEmotion based music player
Emotion based music player
Nizam Muhammed
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
ijtsrd
 
Speech Emotion Recognition Using Neural Networks
Speech Emotion Recognition Using Neural NetworksSpeech Emotion Recognition Using Neural Networks
Speech Emotion Recognition Using Neural Networks
ijtsrd
 
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
 

Similar to Mind Experiences Models Experimenter Framework (20)

BCI Paper
BCI PaperBCI Paper
BCI Paper
 
Robot Motion Control Using the Emotiv EPOC EEG System
Robot Motion Control Using the Emotiv EPOC EEG SystemRobot Motion Control Using the Emotiv EPOC EEG System
Robot Motion Control Using the Emotiv EPOC EEG System
 
Brain access
Brain accessBrain access
Brain access
 
Pablo Magani - BCI SSVEP Speller
Pablo Magani - BCI SSVEP SpellerPablo Magani - BCI SSVEP Speller
Pablo Magani - BCI SSVEP Speller
 
Brain Computer Interface
Brain Computer InterfaceBrain Computer Interface
Brain Computer Interface
 
Wearable BioSignal Interface
Wearable BioSignal InterfaceWearable BioSignal Interface
Wearable BioSignal Interface
 
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interfaceEEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
 
ICC2017 UUUI sessions 6205-1
ICC2017 UUUI sessions 6205-1ICC2017 UUUI sessions 6205-1
ICC2017 UUUI sessions 6205-1
 
Romesh presentation on Artificial Intelligence.
Romesh presentation on Artificial Intelligence.Romesh presentation on Artificial Intelligence.
Romesh presentation on Artificial Intelligence.
 
Brain computer interface based smart keyboard using neurosky mindwave headset
Brain computer interface based smart keyboard using neurosky mindwave headsetBrain computer interface based smart keyboard using neurosky mindwave headset
Brain computer interface based smart keyboard using neurosky mindwave headset
 
brain computer interface to control windows os presentation
brain computer interface to control windows os presentationbrain computer interface to control windows os presentation
brain computer interface to control windows os presentation
 
Using Brain Waves as New Biometric Feature for Authenticating a Computer User...
Using Brain Waves as New Biometric Feature for Authenticatinga Computer User...Using Brain Waves as New Biometric Feature for Authenticatinga Computer User...
Using Brain Waves as New Biometric Feature for Authenticating a Computer User...
 
EEG signal background and real-time processing
EEG signal background and real-time processingEEG signal background and real-time processing
EEG signal background and real-time processing
 
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...A New Solution to the Brain State Permanency for Brain-Based Authentication M...
A New Solution to the Brain State Permanency for Brain-Based Authentication M...
 
Brain-computer interface of focus and motor imagery using wavelet and recurre...
Brain-computer interface of focus and motor imagery using wavelet and recurre...Brain-computer interface of focus and motor imagery using wavelet and recurre...
Brain-computer interface of focus and motor imagery using wavelet and recurre...
 
Emotion based music player
Emotion based music playerEmotion based music player
Emotion based music player
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Speech Emotion Recognition Using Neural Networks
Speech Emotion Recognition Using Neural NetworksSpeech Emotion Recognition Using Neural Networks
Speech Emotion Recognition Using Neural Networks
 
Report
ReportReport
Report
 
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...
 

Recently uploaded

Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Sebastiano Panichella
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
Howard Spence
 
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Dutch Power
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
gharris9
 
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Dutch Power
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Sebastiano Panichella
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
faizulhassanfaiz1670
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
eCommerce Institute
 
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AwangAniqkmals
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
khadija278284
 
Gregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics PresentationGregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics Presentation
gharris9
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Access Innovations, Inc.
 
2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf
Frederic Leger
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
Faculty of Medicine And Health Sciences
 
Burning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdfBurning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdf
kkirkland2
 
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie WellsCollapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Rosie Wells
 
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
SkillCertProExams
 
Tom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issueTom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issue
amekonnen
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
Sebastiano Panichella
 

Recently uploaded (19)

Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
 
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
 
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
 
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
 
Gregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics PresentationGregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics Presentation
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
 
2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
 
Burning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdfBurning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdf
 
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie WellsCollapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
 
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
 
Tom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issueTom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issue
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
 

Mind Experiences Models Experimenter Framework

  • 1. [ MEME] Framework [Mind Experiences & Models Experimenter]
  • 3. The Mind Experiences and Models Experimenter [MEME] framework use noninvasive electroencephalography trough commercial and open devices of brain computer interface, to record information of user’s brain activity in the context of any specific experiment analyzing it using machine learning models to search for patterns and singular events according the objectives of the test; [Experiment] is the conceptual module of the framework that allow the design, record and play of test cases based in visual, audio and another type of internal or external stimulus; [Emotions] was the first experience recorded, the target was predicting “liking” and “disliking” valence and arousal reactions about the aspect of affective pictures; [Music] is the module developed that send notes using musical instrument digital interface, sequencing brain waves values with the tempo of an editable pad sequencer; also, in auto-frequency mode on, the software automatically translates microvolts signals in sounds according a frequency equivalence table.
  • 6.
  • 7.
  • 8.
  • 9.
  • 11. • Reason (make judgment under uncertainly) • Consciousness • Represent knowledge (also commonsense) • Learn (critical to human intelligence) • Communicate (natural language) • Self-awareness, Sentience, Sapience... How do I think? http://en.wikipedia.org/wiki/Cognitive_science Cognitive Affective Conative Natural tendency, impulse… ? Emotions
  • 12. Mind loop = (sensation + perception + action) * emotion
  • 13. • Sensation: The transformation of external events into neural activity; • Perception: Processing of sensory information; we believe that the end result is a useful representation in terms of the external objects that produced the sensations; • Action: Organisms use the representation of the world in order to act on it, optimizing rewards and minimizing punishments; • Emotion is often the driving force behind motivation, positive or negative. Neural processing mechanism Emotion
  • 14. Somatic marker hypothesis (SMH) Emotions, as defined by Damasio, are changes in both body and brain states in response to different stimuli. … the somatic marker hypothesis proposes that emotions play a critical role in the ability to make fast, rational decisions in complex and uncertain situations. http://en.wikipedia.org/wiki/Somatic_marker_hypothesis Ventromedial Prefrontal Cortex
  • 15. Pattern Recognition Theory of Mind • Kurzweill describes a series of thought experiments which suggest to him that the brain contains a hierarchy of pattern recognizers. Based on this he introduces his Pattern Recognition Theory of Mind. He says the neocortex contains 300 million very general pattern recognition circuits and argues that they are responsible for most aspects of human thought. He also suggests that the brain is a "recursive probabilistic fractal“… http://en.wikipedia.org/wiki/How_to_Create_a_Mind
  • 17.
  • 18.
  • 19.
  • 20. Brain Computer Interface • Any BCI has four components: – Signal Acquisition: getting information from the brain, the user performs a task that produces a distinct EEG signature for that BCI; – Signal Processing: translating information to messages or commands; • Feature Extraction: salient features are extracted from the EEG; – Translation Algorithm: a pattern classification system uses these EEG features to determine which task the user performed; – Operating Environment: the BCI presents feedback to the user, and forms a message or command; • Devices: robotic devices; raise events or commands in other systems;
  • 22. Problem Statement • Is possible make experiments based in sensorial action/reaction stimuli to searching into EEG datasets for singular events or features related with the specific objective of the experience? • Is possible detect human emotions from brain signals? • Is possible hear and see quantified representations of our thoughts?
  • 23. Front End Framework Emotion MusicExperiment Back End Languages: C#, Python, R, Java
  • 25. Challenger – Objective • Design and execute an experiment to could predict a basic human emotion applying ML algorithms and measuring their confidence through scores; identify basic valences through one source stimuli to record the datasets required for training and testing the models; – Given • Mind Experience Dataset = Spatial + Energy + Time = Inputs by sensors live or recorded – Return • Emotion (Like/Dislike) – Solution space • (EPOC, max) 14 electrodes x 128 Hz/sec, -70 mVolts to 6000
  • 26. All sensors localizations of 10-20 system
  • 27. • Default experiment of the framework; visual stimuli resource type; using the Geneva affective picture emotion database GAPED to predict attraction emotions Liking/Disliking; • The mind experience: – Collect EEG data from 13 subjects; – Using Emotiv device with 14 electrodes located at AF3, F7, F3, FC5, T7, P7, O1, O2, P8, T8, FC6, F4, F8, and AF4. – Using 223 pictures with valence and arousal marks associated, experience of ~4 min = 30720 records x electrode, 1 frame/sec; – The 3 most important channels AF3, F4 and FC6; (O. SOURINA, Y. LIU) – (Jones and Fox, 1992, Canli et al., 1998), it was shown that the left hemisphere was more active during positive emotions, and the right hemisphere was more active during negative emotions. • To test this binary hypothesis, we collected data from AF3 electrode which is located on left hemisphere and from F4 electrode which is located on the right hemisphere. Experimental procedure and resources
  • 28. Recording the mind experience
  • 29. Boxplot with the raw data summary of all subjects; the values of the sensors F7, FC5, P7, O2, T8, F4 and AF4 are invalid;
  • 30. Approach • Align mind experiences (correction); • Select DataSet filters according the implicit marks to identify: – Test data; – Train data; • For any ML model tested – For any singular subject: • Create ML Model (random forest); • Calculate score;
  • 31. Plot with the mean of the raw data summary of all the subjects and Boxplot with the means of all the subjects classified by positive and negative emotions, raw data summary;
  • 32. Plot of positive and negative pictures by subject with the maximums, minimums and means of the AF3 sensor raw data;
  • 33. Plot of recorded values of all the valid sensors for the once subject with an emotional transition peak well-defined; And plot of recorded values only for the AF3 sensor for the once subject with an emotional transition peak well- defined;
  • 34. To build random forest model, and following the best practices in the time series analysis of brain waves, was reduced the dimensionality of the raw data to train; the strategy was apply an FFT.
  • 35. Heatmap of the sensors correlation; the sensors variables AF3, F3, FC6 and F8 are more correlated Final result of this classifier:
  • 37. • Allowing the configuration of specific test cases (experiments) based in visual, audio and another external stimuli, through sequences of images, symbols, sounds and language is possible searching for singular events (marks) applying machine learning algorithms to build models for searching patterns in the datasets recorded with the EEG devices. Hypothesis
  • 38. [MEME] loop Mind Experiences Models Experimenter • Sensation: Signal acquisition from EEG sensors (live or recorded in EDF format) with “events marks” (M) regarding the parameters of the experience configured (implicit) or manually sent by the user (explicit); • Perception: Run machine learning models using the inputs to predict the output (M) ; • Action: Using an event manager, any time that the model predict inputs values related with an specific mark associated with the experience, will be triggered a command to could interact with other systems; • Emotion: Implementation of simple valence emotion model (inspired in OCC Model).
  • 39. Framework Components BCI Sensors Layer Emotiv EPOC SDK/insight Core Layer Model Experimenter Mind Experiences SignalAcquisitionAdapter SignalProcessingManager Application Interface Layer FramesUI UserProfileManager ExperiencesManager EventsManager ModelManager Neurosky MindWave TemplatesFactory
  • 40. MEME = State of Mind (Score%)
  • 41. Components description • User Profile Manager: – CRUD of login related with the citizen scientist; • Signal Processing Manager: – Allow the dynamic configuration of the input EEG dataset setting the columns (features) and rows (time) that will be used to train the model; – Apply FFT to the features expressed in raw data reducing the dimensionality of the input EEG dataset; • Experience Manager: – Frames UI: • Design and Edit the parameters of the experiment; – Name and description of the mind experience; – Type of stimuli or task to analyze; – Main sense stimuli; – Total of frames tasks; – Time of any frame task; – BCI Device; – Sensors output (.csv, .edf, nosql cloud DB); – Edit frame task: window form with customized image, audio, video, text setting also how catch and record specific mouse and keyboard event send by the user; – Template Factory: • Presets with a library of templates from Frames UI saved experiences;
  • 42. Components description • Model Manager: – Library of ML algorithm linked with ironPython and R: nearest neighbor classifiers, linear classifiers, nonlinear Bayesian classifiers, support vector machine classification, hidden markov models and neural networks; – Select and setup the algorithm to validate and compare scores; – Use the input EEG dataset recorded to train the model selected from the library scoring automatically all the possible chunks of data according a specific sampling window related with the objective of the experiment; • Events Manager: – Record mode: • Run the Frames UI sequence selected recording the EEG stream from the BCI device; – Play mode • Run the Frames UI sequence with the recorded EEG stream content and predict the target of the mind experience according the ML model selected in real time; – Live mode • Run the Frames UI sequence with the live EEG stream from the BCI device and predict the target of the mind experience according the ML model selected in real time; – Add manually marks in recording of the experiences to measure stimulus from other senses (e.g. taste, external events).
  • 45. Part of the temperament table created for the auto-frequency mode of [Music] that translate automatically the EEG signal in music synchronizing the natural value (Hz) of brain waves with the note and the octave using two different models based in the difference of the distance;
  • 46. Exponential difference between the musical notes based in Hz distance;
  • 48. Conclusions The framework use a simple and effective approach to record and analyze information of brain activity in the context of practically any action/reaction experiment with a well define and specific target; find patterns into the datasets recorded in the context of the emotional experiment of likes and dislikes was a hard task were was demonstrated with the low score result of the machine learning algorithm applied: random forest; the artistic module implemented regarding the creation of music open a lot of possibilities for musician that searching for a more natural expression on your live performances.
  • 49. Conclusions [MEME] framework is in a continuous process of development that could be potentiated with the help of more developer when the source code will be published in an open software repositories; future work and improvements for the next versions: finish the development of the [Experiment] module including the implementation of an automatic method for the selection of the best part of the dataset to train the models; use a cycle that compare scores automatically and avoid the overfit of the model; promote a new public session of dataset recording for the [Emotion] experiment with more than 100 subjects; Improve the user interface of [Music] and start to develop the [Dream] experience.
  • 50. Vision Software technologies that mix virtual and augmented reality with brain computer interface represent nowadays the user interfaces of the future; detect human emotions will be the best input for complex systems of affective computing that can, for example, regulate the speed of an autonomous car considering the stress level of the passenger or change the environment of an entire home according the state of mind of the user.
  • 53. Types of Artificial Inteligence
  • 54. Types of Artificial Inteligence
  • 55. MEME Dissertation Review Types of Artificial Inteligence