Hi, I'am Fajar. And i'm new on R language.
Now, i'm on my final project of my study and i'm using machine learning for my final project.
My final project is about detecting movement of vehicle from the data of accelerometer and gyroscope sensor. I'm using neural network for movement classification. And i have some questions about neural net in R.
-
Can single input of neural net consist of multiple data? I mean 1 neuron for multiple data at the same time. Lets say i collect turn right data. And i have 20 values of accelerometer x-axis in 5 seconds. Can i enter that 20 values to 1 input of neural net? or i must make 20 inputs of neural net to process that data?
-
I get accel values like 1.2, 0.2, 0.75. Do i have to normalize the data before entering the neural network? or can i input it without normalize?
Thank you. And i'm sorry for my bad english