Welcome to Kenny's Blog!

Intro to PCA
A popular linear dimensionality reduction technique.
Pokemon Type Classifier
Scraping Pokemon stats and color from the web, exploring the data, and then attempting to predict the Pokemon's type using various machine learning algorithms!
Shallow Neural Network
A simple numpy implementation of a shallow (one layer) neural network for regression problems.
Intro to K-Means
A popular unsupervised learning/clustering algorithm that seeks to uncover hidden subgroups within data.