An open API service indexing awesome lists of open source software.

https://github.com/ainiyaaziza/classification

Machine Learning Project: Classify Dog Breed using TF 2.8.0
https://github.com/ainiyaaziza/classification

tensorflow

Last synced: about 1 month ago
JSON representation

Machine Learning Project: Classify Dog Breed using TF 2.8.0

Awesome Lists containing this project

README

          

# Tensor-Flow
Project-2: Classify Dog Breed using Tensor Flow
## **Dog Breed Classification using TensorFlow**
---





Source: [Pinterest](https://www.pinterest.com.mx/pin/551409548117924718/)

### **Use Case**

**Use Case Summary**

**Objective Statement:**

Dogs are incredible. But have you ever been sitting at a cafe, seen a dog and not known what breed it is? And then someone says, "it's an English Terrier" and you think, how did they know that? In this project we're going to be using machine learning to help us identify different breeds of dogs.

**Challenges:**
* Large size of data
* Multi-class image classification

**Expected Outcome:**

* Able to identify different breeds of dogs

### **Data Understanding**

* Data of 120 different dog breeds conssist of a collection of 10.000+ labelled images.
* Data Source: [Kaggle dog breed identification competition](https://www.kaggle.com/c/dog-breed-identification/overview)

### **Data preparation**
**Code Used:**
* Python Version: 3.7.8
* Packages: Pandas, Numpy, Matplotlib, TensorFlow, TensorFlowHub and Sklearn

```python

```