Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 711 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 711 Bytes

Info

This is a repository that contains information on loading and using datasets in PyTorch, Tensorflow and Sklearn. The datasets are divided by modality, as shown below in "List of Datasets".

How To Use

Each dataset has its own Jupyter Notebook with loading instructions, number of train and test samples, and plotted examples.

Author

The author is responsible for the content and quality of the code. Please refer to The Learning Machine (thelearningmachine.ai) for any remarks.

List of Datasets

Image

  • MNIST
  • FashionMNIST
  • CIFAR-10 and 100

Natural Language Processing

  • GLUE Benchmark: 11 NLP tasks
  • WMT: Machine Translation

Others

  • Iris dataset