Skip to content

Image Recognition based on 3Blue1Brown's Neural Network Series

Notifications You must be signed in to change notification settings

wooandrew/ImageNumRecML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Recognition & Machine Learning
Andrew Woo, 2020

based on 3Blue1Brown's Neural Network Series

Abstract

This programming challenge is my introduction to AI, or more specifically, the machine learning aspect of AI. It will attempt to correctly classify hand-written numbers using [Multilayer Perceptron][multilayer-perceptron]. This challenge is an attempt to put into practice [3Blue1Brown's][3b1b] example in his [Neural Network Series][3b1b-series] from scratch. The language of choice for this challenge is Python, as it is widely considered the "best" option for machine learning and AI. The libraries used within will change as the challenge progresses. C++ was not chosen due to its low level status, as it would be too difficult to implement many of the necessary features as compared to Python.

The purpose of this document is simply to organize my thoughts into a single location. It thus acts as my documentation for this challenge/project.

DISCLAIMER: THIS IS NOT A SCHOLARLY ARTICLE. PORTIONS MAY BE INACCURATE OR FACTUALLY INCORRECT.

About

Image Recognition based on 3Blue1Brown's Neural Network Series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published