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)

Satvik Pendem

Have you tried importing some Keras models? Or are you building the network from scratch?

0 Likes
Satvik Pendem

Wow that's pretty dope, it's hard to implement from scratch but it really teaches your the underlying theory

0 Likes
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! 😇

0 Likes

Please sign in to leave a comment.