Home Automation Enhancement with EEG Based Headset (Orpheus)

Slides:



Advertisements
Similar presentations
Automation of the home, housework or household activity. Linked systems/appliances to centralized control. Remote monitoring of the home from a tabletop.
Advertisements

Building an Application Server for Home Network based on Android Platform Yi-hsien Liao Supervised by : Dr. Chao-huang Wei Department of Electrical Engineering.
Sensors and Actuator Network Based Architectures and Protocols for Smart Homes Bluetooth enabled Smart Home Mark Shaw Giorgio Politano Supervisor: Mieso.
Introduction To Computer System
INTEGRATED SYSTEMS 1205 Technology Education A Curriculum Review Sabine Schnepf-Comeau July 19, 2011 ED 4752.
Input Devices.  Identify audio and video input devices  List the function of the respective devices.
Microcontroller-Based Wireless Sensor Networks
REU 2004 Computer Science and Engineering Department The University of Texas at Arlington Research Experiences for Undergraduates in Distributed Rational.
Neural Networks in Computer Science n CS/PY 231 Lab Presentation # 1 n January 14, 2005 n Mount Union College.
HOME AUTOMATION: WEB BASED CONTROL Anthony Campbell Eric Poynter EKU, Dept. of Technology Computer Electronic Networking.
Author: Tatsuya Yamazaki National institute of Information and Communications Technology Presenter: Samanvoy Panati.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
Robots.
Computer Science and Engineering Department The University of Texas at Arlington MavHome: An Intelligent Home Environment.
Source : 2014 IEEE Ninth International Conference on Intelligent Sensors, Sensor Networks and Information Processing (ISSNIP) Auther : Nacer Khalil, Mohamed.
Internet of Things – Getting Started
I NTERNET OF T HINGS. 2 By, Dr. Kayarvizhy N An Introduction to Internet of Things Associate Professor BMS College of Engineering Bull Temple Road Bangalore.
SCADA Supervisory Control And Data Acquisition Pantech Solutions Here is the key to learn more.
Tim Ebner, Konstantin Garidis, Annika Glasbrenner, Lisa-Jo Heinrich, Elisabeth Mpessa, Frank Steiler.
1 Michael Poplawski Pacific Northwest National Laboratory Internet of Things: Impacts of the Connected Home on EE, from a Lighting perspective April 22,
Intelligent Transport System (ITS) Dr. Ekroop Caur, IAS.
Solar Pi – A Technology Innovation
BUILDING AND IMPLEMENT A EMBEDDED WEB SERVER BASE ON TCP/IP STACK WITH A SoC PLATFORM Professor : CHI-JO WANG Name : Bui Quang Hoa (M982b211)
Computer Science.
EE5900 Cyber-Physical Systems
EE5900 Cyber-Physical Systems
Internet of Things (Part 1)
INFORMATION SYSTEM CATEGORIES
Internet of Things (internet of everything?)
Objectives Overview Explain why computer literacy is vital to success in today’s world Define the term, computer, and describe the relationship between.
Home automation using Arduino & ‘PIR sensor’
CS 388: Natural Language Processing: LSTM Recurrent Neural Networks
CS 4501: Introduction to Computer Vision Computer Vision + Natural Language Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy / Justin Johnson.
Image Processing.
Brain operated wheelchair
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
Recurrent Neural Networks for Natural Language Processing
A Study of Wireless Virtual Network Computing
Internet of Things: Cybersecurity
HOME AUTOMATION SYSTEM
Computer Hardware-Meeting the machine
August 29, 2008 I1-5 With 1 partner:
Image Recognition. Contents: Motivation Objective Definition Introduction Preprocessing / Edge Detection Neural Networks in Image Recognition Practical.
We teach ATM Networks to Think
Advanced Energy management using Smart Metering and Automation System, and a Cloud Based Home Appliances Ratings Database. Omole, olayinka S. Electrical/Electronics.
Test Automation for IoT solutions A Paradigm shift
IOT ppt
Intelligent Information System Lab
SMART BUILDING WITH INDOOR NAVIGATION SYSTEM -using iot
EEG Based Home Automation
Dynamic Routing Using Inter Capsule Routing Protocol Between Capsules
What we learn during Program
The 4th Industrial Revolution
RNN and LSTM Using MXNet Cyrus M Vahid, Principal Solutions Architect
Systems Analysis and Design in a Changing World, 6th Edition
RNNs & LSTM Hadar Gorodissky Niv Haim.
Principles/Paradigms Of Pervasive Computing
Elecbits.
Smart Home and Garden System
AI Stick Easy to learn and use, accelerate the industrialization of artificial intelligence, and let the public become an expert in AI.
Internet of Things.
Recent topics in Smart City
Lecture 16: Recurrent Neural Networks (RNNs)
M.Sc. Zhumaniyaz Mamatnabiyev Assist. Prof. Rassim Suliyev
Intelligent HVAC Control
Internet of Things (IoT)
Distributed Edge Computing
IoT – A Rewarding Career!
Chapter 7 IoT Physical Devices and Endpoints
Real-time Object Recognition using deep learning-Raspberry Pi
Presentation transcript:

