sondosaabed/Image-Modeling-with-Keras
Understanding images as data, training CNNs, and optimizing their performance, gained the skills to apply deep learning techniques with applications
This project helps you understand how images can be turned into data and then used to train neural networks to identify objects. You'll learn to input image datasets and output trained models that can classify images, along with methods to evaluate and optimize their performance. It's for anyone in fields like e-commerce or medical research who needs to build and fine-tune image classification systems.
No commits in the last 6 months.
Use this if you want to learn the practical steps of building, training, and optimizing deep learning models for image classification using Keras.
Not ideal if you're looking for a ready-to-use, pre-trained model or a no-code solution for image classification.
Stars
16
Forks
2
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sondosaabed/Image-Modeling-with-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.