MATLAB: MLP in neural network

neural network

I have a dataset of 4062×15 .Now i want to train and test using MLP and RBF,please tell how to start with

Best Answer

Start with
1. Read the relevant sections of the Neural Network Toolbox documentation.
2. Duplicate and revise some of the demos
3. Find relevant Newsgroup and Answer posts
4. If you have problems post to either.
Hope this helps.
Greg