[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!