how to solve this problem using neural network?
Ältere Kommentare anzeigen
Hi I'm pretty new to Matlab but it seems easy to understand Matlab language and I've some skills in programming like Basic.
first I need to create a simple neural network program that can be trained, so it can get some input of:
[age(years), weight(kg), height(cm)] and decide how much this person fit to be an athlete from 1 to 10. for example:
[20, 70, 180] = 10 % OK
[85, 95, 170] = 1 % Not OK
where should I begin from? how much input, hidden and output neuron do I need?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing 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!