Skip to content

A new project to explore and develop ML intuition from the ground up.

Notifications You must be signed in to change notification settings

Mlawrence95/ML-Exploration

Repository files navigation

Machine Learning Exploration

Projects to explore and develop ML intuition.

Transfer Learning with Convolutional Neural Nets

Use a VGG architecture with pre-trained weights to apply the style of one image to another with a simple transformation. This takes some tuning to get good results.

An example of style transfer

Decoding Ciphers with Markov Chain Monte Carlo (MCMC)

Contains the entirety of Moby Dick, chapter by chapter. Using a substitution cipher, encode chapters the book into a scrambled language, then efficiently recover the original text using MCMC.

Progress in decoding a ciphered text

K-Nearest Neighbors from Scratch

A walkthrough of one of the most simple classification algorithms, with intuition how how it works geometrically.

Toy data for classification

Vanilla Neural Networks and MNIST with Tensorboard

Train simple neural networks in Keras with a Tensorflow backend. Interpret the model's evolution at train-time through a local TensorBoard instance.

A simple NN in tensorboard

About

A new project to explore and develop ML intuition from the ground up.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published