Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furk4neg3/inception_v1-googlenet
Replication of Going Deeper with Convolutions paper using TensorFlow, with one example of how to use it. This model is mainly used for image classification problems.
https://github.com/furk4neg3/inception_v1-googlenet
artificial-intelligence computer-vision deep-learning deep-neural-networks image-classification machine-learning tensorflow
Last synced: about 7 hours ago
JSON representation
Replication of Going Deeper with Convolutions paper using TensorFlow, with one example of how to use it. This model is mainly used for image classification problems.
- Host: GitHub
- URL: https://github.com/furk4neg3/inception_v1-googlenet
- Owner: furk4neg3
- Created: 2024-07-28T22:27:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T22:36:06.000Z (6 months ago)
- Last Synced: 2025-01-13T00:33:46.237Z (about 7 hours ago)
- Topics: artificial-intelligence, computer-vision, deep-learning, deep-neural-networks, image-classification, machine-learning, tensorflow
- Language: Jupyter Notebook
- Homepage: https://arxiv.org/abs/1409.4842
- Size: 1.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inception-GoogLeNet
Replication of Going Deeper with Convolutions paper using TensorFlow, with one example of how to use it. This model is mainly used for image classification problems.