Merge branch 'bayerj-master'

This commit is contained in:
Joseph Misiti 2014-07-16 10:18:19 -04:00
commit 02ef3e57bc

View File

@ -253,6 +253,8 @@ on MNIST digits[DEEP LEARNING]
* [nilearn](https://github.com/nilearn/nilearn) - Machine learning for NeuroImaging in Python
* [Pyevolve](https://github.com/perone/Pyevolve) - Genetic algorithm framework.
* [Caffe](http://caffe.berkeleyvision.org) - A deep learning framework developed with cleanliness, readability, and speed in mind.
* [Shogun](https://github.com/shogun-toolbox/shogun) - The Shogun Machine Learning Toolbox
* [breze](https://github.com/breze-no-salt/breze) - Theano based library for deep and recurrent neural networks
#### Data Analysis / Data Visualization
@ -297,6 +299,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
* [mne-python-notebooks](https://github.com/mne-tools/mne-python-notebooks) - IPython notebooks for EEG/MEG data processing using mne-python
* [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
#### Kaggle Competition Source Code