Re: [Scikit-learn-general] deep learning NN based on UFLDL

2015-05-08 Thread Andreas Mueller
Hi. There was just a thread about neural nets yesterday: https://sourceforge.net/p/scikit-learn/mailman/scikit-learn-general/thread/554BA4ED.9010205%40gmail.com/#msg34093050 There is lasagne https://github.com/Lasagne/Lasagne and keras https://github.com/fchollet/keras and nolearn https://github

[Scikit-learn-general] deep learning NN based on UFLDL

2015-05-07 Thread Jiří Fejfar
Hello, I am just experimenting with implementation of neural network based on http://ufldl.stanford.edu/wiki/index.php/UFLDL_Tutorial made by the team of Andrew Ng on Stanford. I am thinking about creating the library covering this functionality in Python (object-oriented with NumPy). Covering the