MLDatasets.jl
MLDatasets.jl copied to clipboard
Utility package for accessing common Machine Learning datasets in Julia
I am new to Julia and I am working on a medical imaging research project. I would like to add the medical decathlon datasets (http://medicaldecathlon.com) (https://arxiv.org/pdf/1902.09063.pdf) to this repo as...
Lets keep a running list of datasets we should add. Here's some links to consider: - http://www.audiocontentanalysis.org/data-sets/ - https://github.com/caesar0301/awesome-public-datasets - http://archive.ics.uci.edu/ml/ - https://www.cs.utexas.edu/~chaoyeh/web_action_data/dataset_list.html
How do we deal with datasets that are too large to be read into an `Array`? Something of 5-50Gb, for example. Are there any tools for it or earlier discussion?...
All Graph Dataset from PyTorch Geometric Till date (29/09/2022) - [x] KarateClub - [x] TUDataset - [ ] GNNBenchMarkDataset - [x] Planetoid - [ ] FakeDataset - [ ] FakeHeteroDataset...
Hello package developers I'd like to request the [rotated MNIST dataset](https://github.com/ChaitanyaBaweja/RotNIST). It's a canonical benchmark for testing computer vision algorithms wrt rotated images. We're developing rotation equivariant circular harmonics algorithms...
Related to: #169 Added the GraphDataset struct which can replace all custom structs for each Data source. The metadata will have fields like OGBDatasets metadata, including name, source, etc. We...