Matlab/Octave NN classifier

Matlab/Octave NN classifier

Task:

Build a classifier that can find the localization site of a protein in yeast, based on 8 attributes (features).

Solution:

For performing classification there was constructed a 3-layer artifical neural network (ANN) and specially a feed-forward multilayer perception. We have used a stochastic gradient descent with back-propagation to train our ANN.