Skip to content

In this project, you'll train an image classifier to recognize different species of flowers.

Notifications You must be signed in to change notification settings

ZarahShibli/ImageClassifierUdacity

Repository files navigation

ImageClassifierUdacity

In this project, we trained an image classifier to recognize different species of flowers.

Dataset

The dataset was used Flower dataset, it includes 102 of flower categories. The data split into three sets: training, validation and testing.

Build model

We used Vgg16 to build our model by freeze the last layers and add new linear layers followed by ReLu activation function and softmax to return probabilities of the predication classes.

VGG16 Architecture alt text

About

In this project, you'll train an image classifier to recognize different species of flowers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published