Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Notes and Assignments for UFLDL Tutorial - Python3 code

Notifications You must be signed in to change notification settings

makingagent/UFLDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

22 Commits

Repository files navigation

UFLDL

Notes and Assignments for UFLDL Tutorial - Python3 code

Depends

pip install numpy
pip install matplotlib
pip install scipy

Tips

  • Download data from assignment link before you run the exercise.

Sparse Autoencoder

python train.py

Vectorization

  • MNIST (download MNIST data)
python train.py

PCA and Whitening

python pca_gen.py

Softmax Regression

  • Assignment
  • Data:train-images-idx3-ubyte,train-labels-idx1-ubyte,t10k-images.idx3-ubyte,t10k-labels.idx1-ubyte
python softmaxExercise.py

Self-Taught Learning and Unsupervised Feature Learning

  • Assignment
  • Data:train-images-idx3-ubyte,train-labels-idx1-ubyte
python stlExercise.py

Building Deep Networks for Classification

  • Assignment
  • Data:train-images-idx3-ubyte,train-labels-idx1-ubyte,t10k-images.idx3-ubyte,t10k-labels.idx1-ubyte
python stackedAEExercise.py

Linear Decoders with Autoencoders

python linearDecoderExercise.py

Working with Large Images

  • Assignment
  • Data:stlTestSubset.mat,stlTrainSubset.mat
python cnnExercise.py

About

Notes and Assignments for UFLDL Tutorial - Python3 code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /