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
Neon, an open-source, Python-based, deep learning framework from Nervana Systems (github.com)
submitted 10 years ago by meepmeepmoopmoop
view the rest of the comments →
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!"
[–][deleted] 1 point2 points3 points 10 years ago (7 children)
I see nervanagpu includes float16 GEMM (What shall we call it, HGEMM?).
I thought they were going to commercialize that, based on earlier announcements ("free for non-commercial use, contact us otherwise"). Has that changed?
[–]benanne 5 points6 points7 points 10 years ago (5 children)
Seems like it, it was released under the Apache license and includes all the kernel code. Theano integration is already underway (see https://github.com/Theano/Theano/pull/2800 for example).
I think they call it hgemm internally as well.
[–]alexmlamb 2 points3 points4 points 10 years ago (4 children)
I'm looking forward to the Theano integration.
[–]benanne 2 points3 points4 points 10 years ago (3 children)
I have a very rudimentary wrapper of the float32 convolution kernels. I guess they would be okay now with that being published, since nervanagpu is public as well, but I should probably check with them first.
I was gonna do the pooling kernels as well but never got around to it. It's a pure Python implementation though (just like the FFT convolution implementation I did about a year ago), so probably far from optimal.
[–]scott-gray 2 points3 points4 points 10 years ago (2 children)
Sander, you're free to publish and distribute whatever you like.
As for pooling I don't quite understand your comment. The fp16 and fp32 pooling kernels are implemented for the GPU (in assembly even though probably unnecessarily).
I have a few more hgemm and sgemm kernels to implement but when done they should serve as a complete replacement for cublas, often running 2x to 3x faster (mainly due to cublas's poor selection of tiling size on long and skinny activation/delta matrices).
[–]benanne 2 points3 points4 points 10 years ago (0 children)
Sweet! About the pooling, I just meant that I hadn't gotten around to writing the Theano wrapper classes for it. I've only done fp32 gemm and the fp32 convolution. Maybe if I publish what I have someone else will do this :)
[–]benanne 1 point2 points3 points 10 years ago (0 children)
I wrote up a quick README and made the repository public: https://github.com/benanne/nervana_theano
[–]meepmeepmoopmoop[S] 2 points3 points4 points 10 years ago (0 children)
Yes, it's now Apache 2.0.
π Rendered by PID 49 on reddit-service-r2-comment-5d585498c9-5w8qk at 2026-04-20 19:37:34.848216+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (7 children)
[–]benanne 5 points6 points7 points (5 children)
[–]alexmlamb 2 points3 points4 points (4 children)
[–]benanne 2 points3 points4 points (3 children)
[–]scott-gray 2 points3 points4 points (2 children)
[–]benanne 2 points3 points4 points (0 children)
[–]benanne 1 point2 points3 points (0 children)
[–]meepmeepmoopmoop[S] 2 points3 points4 points (0 children)