Clear Filters
Clear Filters

Making a neural network

1 view (last 30 days)
SyedShomaail Jafri
SyedShomaail Jafri on 14 Dec 2015
Answered: Greg Heath on 15 Dec 2015
I am a novice to matlab I have 4 X 500 integer input data and a 1 X 500 target data (boolean) what is the most suitable neural Network to use and how to build and use is my question What I did uptil now is to install matlab with neural Network

Accepted Answer

Greg Heath
Greg Heath on 15 Dec 2015
Regression and Curvefitting
help fitnet
doc fitnet
Classification and Pattern Recognition
help patternnet
doc patternnet
Hope this helps.
Greg

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows 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!