Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can someone help me? how do i train my neural network with sets of different values
Posted
Comments
Henry Minute 25-Sep-10 13:44pm    
If you are using Matlab libraries, you might get more help on their web site.

1 solution

Well, I did a project in NN when I was in my college. As much I remember, I think training a NN is a part of completing a process. Training here means providing certain sets of inputs and getting back desired output. And for getting desired output, you need to have certain weights.

I found a good link that should explain you what and how you can train your NN, look here[^].

If you get stuck somewhere related to MATLAB, then visit here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900