Matlab -Neural Network Simulation (for Loop)
Thanks for your above answer using for loop. Now I want to save the trained network (which has been trained using 2 different input images(type 1 and type 2) and different target images(type 1 and type 2) ), after saving network I need to test the network for different images to classify them, whether they belongs to type 1 or type 2.
Please guide me how to proceed.