Machine learning algorithms on toy datasets
Hand-coded linear regression on a toy dataset
Hand-coded logistic regression on a toy dataset
Hand-coded logistic regression using second degree polynomial on a toy dataset
Training different degree polynomial models on the same dataset to compare bias and variance
Polynomial regression with L1_regularization on a toy dataset
Hand-coded perceptron on XOR-shaped toy dataset
Hand-coded k-means clustering on a toy dataset
Hand-coded PCA algorithm for dimensionality reduction on a toy dataset
Hand-coded feed-forward neural network a toy dataset
Hand-coded value iteration algorithm on a toy dataset