how to solve this problem using neural network?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing 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!