i need code for image recognition and processing using artificial neural networks

* *

1 Comment

You will not have any code available to work. First, is you need to look into the type of the tool box which will be suitable for your problem statement. Then you can look into other details. In your case, you wanted to give input as the images to neural network tool box in the Matlab, you can directly load the image to the newual network toolbox. That said, neural network tool box is not capable of handling 3D Matrix. So you need to concatenate the image using (:) command and then process the image. So, basically you will have two dimensions in it, with sample size and image matrix(in single coloumn). This should give you some idea on how to proceed.
Kartik

Sign in to comment.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

ks
on 23 Feb 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!