aimacode / aima-data

Data files to accompany the algorithms from Norvig And Russell's "Artificial Intelligence - A Modern Approach"
Other
262 stars 262 forks source link

MNIST compatible data set #10

Open norvig opened 6 years ago

norvig commented 6 years ago

It would be good to incorporate this data set, which has the same format as MNIST, and so should be easy to work with: https://github.com/zalandoresearch/fashion-mnist/blob/master/README.md

bakerwho commented 6 years ago

This should probably be closed. aima-data already holds this dataset here.

rishabhdash commented 5 years ago

Can a dataset similar to MNIST be added for text. This will be helpful in supervised learning methods. This will be very much be useful in NLP techniques. Like for example some reviews and star ratings from a movie. Best would be something like Amazon review dataset as we can do a temporal analysis.