DL-Meetup-intro icon indicating copy to clipboard operation
DL-Meetup-intro copied to clipboard

Code for participants of "NLP and Deep Learning: introduction - Session I" at Sthlm NLP Meetup of 22 Jan 2015

DL-Meetup-intro

Code for participants of "NLP and Deep Learning: introduction - Session I" at Sthlm NLP Meetup of 22 Jan 2015 meetup link: http://www.meetup.com/Stockholm-Natural-Language-Processing-Meetup/events/219787462/

be sure to clone with "git clone --recursive https://github.com/graphific/DL-Meetup-intro.git"

--recursive needed to also get the deeplearning.net/tutorial/ code we will be drawing from.

All code primarily based on the work by thouis and vkaynig for ComputeFest 2015: https://github.com/vkaynig/ComputeFest2015_DeepLearning

secondary sources:

LISA DL tutorial/code:

  • https://github.com/lisa-lab/DeepLearningTutorials
  • http://deeplearning.net/tutorial/

Alex Radford's Theano code:

  • https://github.com/Newmu/Theano-Tutorials