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 me ...

#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 [https://www.youtube.com/watch?v=4lY-oAY0aQU] 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 potenti ...

in machine-learning software-engineering