Giter Site home page Giter Site logo

deeplearning-exercise's Introduction

Deep Learning Exercises

My own playground for basic deep learning algorithms. This also includes answers for most exercises on the Stanford deep dearning online tutorials. These tutorials can be found at:

The base code of most algorithms comes from the above tutorials. The original version of the base code could be found here. I made some minor adjustments to the base code (mainly in terms of directory structure and how the data is used), but these changes can be safely ignored. I wrote and ran these codes with MATLAB 2014a.

Content includes (its corresponding directory and online tutorial are highlighted in parenthesis):

  • Basic Machine Learning Algorithms (basic/) [2]
    • Linear Regression
    • Logistic Regression
    • Softmax Regression
  • Sparse AutoEncoder (autoencoder/) [1]
  • PCA Whitening (pca/) [2]
  • Reconstruction ICA / RICA (rica/) [2]
  • Supervised Convolutional Neural Network (cnn/) [2]
  • Self-taught Learning (stl/) [2]
  • Deep Networks / Stacked AutoEncoder (stackedae/) [1]

Some other directories that are necessary to run the code:

  • common/: Directory with data I/O codes and minFunc source code;
  • data/: A data directory with the MNIST data in MATLAB readable format, which could be downloaded from here.

I went through all these tutorials and validate these answers with the given reference results. I personally found these tutorials and exercises to be very useful to deepen one's understanding of deep learning algorithms, since it "pushes" one to think deeply in terms of many implementation and math details behind the concepts. I highly recommend to follow the newer version tutorial ([2]), while using the older version ([1]) as supplementary materials.

deeplearning-exercise's People

Contributors

yuhaozhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.