Deep Learning Crash Course Part 1 16 May 2017 Deep learning is the thing in machine learning these days. I probably don’t need to explain you the reason for buzz. This series of posts is a yet another attempt to teach deep learning.My aim here is to Explain all the basics and practical advic...
PyTorch Transfer Learning Tutorial 24 March 2017 In this tutorial, you will learn how to train your network using transfer learning. You can read more about the transfer learning at cs231n notes.
Exposing C functions to Lua 23 January 2017 Lua has a very simple C API. You can run Lua code and access lua objects from C. Similarly, you can access C functions and libraries from Lua. In this post, we’ll primarily look at how to expose C functions to lua.Install LuaLet’s start off with t...
Music I Have Been Listening Recently 14 January 2017 I figured I’d document my music listening history some place or other. What better place to do it than my blog! I also like to see more posts in my minimal looking blog :)I tend to love alternative rock music albums. I also like a bit of R&B. ...
Keras Tutorial - Spoken Language Understanding 05 January 2017 In previous tutorial, we have had a introduction to convolutional neural networks(CNNs) and keras deep learning framework. We have used them to solve a computer vision(CV) problem: traffic sign recognition. Today, we will solve a natural language ...