- final_models - Pickle form of the final models.
- pickle_files - Required pickle files for the test file.
- test - It is a test file in which the code can be run directly.
- testing_data - It is test data.
- project.ipynb - Python code of EDA, data visualization, partition of original data set into train and test sets, multilayer perceptron training and testing, support vector machine training and testing and hyperparameter optimization.
- Dry_Bean_Dataset.xlsx - Original data set.
- report.pdf - Project report.
- Open and run the file project.ipynb for visualization, training and testing the models.