What happened?

Review of the last 2 months

It has been 55 days since my last post. A lot has happened. I handled python sessions at this year’s summer camps, held at Villupuram and Chennai, conducted by Free Software Foundation, Tamilnadu. As a result, my python skills have improved considerably. It is a shame that we were unable... [Read More]

Chatbots with Seq2Seq

Learn to build a chatbot using TensorFlow

Update 01.01.2017 Part II of Sequence to Sequence Learning is available - Practical seq2seq Last year, Telegram released its bot API, providing an easy way for developers, to create bots by interacting with a bot, the Bot Father. Immediately people started creating abstractions in nodejs,... [Read More]

Numpy Primer

Getting acquainted with Numpy

Numpy is the core library for scientific computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays. Why learn Numpy? In the Introductory Course on Machine learning, we will be using numpy to build the models introduced in Andrew... [Read More]