Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Training a CNN using TensorFlow and the famous MNIST dataset to classify a single image depicting a vertical array of numbers ranging from 0 to 999.

Notifications You must be signed in to change notification settings

michaeldannunzio/fizz-buzz-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizz Buzz ML

Description

Preceeding the development of this program, I took an online course to familiarize myself with TensorFlow. I was comfortable enough with machine learning concepts, and I have a strong background in mathematics to provide a solid foundation.

The metrics that best describe the performance of my program is its accuracy, which I implemented using the reduce mean function. This metric is a solid choice because it punishes predictions with much higher errors. The reduce mean function aims at lowering the model's variance.

Bias is also a another metric to measure, but given the size and scope of the MNIST dataset I chose not to use it.

About

Training a CNN using TensorFlow and the famous MNIST dataset to classify a single image depicting a vertical array of numbers ranging from 0 to 999.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages