Web scraping is a technique to extract information from web pages. There are more than 1 billion websites on the internet, that we know of. There are billion and billions of static and dynamically generated documents online. In this huge pile of HTML content, how can we gather information that...
[Read More]
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]
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 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]