Greetings!

I want to create Artificial Neural Network in MATLAB version r2015a for recognition of 8 classes of bacteria images.

Genuinely i'm having some hard times of extracting in the image processing task in MATLAB, correctly to extract the following features but with which method - method based on the threshold pixel values in the binarization of the images or using edge detection first and then to use Generalized Hough Transformation to obtain the desired shape, but honestly i dont know which approach to take with the methods i've mention.

For the data splitting of the extracted features with cvpartition.

The desired ANN architectures i'm planning to use are:

1. feedforwardnet (backprogragation ANN with Gradient descent , MSE error)

2. Cascade feedforward network

Also i'm interested to use The Cascaded-Correlation Learning Architecture.

Also is there any information out there that explains the GUI in MATLAB when the Neural Network completes the training , i want to learn more about how performance window works, Plot regression , Error histogram , Confussion matrix.

Thanks for your time!

More George Todorov's questions See All
Similar questions and discussions