April 10, 2019
The idea of this post is to implement a fully connected neural network in python.
Photo by Marc-Olivier Jodoin on Unsplash
Read More
January 15, 2019
The idea of this post is to understand the math behind backpropagation of a fully connected neural network.
Photo by Divyadarshi Acharya on Unsplash
Read More
September 15, 2018
The idea of this post is to understand the math behind Logistic Regression Algorithm and compute the parameters with the help of numPy only.
Photo by Ben Harritt on Unsplash
Read More
June 13, 2018
The idea of this post is to understand the math behind Gradient Descent and compute the parameters with the help of numpy only.
Photo by Maxime Lebrun on Unsplash
Read More
February 12, 2018
scikit-learn is packaged with few sample toy datasets to address both classification and regression problems. The idea of this blog is to understand how to load and explore these datasets.
Photo by Joshua Sortino on Unsplash
Read More