Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 552 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 552 Bytes

CS5340-group-project

CS5340 group project The CIFAR-10 dataset with documentation: http://www.cs.toronto.edu/~kriz/cifar.html Use CIFAR-10 python version

Tutorial on loading dataset from ML framework:

MNIST tensorflow https://www.tensorflow.org/datasets/overview

pytorch https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html

cifar10 tensorflow https://www.tensorflow.org/api_docs/python/tf/keras/datasets/cifar10/load_data

pytorch https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html