All Projects → alexisbcook → Keras_transfer_cifar10

alexisbcook / Keras_transfer_cifar10

Object classification with CIFAR-10 using transfer learning

Projects that are alternatives of or similar to Keras transfer cifar10

Resnetcam Keras
Keras implementation of a ResNet-CAM model
Stars: ✭ 269 (+124.17%)
Mutual labels:  classification, cnn, image-classification, cnn-keras, keras-models, cnn-model
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (+15.83%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn, image-classification, transfer-learning, cnn-keras
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (+126.67%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn, image-classification, convolutional-networks
Transfer Learning Suite
Transfer Learning Suite in Keras. Perform transfer learning using any built-in Keras image classification model easily!
Stars: ✭ 212 (+76.67%)
Mutual labels:  classification, convolutional-neural-networks, cnn, image-classification, transfer-learning
Food Recipe Cnn
food image to recipe with deep convolutional neural networks.
Stars: ✭ 448 (+273.33%)
Mutual labels:  jupyter-notebook, classification, convolutional-neural-networks, cnn
Gtsrb
Convolutional Neural Network for German Traffic Sign Recognition Benchmark
Stars: ✭ 65 (-45.83%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn, convolutional-networks
Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-45%)
Mutual labels:  jupyter-notebook, classification, convolutional-neural-networks, transfer-learning
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (+62.5%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn, image-classification
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (+212.5%)
Mutual labels:  classification, convolutional-neural-networks, cnn, image-classification
Skin Cancer Image Classification
Skin cancer classification using Inceptionv3
Stars: ✭ 16 (-86.67%)
Mutual labels:  jupyter-notebook, classification, convolutional-neural-networks, transfer-learning
Deepmodels
TensorFlow Implementation of state-of-the-art models since 2012
Stars: ✭ 33 (-72.5%)
Mutual labels:  convolutional-neural-networks, cnn, image-classification
Kaggle Web Traffic Time Series Forecasting
Solution to Kaggle - Web Traffic Time Series Forecasting
Stars: ✭ 29 (-75.83%)
Mutual labels:  jupyter-notebook, cnn, cnn-keras
Deep learning projects
Stars: ✭ 28 (-76.67%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Servenet
Service Classification based on Service Description
Stars: ✭ 21 (-82.5%)
Mutual labels:  jupyter-notebook, classification, cnn
Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-65.83%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Teacher Student Training
This repository stores the files used for my summer internship's work on "teacher-student learning", an experimental method for training deep neural networks using a trained teacher model.
Stars: ✭ 34 (-71.67%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, transfer-learning
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+6745%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Dl Workshop Series
Material used for Deep Learning related workshops for Machine Learning Tokyo (MLT)
Stars: ✭ 857 (+614.17%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn-keras
Svhn Cnn
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Stars: ✭ 44 (-63.33%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Convisualize nb
Visualisations for Convolutional Neural Networks in Pytorch
Stars: ✭ 57 (-52.5%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn

Keras Transfer Learning on CIFAR-10

In the Jupyter notebook for this repository, I begin by calculating the bottleneck features for the CIFAR-10 dataset.

These features are then visualized with a Barnes-Hut implementation of t-SNE, which is the fastest t-SNE implementation to date.

For Python >= 3.5, this implementation can be installed by running

pip install git+https://github.com/alexisbcook/tsne.git

The bottleneck features are then fed to a shallow CNN for image classification. The model attains a test accuracy of 82.68%.

t-SNE

Blog Post

This repository is discussed in the blog post here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].