Home Automation Enhancement with EEG Based Headset (Orpheus) Ankit Shrestha 071BCT505 Institute of Engineering Pulchowk, Lalitpur Bikram Adhikari 071BCT549 Institute of Engineering Pulchowk, Lalitpur Shailesh Mishra 071BCT538 Institute of Engineering Pulchowk, Lalitpur Suyog Singh 071BCT547 Institute of Engineering Pulchowk, Lalitpur

INTRODUCTION? Problem Statement

Problem Statement People with visual and locomotive imparities have problems with their day - to - day activities. Some of times, leads to harm in self confidence Inefficiency due to dependency on others.

INTRODUCTION? WHY THIS PROJECT?

GENERAL Introducing Brainwave as one of the most efficient input technology. Brainwave can be used for helping people with various types of disabilities (Visually impaired). An interesting field of technology just in its beginning and major possibilities for future.

HOME AUTOMATION Voice command is the most used technology for home automation. It can’t be used in noisy environments. The system accuracy is high in closed environment. But actual accuracy in day to day life is very low. Voice system is irritating and ineffective.

EEG for Impaired Independent control over the home operations like switching on/ off of home appliances. Boost in self morale.

INTRODUCTION? Project Scope

SCOPE STATEMENT In this project, a hardware software interface to automate household works (lights, fan, etc.) using brain waves.

SCOPE DESCRIPTION An Intelligent application with a friendly UI Simple Home Automation Model

SCOPE LIMITATION This is only a trained intelligent machine and not magic. Just thinking anything will not work. Budgetary Limitations are considered and majority of the project will only be a simple model.

IMPACT Life Changing for Disabled People Change the interaction method to technology

CHALLENGES IN NEPAL Fear of the Unknown Difficulty in Use Lack of Hardware Components

Internet of Things(IoT) Network of physical devices, vehicles, home appliances and other items embedded with electronics, software, sensors, actuators, and connectivity which enables these objects to connect and exchange data.

Internet of Things(IoT) Ecosystem of connected devices that are available through the internet.

IoT Components Sensors : BCI Headset Processing Unit : Raspberry Pi / Remote Server Interfacing Unit : Arduino / Relay

Why Raspberry Pi? Size of a credit card Easy to install to a network Economic

Hardware Cost* IoT : < $50 BCI Ganglion Board: $200 3D Printed Hardware cost < $50 *Total manufacturing cost to increase by more than 25% when in mass production

System Model

Convolution Neural Network CNN are a specialized kind of neural network for processing data that has a known, grid-like topology. Eg. Image, videos.

Convolution Neural Network

Recursive Neural Network Recurrent neural networks or RNNs are a family of neural networks for processing sequential data.

Recursive Neural Network x_t is the input at time step t s_t is the hidden state at time step t o_t is the output at step t.

Recursive Neural Network Suffers from problem of vanishing gradient or exploding gradient

LSTM Network LSTM Network consists of LSTM cell Solves issues with Vanishing gradients or Exploding Gradients

RNN vs CNN CNN learns and recognizes pattern in the grid systems, eg images recognition RNN learns and recognizes pattern in the sequence or systems varying in function of times. Eg. Image captioning

Problems in Existing EEG Solutions None in Local Level Only used for entertainment or experimental purposes. Risky startup idea. Costly. (Emotiv-500$ 5 channel; Muse: The Brain-sensing Headband, $299, has 4 channels )

THANK YOU

Result and Analysis Neural network training: The graph shows the training and validation accuracy obtained on training the model over 50 epochs.

Result and Analysis Internet of Things Website for IOT Control

Result and Analysis Internet of Thing Device 1 turned on Device 1 turned off Device 1 turned on

Result and Analysis Headset construction 3D Printed Headset Frame

FUTURE ENHANCEMENTS System Integration Implementation of Music Controller Improvement in the Model Architecture Mobile Implementation of the System Scaling the Project to Deployment Level