ksopyla / svm_mnist_digit_classificationLinks
MNIST digit classification with scikit-learn and Support Vector Machine (SVM) algorithm.
☆281Updated 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:
- Basic soft-margin kernel SVM implementation in Python☆256Updated 9 years ago
- Implementation of AdaBoost algorithm in Python☆180Updated 9 years ago
- Tutorials of deep learning for computer vision.☆214Updated 4 years ago
- An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification☆391Updated 2 years ago
- mnist classification with tensorflow ( nn, cnn, lstm, nlstm, bi-lstm, cnn-rnn)☆109Updated 8 years ago
- an implement of AlexNet with tensorflow, which has a detailed explanation.☆149Updated 7 years ago
- Hands-On Deep Learning with TensorFlow, published by Packt☆99Updated 2 years ago
- Building Convolutional Neural Networks From Scratch using NumPy☆594Updated 2 years ago
- This application uses LIBSVM and PIL to perform image classification on a set of images.☆88Updated 9 years ago
- 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
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆170Updated 11 months ago
- Implementation of simple autoencoders networks with Keras☆245Updated 5 years ago
- 深度学习入门的一些简单例子☆355Updated 6 years ago
- Visualization CNN model by Keras.☆73Updated 6 years ago
- Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.☆120Updated 7 years ago
- 廖星宇《深度学习入门之PyTorch》代码实践☆142Updated 7 years ago
- 一个面向初学者的,友好的Keras入门教程☆123Updated 6 years ago
- CNN for multi-class image recognition in tensorflow☆422Updated last year
- Python/Bash scripts for creating custom Neural Net Training Data -- this repo is for the MNIST format☆216Updated 3 years ago
- Implement the LeNet using tensorflow to recognize handwritten number. Training with MNIST.☆77Updated 8 years ago
- Code for finetuning AlexNet in TensorFlow >= 1.2rc0☆781Updated 6 years ago
- tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)☆106Updated 7 years ago
- Play deep learning with CIFAR datasets☆830Updated 5 years ago
- Pytorch Imagenet Models Example + Transfer Learning (and fine-tuning)☆161Updated 7 years ago
- A Python 2 implementation of Fuzzy C Means Clustering algorithm.☆52Updated 5 years ago
- MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc ar…☆204Updated 7 years ago
- personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout,…☆223Updated 6 years ago
- Using state-of-the-art pre-trained Deep Neural Net architectures for Flower Species Recognition☆166Updated 6 years ago
- Experimenting with RBMs using scikit-learn on MNIST and simulating a DBN using Keras.☆33Updated 8 years ago
- TensorFlow implementation of GoogLeNet and Inception for image classification.☆289Updated 5 years ago