Experimenting with RNN!
Written on May 14, 2018
This notebook aims to provide some basic intuition on the differences between two types of deep neural networks and to encourage you to test different deep learning architectures.
Read More
Play with Selenium Part 2
Written on February 20, 2018
Second part is to clean the code and make it easy to work with.
Read More
Play with Selenium Part 1
Written on February 15, 2018
First part, a fast walk through of selenium with a goal to click on a object.
Read More
Python Decorators
Written on January 26, 2018
I'll walk through some example where decorator can is been used.
Read More