Skip to content

chunkzer/nnWorkshop

Repository files navigation

Intro to Neural Networks - WORKSHOP

[Slides] (https://slides.com/chunkzer/deck)

If you don't have Python:

For OSx users:

  • $ brew install python 2.7

For Linux

  • $ sudo add-apt-repository ppa:fkrull/deadsnakes
  • $ sudo apt-get update
  • $ sudo apt-get install python2.7

If you don't have pip:

  • $ sudo easy_install pip
  • $ sudo easy_install --upgrade six

Additional resources:

For Neural Networks:

-- Most pragmatic explanation of backpropagation and gradient descent I've seen.

-- Michael Nielsens ongoing "book." Very detailed in its steps.

For Convolutional Neural Networks

For Reccurrent Neural Networks:

-- Excellent explanation of RNN inner workings.

-- Excellent demonstration of RNN Power.

-- Original char-rnn python implementation. Done using Torch.

-- Overview of the cutting edge on generative models. Their current state and possible future.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published