You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Sequence for running the codes:
Open and run the file project.ipynb for visualization, training and testing the models.
About
Comparative Study in Classification of Dry Beans through Multilayer Perceptrons and Support Vector Machines.