Hello, I'm working with artificial neural network.
Show older comments
Hello, I want to work on artificial neural network but I think I have something I don't understand.
First, this is how I understand ANN work. You have input layer where the input neurons are. Then you have hidden layer where you set the "random" values for hidden neurons (with random weights). Lastly, you have the output layer where the output neuron is the variable you want to predict. On your first run, you're expected to get a very large error but as you train the system, the hidden neurons and weights will adjust its values until you reach the target error you set.
My question is, does this mean you could practically use any input neuron? Random input neuron since the network will adjust anyway?
Is there any qualifications for the input neurons?
Sorry I'm really new to this.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!