From b9b6a9386f9e0ec7bebf4df109e93e5fa4e8adf2 Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 28 Oct 2016 14:25:28 -0400 Subject: [PATCH] Add Nervana "Neon Course" to Python notebooks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81f6f17..0a5c6b8 100644 --- a/README.md +++ b/README.md @@ -889,6 +889,7 @@ on MNIST digits[DEEP LEARNING] * [group-lasso](https://github.com/fabianp/group_lasso) - Some experiments with the coordinate descent algorithm used in the (Sparse) Group Lasso model * [jProcessing](https://github.com/kevincobain2000/jProcessing) - Kanji / Hiragana / Katakana to Romaji Converter. Edict Dictionary & parallel sentences Search. Sentence Similarity between two JP Sentences. Sentiment Analysis of Japanese Text. Run Cabocha(ISO--8859-1 configured) in Python. * [mne-python-notebooks](https://github.com/mne-tools/mne-python-notebooks) - IPython notebooks for EEG/MEG data processing using mne-python +* [Neon Course](https://github.com/NervanaSystems/neon_course) - IPython notebooks for a complete course around understanding Nervana's Neon * [pandas cookbook](https://github.com/jvns/pandas-cookbook) - Recipes for using Python's pandas library * [climin](https://github.com/BRML/climin) - Optimization library focused on machine learning, pythonic implementations of gradient descent, LBFGS, rmsprop, adadelta and others * [Allen Downey’s Data Science Course](https://github.com/AllenDowney/DataScience) - Code for Data Science at Olin College, Spring 2014.