Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 445 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 445 Bytes

Image Classification

This project was made to complete “Machine Learning for Beginner” course from Dicoding Academy.

In this project, I used Tensorflow Convolutional Neural Network (CNN) to train and make a model to classify rock, papers, cissors images. I also used adam optimizer, categorical_crossentropy loss function for multi-class classification model, and callbacks to stop training model when the accuracy is greater than 95%.