Skip to content
#

inceptionv3

Here are 371 public repositories matching this topic...

Here is an implementation of InceptionV3 and VGG-16 models in Python from scratch. These models were then trained on a dataset of handwritten alphabets. An experiment was carried out to achieve higher accuracy by using different combinations of optimizers and learning rates. These models were then compared to the inbuilt models in Python.

  • Updated Jun 16, 2022
  • Jupyter Notebook

This repository contains the code and resources for a deep learning project aimed at recognizing hand signs for the game of Rock-Paper-Scissors. The project utilizes convolutional neural networks (CNNs) to classify hand signs captured through a webcam, enabling users to play the game without the need for physical gestures.

  • Updated Apr 26, 2024
  • Jupyter Notebook

One notebook trains a vegetable classification model with InceptionV3 using TensorFlow and Keras. The second notebook showcases the pre-trained model's inference on vegetable categories, loading InceptionV3 and enhancing image features. Together, they offer a compact solution for vegetable classification through deep learning.

  • Updated Jan 21, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the inceptionv3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inceptionv3 topic, visit your repo's landing page and select "manage topics."

Learn more