Practical Guide to implementing Neural Networks in Python (using Theano)
In my last article, I discussed the fundamentals of deep learning, where I explained the basic working of a artificial neural network. If you've been following this series, today we'll become familiar with practical process of implementing neural network in Python (using Theano package). I found various other packages also such as Caffe, Torch, TensorFlow etc to do this job. But, Theano is no less than and satisfactorily execute all the tasks. Also, it has multiple benefits which further enhances the coding experience in Python. In this article, I'll provide a comprehensive practical guide to implement Neural Networks using Theano.
Apr-19-2016, 00:40:46 GMT