Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

NJACKWinterOfCode/nervy-notebooks

 
 

Repository files navigation

Nervy-notebooks

A cluster of notebooks handy for deep learning using IPython notebooks.

NOTE: Nervy-notebooks has been selected as a project for NJACK Winter of Code 2017. For contributing and being recognised for your valuable contribution, please send your IPython notebbok PR to this fork

List of contents

List of contents

Inspiration

(Back to top)

While learning deep learning, I never could just skim off one source. There were blogs, tutorial websites, books and a lot of stuff. A lot of time was wasted looking at good resources. Thus nervy-notebooks was formed: to create a guide for deep learning to be used by all!

IPython Installation

Prerequisites

Python

Local Setup

Get IPython with pip using following command:

$ pip install ipython

Libraries Used

  1. nn-from-scratch.ipynb
  2. autoencoder_with_MNIST.ipynb
  3. LSTM.ipynb
  4. multilayer_perceptron_MNIST.ipynb
    • None
  5. recurrent_neural_network.ipynb
    • None
  6. Stacked_Denoising_Autoencoder.ipynb
  7. rnn_using_dynet.ipynb

Frameworks Used

  1. nn-from-scratch.ipynb
    • None
  2. autoencoder_with_MNIST.ipynb
  3. LSTM.ipynb
  4. multilayer_perceptron_MNIST.ipynb
  5. recurrent_neural_network.ipynb
  6. Stacked_Denoising_Encoder.ipynb
  7. rnn_using_dynet.ipynb

Contributing

(Back to top)

Your contributions are always welcome! Please have a look at the contribution guidelines first.

Fork the repository by clicking on the Fork button in the top-right corner of the page.

Clone the repository using following command:

git clone https://github.com/YOUR-USERNAME/nervy-notebooks.git

use your github username in place of YOUR-USERNAME.

License

(Back to top)

The MIT License 2017 - Dhruv Apte. Please have a look at the LICENSE.md for more details.

About

Notebook regarding neural networks

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%