Hello, I'm working with artificial neural network.
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!