duggalrahul/AlexNet-Experiments-Keras
Code examples for training AlexNet using Keras and Theano
This project helps developers explore and implement the AlexNet deep learning model for image classification tasks. It provides code examples to train the model from scratch, fine-tune a pre-trained AlexNet, or use it as a feature extractor for other classifiers. The user would typically be a machine learning engineer or researcher experimenting with computer vision models using Keras and Theano.
107 stars. No commits in the last 6 months.
Use this if you are a developer looking for practical code examples to understand and implement AlexNet for image classification using Keras and Theano, especially for tasks involving limited datasets.
Not ideal if you are not a developer and are looking for a ready-to-use application or a high-level tool that doesn't require coding in Keras or Theano.
Stars
107
Forks
51
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Apr 10, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/duggalrahul/AlexNet-Experiments-Keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API
titu1994/DenseNet
DenseNet implementation in Keras
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
BIGBALLON/cifar-10-cnn
Play deep learning with CIFAR datasets
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.