Python Experiment - For fun! I managed to build a program that can determine if a picture of 8 is actually 8... (84% accurate)... Right now it's only comparing pixels and distances, but the goal is to use proper Machine Learning and use the data for an AI. (Inspired by @f)
Have you tried importing some Keras models? Or are you building the network from scratch?
Wow that's pretty dope, it's hard to implement from scratch but it really teaches your the underlying theory
Tomas Woksepp
Author
From Scratch 100%. I've seen TensorFlow and all those fancy libraries, but I am building this as a challenge so performance is none of my concerns really! 😇
Please sign in to leave a comment.