Skip to content
#

dog-breed-classifier

Here are 113 public repositories matching this topic...

The image classifier to recognize different breeds of dog. Dataset used contains 50 images of dogs. In Image Classifier Project Resnet18, Alexnet, VGG16 from torchvision.models pretrained models were used. It was loaded as a pre-trained network, in which input images are transformed and resized for better prediction.

  • Updated Jun 20, 2024
  • Python

Determine how well the "best" classification algorithm works on correctly identifying a dog's breed. If you are confused by the term image classifier look at it simply as a tool that has an input and an output. The Input is an image. The output determines what the image depicts. (for example, a dog).

  • Updated May 14, 2024
  • Python

The goal of the project is to improve a kaggle project about Dog Breed Classification, achieving an higher test accuracy. The original project achieved 79% of accuracy on the test set, while this one goes up to 87%. Also further improvements were made to the data processing pipeline in terms of modularity and performance.

  • Updated Oct 23, 2023
  • Jupyter Notebook

Developers of all skill levels get hands on with machine learning through a cloud based 3D racing simulator, fully autonomous 1/18th scale race car driven by reinforcement learning, and global racing league.

  • Updated Jun 1, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the dog-breed-classifier 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 dog-breed-classifier topic, visit your repo's landing page and select "manage topics."

Learn more