Posts:regression
Overwatch Data Visualization
June 1, 2018Exploratory data analysis and visualization of Overwatch ranked data
XOR Logic Gate – Neural Networks
February 13, 2017Introduction to neural networks and how they can be used to model XOR gates
AND Logic Gate - Importance of bias units
December 29, 2016Introducing AND gates and the bias unit
OR Logic Gate using Theano
December 24, 2016Create a basic OR logic gate using Python and Theano
Multiple Regression using Python
November 15, 2016Implement multiple regression with gradient descent using Python