matin-ghorbani/Inception-Net-from-Scratch
Inception Net Implementation from Scratch using PyTorch
This project provides a foundational implementation of the Inception Network (GoogleNet), a type of deep learning model. It takes an input image and processes it through a series of specialized layers to produce a classification or feature representation. Machine learning engineers and researchers can use this as a building block for advanced image recognition systems.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher looking for a customizable, from-scratch implementation of the Inception Network to integrate into your deep learning projects or for educational purposes.
Not ideal if you are an end-user looking for a ready-to-use image classification application or a pre-trained model for immediate deployment.
Stars
7
Forks
—
Language
Python
License
MIT
Category
Last pushed
Aug 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/matin-ghorbani/Inception-Net-from-Scratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kratzert/finetune_alexnet_with_tensorflow
Code for finetuning AlexNet in TensorFlow >= 1.2rc0
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
gpleiss/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets