Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery.
SUMMARY: The project aims to construct a predictive model using various machine learning algorithms and document the end-to-end steps using a template. The Raisin Grains Identification dataset is a binary-class modeling situation where we attempt to predict one of two possible outcomes.
INTRODUCTION: In this study, the research team developed a computerized vision system to classify two different varieties of raisin grown in Turkey. The dataset contains the measurements for 900 raisin grain images. The image further broke down into seven major morphological features for each grain of raisin.
ANALYSIS: The performance of the preliminary TensorFlow model achieved an accuracy benchmark of 86.05%. When we processed the test dataset with the final model, the model achieved an accuracy score of 91.11%.
CONCLUSION: In this iteration, the TensorFlow model appeared to be suitable for modeling this dataset.
Dataset Used: Raisin Dataset
Dataset ML Model: Binary classification with numerical features
Dataset Reference: https://www.muratkoklu.com/datasets/
One source of potential performance benchmarks: https://doi.org/10.30855/gmbd.2020.03.03
The HTML formatted report can be found here on GitHub.