ece4580:module_classification
This is an old revision of the document!
Table of Contents
Classification
Classification involves taking an instance
/* (2) bag-of-words classifier: http://people.csail.mit.edu/fergus/iccv2005/bagwords.html They were short courses on ICCV 2005. */
/* Andrew Ng */
Module #1
Classification on digits using neural networks
- Check UFLDL provided by Andrew Ng
- In this module, you are requires to:
- First, implement the 'sparse autoencoder' section.
- Second, get 'Vectorized implementation', 'Preprocessing: PCA and Whitening' and 'Softmax Regression' sections done.
- Third, implement 'Self-Taught Learning and Unsupervised Feature Learning' section for digit classification.
Module #2
ece4580/module_classification.1485255349.txt.gz · Last modified: 2024/08/20 21:38 (external edit)