Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: This project aims to construct a predictive model using various machine learning algorithms and document the end-to-end steps using a template. The MNIST Handwritten Digits dataset is an image classification situation where we attempt to predict one of… Read More
Image Classification Model for MNIST Handwritten Digits Using Python and AutoKeras
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: This project aims to construct a predictive model using various machine learning algorithms and document the end-to-end steps using a template. The MNIST Handwritten Digits dataset is an image classification situation where we attempt to predict one of… Read More
Binary Classification Model for MiniBooNE Particle Identification Using AutoKeras
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: This project aims to construct a predictive model using various machine learning algorithms and document the end-to-end steps using a template. The MiniBooNE Particle Identification dataset is a binary classification situation where we attempt to predict one of… Read More
AutoKeras Deep Learning Templates v2 for Classification and Regression
As I work on practicing and solving machine learning (ML) problems, I repeatedly find myself duplicating a set of steps and activities. Thanks to Dr. Jason Brownlee’s suggestions on creating a machine learning template, I have pulled together a set of project templates that I use to experiment with modeling ML problems using Python and… Read More
Regression Model for White Wine Quality Using Python and AutoKeras
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a predictive model using various machine learning algorithms and to document the end-to-end steps using a template. The Wine Quality dataset is a regression situation where we are trying to… Read More
Regression Model for Red Wine Quality Using Python and AutoKeras
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a predictive model using various machine learning algorithms and to document the end-to-end steps using a template. The Wine Quality dataset is a regression situation where we are trying to… Read More
Multi-Class Model for Faulty Steel Plates Using Python and AutoKeras
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a predictive model using various machine learning algorithms and to document the end-to-end steps using a template. The Faulty Steel Plates dataset is a multi-class classification situation where we attempt… Read More
Binary Classification Model for Credit Card Default Using Python and AutoKeras
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a predictive model using various machine learning algorithms and to document the end-to-end steps using a template. The Credit Card Default dataset is a binary classification situation where we attempt… Read More
Regression Modeling Template Using Python and AutoKeras Version 1
As I work on practicing and solving machine learning (ML) problems, I find myself repeating a set of steps and activities repeatedly. The purpose of this modeling exercise is to construct an end-to-end template for solving machine learning problems. This Python script will adapt Dr. Jason Brownlee’s blog post on this topic and build a… Read More
Multi-Class Modeling Template Using Python and AutoKeras Version 1
As I work on practicing and solving machine learning (ML) problems, I find myself repeating a set of steps and activities repeatedly. The purpose of this modeling exercise is to construct an end-to-end template for solving machine learning problems. This Python script will adapt Dr. Jason Brownlee’s blog post on this topic and build a… Read More