ksopyla / svm_mnist_digit_classificationLinks
MNIST digit classification with scikit-learn and Support Vector Machine (SVM) algorithm.
☆285Updated 6 years ago
Alternatives and similar repositories for svm_mnist_digit_classification
Users that are interested in svm_mnist_digit_classification are comparing it to the libraries listed below
Sorting:
- mnist classification with tensorflow ( nn, cnn, lstm, nlstm, bi-lstm, cnn-rnn)☆109Updated 8 years ago
- Basic soft-margin kernel SVM implementation in Python☆262Updated 9 years ago
- Implementation of AdaBoost algorithm in Python☆181Updated 9 years ago
- Building Convolutional Neural Networks From Scratch using NumPy☆593Updated 2 years ago
- Play deep learning with CIFAR datasets☆835Updated 5 years ago
- an implement of AlexNet with tensorflow, which has a detailed explanation.☆150Updated 7 years ago
- This application uses LIBSVM and PIL to perform image classification on a set of images.☆89Updated 9 years ago
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆170Updated last year
- A feature extractor based on Python 3, Tensorflow, and Scikit-learn created to improve the SVM accuracy to classify the MNIST dataset fas…☆71Updated 2 years ago
- Visualization CNN model by Keras.☆72Updated 7 years ago
- Tutorials of deep learning for computer vision.☆214Updated 5 years ago
- Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.☆120Updated 7 years ago
- The code on deep learning.☆74Updated 7 years ago
- Code for finetuning AlexNet in TensorFlow >= 1.2rc0☆781Updated 6 years ago
- 深度学习入门的一些简单例子☆355Updated 6 years ago
- CNN for multi-class image recognition in tensorflow☆425Updated last year
- Convolutional and LSTM networks to classify human activity☆465Updated 6 years ago
- An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification☆397Updated 2 years ago
- MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc ar…☆204Updated 7 years ago
- TensorFlow implementation of GoogLeNet and Inception for image classification.☆293Updated 5 years ago
- Keras-Tutorials☆172Updated 9 years ago
- Keras- Multi Label Image Classification☆402Updated 4 years ago
- Classify MNIST image dataset into 10 classes. Build an image classifier with Recurrent Neural Network (RNN: LSTM) on Tensorflow.☆90Updated 8 years ago
- Simple Tensorflow implementation of Densenet using Cifar10, MNIST☆505Updated 6 years ago
- Using state-of-the-art pre-trained Deep Neural Net architectures for Flower Species Recognition☆169Updated 7 years ago
- My solution to the assignments of CS231n from Stanford University☆24Updated 6 years ago
- Pytorch Imagenet Models Example + Transfer Learning (and fine-tuning)☆162Updated 8 years ago
- This is an implementation of Convolutional AutoEncoder using only TensorFlow☆122Updated 6 years ago
- Hands-On Deep Learning with TensorFlow, published by Packt☆104Updated 2 years ago
- In this project, I implemented several ensemble methods (including bagging, AdaBoost, SAMME, stacking, snapshot ensemble) for a normal CN…☆99Updated 7 years ago