↧
Answer by greeness for Creating a basic feed forward perceptron neural...
One thing that should help is to use cross-entropy error instead of classification error or mean-squared error (MSE) for such multi-class problem (especially for evaluation). This is a nice article...
View ArticleAnswer by ASantosRibeiro for Creating a basic feed forward perceptron neural...
A general introduction to neural networks (it seems you still need to learn a bit what they are): http://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol4/cs11/report.html Read this document which explain...
View ArticleCreating a basic feed forward perceptron neural network for multi-class...
I am new to neural networks and I want to create a feed forward neural network for mutli-class classification. I am allowed to use any code that is publicly available but not any MATLAB ToolBox as i...
View Article