An open API service indexing awesome lists of open source software.

https://github.com/sk-g/mnist_beginners

Model search in traditional machine learning algorithms (non DL) and DL starter codes on MNIST dataset. This is a good starter code for beginners trying to learn about curse of dimensionality, overfitting and other concepts in general
https://github.com/sk-g/mnist_beginners

keras machine-learning machine-learning-algorithms mnist mnist-beginners mnist-classification mnist-dataset numpy overfitting python pytorch pytorch-implmention resnet resnet-50 scikit-learn scikitlearn-machine-learning sklearn tensorflow

Last synced: 2 months ago
JSON representation

Model search in traditional machine learning algorithms (non DL) and DL starter codes on MNIST dataset. This is a good starter code for beginners trying to learn about curse of dimensionality, overfitting and other concepts in general

Awesome Lists containing this project

README

          

simple starter code to play around with MNIST data.

Requires:
numpy
sklearn
tensorflow
keras
keras_resnet (optional)
xgboost
pytorch (optional)

Will add:

CNTK starter code

Benchmarking CNTK,TensorFlow and PyTorch