gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
576 stars 174 forks source link

[EXE] CIFAR10 Machine Learning Project #78

Open sanskarvijpuria opened 3 years ago

sanskarvijpuria commented 3 years ago

Is your feature request related to a problem? Please describe. CIFAR10 is one of the basic datasets in machine learning. And if you have already have worked with MNIST dataset, CIFAR dataset helps is where we should move to get familiar with images having 3 Channels(coloured images).

Describe the solution you'd like I want to include exercise. And a basic solution implemented in PyTorch. Please let me know if should make a PR for this or not.

gimseng commented 3 years ago

@sanskarvijpuria Absolutely go ahead! Thanks for contributing. It's probably useful to check out one of previous projects (001-006) to get a sense of how we organize things. Thanks !