Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 499 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 499 Bytes

Number-Recognition-AI - V1.0

A simple AI program that can identify numbers through an image input.

Created a Python neural network from YouTube video guide: https://www.youtube.com/watch?v=bte8Er0QhDg - Credit to NeuralNine

Results

The program is able to successfully create a Neural Network that is able to take an image input, and make a prediction. Said network has a 0.99 accuracy, and 0.34 loss rating in testing, but was only able to make an accurate prediction on 14/19 of the images.