Blog
Tue, Feb 7 2017
Getting started with Keras library
Let us walk through Keras building blocks with examples in following iPython notebook.
Mon, Feb 6 2017
Brief guide to deep learning frameworks.
Deep learning is very exciting field now-a-days due to its increasing popularity of its performances on different types of datasets. Here, I will describe some of the currently most used deep learning frameworks and programming languages.
Sun, Feb 5 2017
Introduction to convolution neural networks.
Convolution neural networks play very important role in image classification. CNN's learning is independent of location of characteristics in the image i.e. learning in invariant of position of an object in the image.