tmadl / linear-SVM-on-top-of-CNN-exampleLinks
Simple example showing how to use intermediate CNN layer activations as feature vectors for training a linear SVM, to create a custom image classifier
☆33Updated 9 years ago
Alternatives and similar repositories for linear-SVM-on-top-of-CNN-example
Users that are interested in linear-SVM-on-top-of-CNN-example are comparing it to the libraries listed below
Sorting:
- A guide to transfer learning with inception-resnet-v2.☆230Updated 6 years ago
- Demonstrate the finetune process on TensorFlow☆131Updated 6 years ago
- Tensorflow implementation of SqueezeNet.☆128Updated 7 years ago
- fast-rcnn in tensorflow!☆173Updated 9 years ago
- Code examples for training AlexNet using Keras and Theano☆107Updated 8 years ago
- Tensorflow notes☆224Updated 6 years ago
- Kaggle dogs vs cats solution in Caffe☆106Updated 5 years ago
- This package shows how to train a siamese network using Lasagne and Theano and includes network definitions for state-of-the-art networks…☆127Updated 9 years ago
- An implementation of CNN visualization.☆98Updated 10 years ago
- Deep Residual Learning for Image Recognition, http://arxiv.org/abs/1512.03385☆86Updated 9 years ago
- Implementation of a couple deep learning models using TensorFlow☆145Updated 6 years ago
- SSD implementation in development in TensorFlow☆180Updated 8 years ago
- An easy implement of VGG19 with tensorflow, which has a detailed explanation.☆179Updated 7 years ago
- tensorflow example of visualizing features from a convnet