how can i train an artificial neural network for about 1500 input-output pairs or patterns very easily using MATLAB?

Sir, hope all of you are fine. I am a 4th year student in Chittagong University Of Engineering And Technology studying in EEE department under Bachelor of science program. I am now dealing with a project on " Speed control of DC motor using neural network approach" as a partial fulfillment of my Bachelor of science degree. I have studied ANN but still can not understand how to start practical work. So please if you show your kindness to give me a guideline about my project work, i will be grateful to all of you. From, Alimur Razi CUET, Bandladesh

 Accepted Answer

1. Start with the simple example in the fitnet documentation.
help fitnet
doc fitnet
2. You may want to repeat the example with the ending semicolons removed
3. Next try it with a GUI
help nftool
doc nftool
3. Then try a more appropriate example for you
help engine_dataset;
doc engine_dataset;
4. For additional datasets
help nndatasets
doc nndatasets
Hope this helps.
Thank you for formally accepting m answer
Greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox 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!