TruongNV-hut/AIcandy_AlexNet_ImageClassification_uddrlyxa
AlexNet for Image Classification
This project helps developers and researchers classify images into predefined categories. You provide a dataset of images with their corresponding labels, and it produces a trained AlexNet model capable of identifying objects or scenes within new images. This is useful for individuals building applications that require automated image tagging or content analysis.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher looking to implement or experiment with the AlexNet architecture for image classification tasks.
Not ideal if you need a pre-trained model for immediate use or are not comfortable with Python and deep learning frameworks.
Stars
8
Forks
1
Language
Python
License
—
Category
Last pushed
Sep 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/TruongNV-hut/AIcandy_AlexNet_ImageClassification_uddrlyxa"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
KichangKim/DeepDanbooru
AI based multi-label girl image classification system, implemented by using TensorFlow.
matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow
This example shows how to call a TensorFlow model from MATLAB using co-execution with Python.
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...