Neural Network Tool dataset

Hi, I am new to artificial Neural Network. I am currently doing a project to recognize pattern of sensors behavior towards human breath before and after brushing teeth. I am planning to use the neural network toolbox in Matlab. However, I am confuse with which dataset should I input to the neural network...(I have all the sensors data)...Looking for help. Thanks.

2 Comments

what matrix dimensions are you dealing with and what are the contents of each matrix?
Greg
Thanks for the reply Greg. I only got the voltage feature for my sensors. I have no idea how to relate the feature I got with the matrix. Sorry I am new to this field

Sign in to comment.

Answers (1)

KSSV
KSSV on 9 Feb 2018
I advice you to do some small examples first...and then think of your problem.....I think for your case patternrecognisationapp works.
Type nnstart. In there check with pattern recognition.........check few examples and go for your problem.

4 Comments

Thanks for the suggestion. I studied the examples and found that the dataset in those examples are in matrix dimension form. How am I going to change the feature I got now to those matrix?
We cannot comment unless it is known what and how is your data.
Since I have 3 sensors, I think I will make the matrix as 3 columns for 3 sensors, and row for testing samples from different volunteer, depends on how many samples taken. Is this make sense?
Then the target will be in 2 classes, which are before brushing and after brushing teeth

Sign in to comment.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 9 Feb 2018

Commented:

on 22 Feb 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!