Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 762 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 762 Bytes

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:

Alex Radford's Theano code: