Saturday, September 17, 2016

How to begin your deep learning journey?

This quora is best place to find the answer.

https://www.quora.com/How-do-I-learn-deep-learning-in-2-months/answer/Vivek-Kumar-893

Thursday, August 25, 2016

cuda_ndarray.cu error

ERROR (theano.sandbox.cuda): Failed to compile cuda_ndarray.cu: libcublas.so.6.5 cannot open shared object file: No such file or directory

solved by the following command:
sudo ldconfig /usr/local/cuda/lib64

refer to http://www.th7.cn/system/lin/201508/123570.shtml

Friday, August 19, 2016

An important material for deep reinforcement learning
https://www.nervanasys.com/demystifying-deep-reinforcement-learning/