Machine Learning

Guido Tapia

September 9, 2014

Fluent python interface for Machine Learning

I often say that Machine Learning is like programming in the 60s, you prepare your program, double check everything, hand in your punch cards to the IBM operator, go home and wait. And just like back then, if you had a bug in your code it would mean ...

#machine-learning#pandas#predictive-analytics#python#scikit-learn

in machine-learning

Guido Tapia

May 5, 2019

PyTorch Implementation of "Unsupervised learning by competing hidden units" MNIST classifier

I recently watched this lecture by Dmitry Krotov and found it very interesting so I thought it would make a good paper to try to reproduce. My original thoughts were that this could potentially solve the adversarial vulnerability inherent in most mod ...

in machine-learning software-engineering