Coding a perceptron from scratch in C++
15 July 2020
What is a perceptron? In very simple terms, a perceptron is a binary classifier that takes a vector input and outputs a 0 or a 1.
Software engineer and CS student at Stanford
15 July 2020
What is a perceptron? In very simple terms, a perceptron is a binary classifier that takes a vector input and outputs a 0 or a 1.
12 July 2020
I used machine learning to create a personalizable movie recommender.