Welcome to the README of Machine Learning: Image Classification.
This repository uses dataset available here.
This repository is developed as Final Assignment of Belajar Machine Learning untuk Pemula module, a part of Data Science learning path of Dicoding awarded by IDCamp 2023.
This repository is focusing on these following bulletpoints:
- Data split : 60% train and 40% validation
- Commencing image augmentation
- Utilizing Image Data Generator
- Developing sequential model
- Training duration not more than 30 minutes
- 85% of minimum accuracy
- Able to precisely predict loaded image
numpy
library to carry out numerical computation such as sets, arrays, multidimension matrixes, and vectorspandas
library to undergo data processing, analysing, and manipulation using dataframematplotlib
library to perform visualization using plottingos
library to execute loading datazipfile
library to extract fileskicit learn
library to split datasettensorflow
library to generate imagekeras
library to displaying image
Copyright © Nicko Arya Dharma 2023 All Rights Reserved