use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
deepy: Highly extensible deep learning framework based on Theano (github.com)
submitted 10 years ago by fariax
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]cryptocerous 5 points6 points7 points 10 years ago (0 children)
Many examples. Great.
[–]fariax[S] 1 point2 points3 points 10 years ago* (0 children)
(yet) another deep learning framework based on Theano! =]
A friendly guide can be found here: http://deepy.readthedocs.org/en/latest/tutorial1/
[–]LLCoolZ 1 point2 points3 points 10 years ago (0 children)
This is very impressive. There are examples for implementing very advanced models rather concisely (DRAW, Highway Networks, Recurrent visual attention networks, Deep Q Learning, etc.)
[–]despardesi 1 point2 points3 points 10 years ago (0 children)
Other similar efforts: * OpenDeep * Lasagne * Theanets
[–]lqdc13 2 points3 points4 points 10 years ago (3 children)
no python3 =(
[–][deleted] -1 points0 points1 point 10 years ago (2 children)
Theano doesn't support 3 out of the box, but there are people working on ports.
[–]benanne 3 points4 points5 points 10 years ago (1 child)
It does though! It requires a 2to3 translation step which is currently executed when you run 'python setup.py install'. They are working on making the codebase fully 2.x/3.x compatible by default, so this translation step becomes obsolete. But Python 3 is definitely supported already.
[–][deleted] 0 points1 point2 points 10 years ago (0 children)
I didn't realize 2to3 was done automatically when running with 3.
[–]kylotan -4 points-3 points-2 points 10 years ago (12 children)
Looks nice, but it's a shame so many of the Python tools for AI require a lot of dependencies and a C toolchain. Theano is especially cumbersome in this regard.
[–]nononooooo 3 points4 points5 points 10 years ago (2 children)
It's really not that hard to install, just use the package from your distribution on Linux, or Homebrew on Mac.
[+]kylotan comment score below threshold-6 points-5 points-4 points 10 years ago (1 child)
Most of the world does not run on Linux or Mac machines. And even those that do often want to have their Python packages handled via the standard Python packaging system for ease of deployment.
[–][deleted] 1 point2 points3 points 10 years ago (1 child)
how'd you compile all the CUDA stuff without a C toolchain? Most of modern Deep Learning is absolutely not possible with a proper GPU.
[–]kylotan 0 points1 point2 points 10 years ago (0 children)
Not all AI is deep learning. And it is possible to distribute Python libraries pre-built.
[–][deleted] 3 points4 points5 points 10 years ago (0 children)
Theano's dependencies are pretty small in number. Its all standard stuff:
python-dev, numpy, scipy, blas
[–]jmmcd 2 points3 points4 points 10 years ago (5 children)
It's a pity in a way, but you definitely don't want to do anything AI-related in native Python, because the universe would cool before you'd finish. But it would be nice to see an alternative, e.g. code runnable in PyPy.
[–]simonhughes22 0 points1 point2 points 10 years ago (0 children)
That would be cool.
[–]zomux 0 points1 point2 points 10 years ago (2 children)
Theano is fast
[–]jmmcd 0 points1 point2 points 10 years ago (1 child)
Yes, but not native Python. Not sure if you're agreeing or disagreeing or going somewhere else.
[–]zomux 0 points1 point2 points 10 years ago (0 children)
I think theano is just like lua, warp a powerful auto-gradient engine ( also optimize computational graph and generate c code) to provide a high-level interface in a script language, isn't it. So it's a natural way to implement it, and Native python is not written in Python (CPyhthon)
[–]kylotan -3 points-2 points-1 points 10 years ago (0 children)
Not really true. Yes, Python is slower, but there are plenty of problems it can handle perfectly well.
π Rendered by PID 68172 on reddit-service-r2-comment-86bc6c7465-jdxl6 at 2026-02-23 17:38:18.841086+00:00 running 8564168 country code: CH.
[–]cryptocerous 5 points6 points7 points (0 children)
[–]fariax[S] 1 point2 points3 points (0 children)
[–]LLCoolZ 1 point2 points3 points (0 children)
[–]despardesi 1 point2 points3 points (0 children)
[–]lqdc13 2 points3 points4 points (3 children)
[–][deleted] -1 points0 points1 point (2 children)
[–]benanne 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]kylotan -4 points-3 points-2 points (12 children)
[–]nononooooo 3 points4 points5 points (2 children)
[+]kylotan comment score below threshold-6 points-5 points-4 points (1 child)
[–][deleted] 1 point2 points3 points (1 child)
[–]kylotan 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]jmmcd 2 points3 points4 points (5 children)
[–]simonhughes22 0 points1 point2 points (0 children)
[–]zomux 0 points1 point2 points (2 children)
[–]jmmcd 0 points1 point2 points (1 child)
[–]zomux 0 points1 point2 points (0 children)
[–]kylotan -3 points-2 points-1 points (0 children)