CSc 219 Project Proposal Raymond Fraizer.

Slides:



Advertisements
Similar presentations
Social Activity Recognition Using a Wrist-Worn Accelerometer Ashton Maltie UNCC WiNS Lab Ashton Maltie UNCC WiNS Lab.
Advertisements

Paper presentation for CSI5388 PENGCHENG XI Mar. 23, 2005
SOMM: Self Organizing Markov Map for Gesture Recognition Pattern Recognition 2010 Spring Seung-Hyun Lee G. Caridakis et al., Pattern Recognition, Vol.
CS771 Machine Learning : Tools, Techniques & Application Gaurav Krishna Y Harshit Maheshwari Pulkit Jain Sayantan Marik
Accelerometer-based Transportation Mode Detection on Smartphones
An introduction to: Deep Learning aka or related to Deep Neural Networks Deep Structural Learning Deep Belief Networks etc,
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks / Fall 2004 Shreekanth Mandayam ECE Department Rowan University.
S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks / Fall 2004 Shreekanth Mandayam ECE Department Rowan University.
Text Classification: An Implementation Project Prerak Sanghvi Computer Science and Engineering Department State University of New York at Buffalo.
1 Automated Feature Abstraction of the fMRI Signal using Neural Network Clustering Techniques Stefan Niculescu and Tom Mitchell Siemens Medical Solutions,
MACHINE LEARNING AND ARTIFICIAL NEURAL NETWORKS FOR FACE VERIFICATION
Neural Networks Lab 5. What Is Neural Networks? Neural networks are composed of simple elements( Neurons) operating in parallel. Neural networks are composed.
Hub Queue Size Analyzer Implementing Neural Networks in practice.
SE367 Project Final Presentation By: Sujith Thomas Parimi Krishna Chaitanya In charge:- Prof Amitabha Mukerjee.
ENN: Extended Nearest Neighbor Method for Pattern Recognition
1 7-Speech Recognition (Cont’d) HMM Calculating Approaches Neural Components Three Basic HMM Problems Viterbi Algorithm State Duration Modeling Training.
Detecting Movement Type by Route Segmentation and Classification Karol Waga, Andrei Tabarcea, Minjie Chen and Pasi Fränti.
1 Naïve Bayes Models for Probability Estimation Daniel Lowd University of Washington (Joint work with Pedro Domingos)
Boosting Neural Networks Published by Holger Schwenk and Yoshua Benggio Neural Computation, 12(8): , Presented by Yong Li.
Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab
Human Gesture Recognition Using Kinect Camera Presented by Carolina Vettorazzo and Diego Santo Orasa Patsadu, Chakarida Nukoolkit and Bunthit Watanapa.
Saichon Jaiyen, Chidchanok Lursinsap, Suphakant Phimoltares IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 21, NO. 3, MARCH Paper study-
Explorations in Neural Networks Tianhui Cai Period 3.
Appendix B: An Example of Back-propagation algorithm
Back-Propagation MLP Neural Network Optimizer ECE 539 Andrew Beckwith.
Neural Network Introduction Hung-yi Lee. Review: Supervised Learning Training: Pick the “best” Function f * Training Data Model Testing: Hypothesis Function.
WIRELESS BODY AREA SENSOR NETWORK FOR POSTURE DETECTION Sumi K C S7CS Roll No:
Handwritten Recognition with Neural Network Chatklaw Jareanpon, Olarik Surinta Mahasarakham University.
Winston H. Wu, Maxim A. Batalin, Lawrence K. Au, Alex A. T. Bui, and William J. Kaiser.
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 25 Nov 4, 2005 Nanjing University of Science & Technology.
 Based on observed functioning of human brain.  (Artificial Neural Networks (ANN)  Our view of neural networks is very simplistic.  We view a neural.
C - IT Acumens. COMIT Acumens. COM. To demonstrate the use of Neural Networks in the field of Character and Pattern Recognition by simulating a neural.
Alex Stabile. Research Questions: Could a computer learn to distinguish between different composers? Why does music by different composers even sound.
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
Combining Models Foundations of Algorithms and Machine Learning (CS60020), IIT KGP, 2017: Indrajit Bhattacharya.
Applying Deep Neural Network to Enhance EMPI Searching
Energy models and Deep Belief Networks
Boosted Augmented Naive Bayes. Efficient discriminative learning of
Convolutional Neural Fabrics by Shreyas Saxena, Jakob Verbeek
When to engage in interaction – and how
Classification of Hand-Written Digits Using Scattering Convolutional Network Dongmian Zou Advisor: Professor Radu Balan.
mengye ren, ryan kiros, richard s. zemel
NEURAL NETWORK APPROACHES FOR AUTOMOBILE MPG PREDICTION
Dynamic Routing Using Inter Capsule Routing Protocol Between Capsules
Chao Xu, Parth H. Pathak, et al. HotMobile’15
Bird-species Recognition Using Convolutional Neural Network
Neural Networks in RStudio with the H2O module
شبکه عصبی تنظیم: بهروز نصرالهی-فریده امدادی استاد محترم: سرکار خانم کریمی دانشگاه آزاد اسلامی واحد شهرری.
A Kaggle Project By Ryan Bambrough
Face Recognition with Neural Networks
network of simple neuron-like computing elements
Introduction to Neural Networks And Their Applications - Basics
Classification Boundaries
Convolutional Network by GoogLeNet
A connectionist model in action
ImageNet Classification with Deep Convolutional Neural Networks
Structure of a typical back-propagated multilayered perceptron used in this study. Structure of a typical back-propagated multilayered perceptron used.
III. Introduction to Neural Networks And Their Applications - Basics
Gene Structure Prediction Using Neural Networks and Hidden Markov Models June 18, 권동섭 신수용 조동연.
An introduction to: Deep Learning aka or related to Deep Neural Networks Deep Structural Learning Deep Belief Networks etc,
Prediction of the Number of Residue Contacts in Proteins
Image Processing and Multi-domain Translation
Learning Combinational Logic
Example of a simple deep network architecture.
CRCV REU 2019 Kara Schatz.
Week 3 Volodymyr Bobyr.
Areas under the receiver operating characteristic (ROC) curves for both the training and testing data sets based on a number of hidden-layer perceptrons.
MyoHMI Architecture Background
Neural Network Typing Authentication
Presentation transcript:

CSc 219 Project Proposal Raymond Fraizer

Goal To learn how to implement a neural network using R Studio. Get experience with sensor data.

Finding a dataset First looked at UCI repository for pattern recognition data Found a list on Wikipedia that was easier to identify data source file types Realized motion detection and classification was more what I wanted Found PUC-rio data set at UCI repository

The paper Found the paper the data set was from “Wearable Computing: Accelerometers’ Data Classification of Body Postures and Movements” by Ugulino et al They used C4.5 with AdaBoost using 10 iterations of the boot and 10-fold cross validation of the test data Their overall accuracy was 99.4%

Method I intend to train a neural network to do the same classification and compare results Using R Studio and nerualnet module Network with one hidden layer – number of nodes to be determined by trials Simple one-hot output – 5 classes so 5 output nodes