Blogs
Next Generation Artificial Intelligence
In this blog I want to give a brief idea about Generative Adversarial Networks and there possible scopes. This is going to be a very...
Dec 1, 2018My experience of deploying keras/tensorflow model on Heroku
This blog is for all those enthusiast who wants to deploy there deep learning models freely on Heroku without the hassle of Google cloud platform...
Dec 16, 2018Coding a Simple Logistic Regression in NumPy
Logistic Regression is a fundamental concept to deep learning. In this blog I'm going to code a logistic regression with gradient descent algorithm from scratch...
Dec 19, 2018