Theano-Tutorials icon indicating copy to clipboard operation
Theano-Tutorials copied to clipboard

Bare bones introduction to machine learning from linear regression to convolutional neural networks using Theano.

Results 13 Theano-Tutorials issues
Sort by recently updated
recently updated
newest added

In file 3_net.py, everything seems to go fine but the problem is, the weights `w_h` are not getting updated. They have the same random values which were initialized at the...

Hello, Im new in learning and in theano. So this tutorial is perfect and it helps me a lot. Please, how can i get the fonction mnist(), and the load...

In your logistic regression ,from load import mnist?

Error occur when running final version of code. ``` bash python 5_convolutional_net.py ``` Traceback ``` Traceback (most recent call last): File "5_convolutional_net.py", line 78, in noise_l1, noise_l2, noise_l3, noise_l4, noise_py_x...

Thanks for putting up the code here! It would be great if you have some documentation to describe the code, or even some inline comments would be helpful too.

I don't see any logistic function code in 2_logistic_regression.py, is this really code for logistic regression?

Hi Alec, would you be kind to explain how you reached 128 examples for mini-batch training?

Had a friend play with the tutorial and ran into the issue described here: https://github.com/Theano/Theano/issues/3992 It might be friendlier for new people who want to play around with the code...

you import something has not used.