how to solve this problem using neural network?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!