graphific / DL-Meetup-intro

Code for participants of "NLP and Deep Learning: introduction - Session I" at Sthlm NLP Meetup of 22 Jan 2015
GNU General Public License v2.0
38 stars 12 forks source link

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: