I’ve decided to create yet another Python site (YAPS), The Orange Pages, an ML-focused Python guide book for beginners. It is in a similar vein to The Hitchhiker’s Guide to Python and Automate the Boring Stuff. It will include what I’ve learned in my five years as an engineer, utilizing Python as the “magic” as… Continue reading An ML-Focused Python Guide Book for Beginners
Category: Python
Building a Machine Learning Docker Container
I created a simple machine learning Docker container image for executing small experiments on AWS and Azure. The container uses Ubuntu 18.04.2 LTS at its core with Python 3 and common Python ML libraries: pandas scipy numpy matplotlib records tensorflow Machine Learning with Docker Source Code