Organizing Machine Learning Projects: Project Management Guidelines
Author: Jeremy Jordan Originally published at https://www.jeremyjordan.me on September 1, 2018, and was updated recently to reflect new resources. The goal…
Author: Jeremy Jordan Originally published at https://www.jeremyjordan.me on September 1, 2018, and was updated recently to reflect new resources. The goal…
Classifying fruits using a Keras multi-class image classification model and Google Open Images Photo by Luke Michael on Unsplash This post was…
Pre-trained models are easy to use, but are you glossing over details that could impact your model performance? How…
Photo by Samuel Zeller on Unsplash Note: this article originally appeared on Oscar Chang’s website at https://crazyoscarchang.github.io/2019/02/16/seven-myths-in-machine-learning-research/ and was reposted here with his permission.…
Note: this article originally appeared on Raúl Gómez’s website at https://gombru.github.io/2019/01/14/miro_styletransfer_deepdream/ and was reposted here with his permission. We highly encourage…
Learn how to build and train a deep learning network to recognize numbers (MNIST), how to convert it in the…
Cross-validation is a technique used to measure and evaluate machine learning models performance. During training we create a number of…