[COMMUNITY PROJECT] Machine Learning! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

[COMMUNITY PROJECT] Machine Learning!

Hey everyone, I'm in the process of creating an image classifier that attempts to identify a number from a handwritten image. At the moment it only has 4 sets of training data (4x 0 to 9 handwritten images) and I'm looking for more training data. As it stands, it's not extremely accurate but it works - this is why I need more training data to increase efficiency. Do you think this could work as a community project? Let's see if we can add more training data to the classifier :] Not sure how to go about it, maybe you awesome people can help. But best bet would be to send through to me (let me know the best ways) your training data which includes: - 10 handwritten images (I did mine on a touchscreen tablet) - the digits 0 to 9, one on each image - size: 28x28 pixels - colour: RGB Here's the code below if you want to know what I'm on about: https://code.sololearn.com/cR8OUhsdTCpm/#py Really hope we can find a way to make this work!

6th Nov 2017, 11:23 AM
Adib Attie
Adib Attie - avatar
6 Answers
+ 3
Awesome, thanks guys!
6th Nov 2017, 12:13 PM
Adib Attie
Adib Attie - avatar
+ 2
Thanks James. I'm not in the industry anyway, coding is just a hobby for the time being. I guess I just like challenging myself, not a big fan of using things when I don't understand their inner working
6th Nov 2017, 11:46 AM
Adib Attie
Adib Attie - avatar
+ 1
I've tried really hard to not use modules, wanted to see if I could get it working on it's own :) what's the difference between using the numpy array and the flattening I did btw?
6th Nov 2017, 11:40 AM
Adib Attie
Adib Attie - avatar
+ 1
Thanks for the advice man. Haven't looked too deeply into it, but do the docs explain what the module functions do (like break it down) or is there anywhere I can go to find out the inner working of the modules? Knowing how it works would make me feel heaps better about relying on it
6th Nov 2017, 11:55 AM
Adib Attie
Adib Attie - avatar
+ 1
Awesome reference, thanks James :)
6th Nov 2017, 8:31 PM
Adib Attie
Adib Attie - avatar