Skip to content

The dataset is Flower Recognition on Kaggle. The dataset consists of 4232 images each of different pixel values. Each of the image can be classified into either of 5 types-> 'Daisy','Rose' etc... . I have trained Convolutional Neural Network written in Keras to predict the flower on the validation set. Also used ImageDataGenerator to augment the…

Notifications You must be signed in to change notification settings

ritumehrotra/Flower-Recognition-Kaggle-CNN-Keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

/*

Author-> Raj Mehrotra Date-> 24-09-2018

*/

The dataset is Flower Recognition on Kaggle.

The dataset consists of 4232 images each of different pixel values. Each of the image can be classified into either of 5 types-> 'Daisy','Rose', 'Sunflower','Tulip' or 'Dandelion' .

I have trained Convolutional Neural Network written in Keras to predict the type of flower on the validation set. Also used ImageDataGenerator to augment the training set and avoid overfitting problem and a LR annealer to schedule the learning rate.

Finally the multiclass log loss on the validation set using the self-laid ConvNet is close to 80%.

About

The dataset is Flower Recognition on Kaggle. The dataset consists of 4232 images each of different pixel values. Each of the image can be classified into either of 5 types-> 'Daisy','Rose' etc... . I have trained Convolutional Neural Network written in Keras to predict the flower on the validation set. Also used ImageDataGenerator to augment the…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%