JuliaML / MLDatasets.jl

Utility package for accessing common Machine Learning datasets in Julia
https://juliaml.github.io/MLDatasets.jl/stable
MIT License
229 stars 46 forks source link

Additional Datasets #3

Open tbreloff opened 8 years ago

tbreloff commented 8 years ago

Lets keep a running list of datasets we should add. Here's some links to consider:

sidhantnagpal commented 5 years ago

More datasets to consider for Computer Vision:

josemanuel22 commented 5 months ago

For Vision Datasets, it would be good to add stacked-mnist which is an mnist dataset with three channels. It is very useful in the field of GANs for analyzing mode collapse issues, as this dataset has 1000 modes and it is easy to evaluate whether there is a collapse or not.