how to solve this problem using neural network?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!