Skip to content

5idaidai/neural

 
 

Repository files navigation

This is a rewrite of the tutorial about unsupervised feature learning and deep learning in Python using numpy and scipy.

Tutorial: http://ufldl.stanford.edu/wiki/index.php/UFLDL_Tutorial

I use numpy for matrices, and scipy.optimize package for the L-BFGS minimization algorithm.

Deep learning learns low and high-level features from large amounts of unlabeled data, improving classification on different, labeled, datasets.  Deep learning can achieve an accuracy of 98% on the MNIST dataset.

About

neural networks, sparse encoders, and recursive auto encoder sin python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.5%
  • MATLAB 36.5%
  • Shell 14.3%
  • Java 3.9%
  • Other 0.8%