Close

Update on classification

A project log for MasterWaste : A smart waste management system

A trash can able to classify and sort to facilitate recycling!

elijah-ki-zerboElijah Ki-Zerbo 06/20/2023 at 10:580 Comments

After some testing, the decision tree algorithm using the scikit-learn algorithm is able to assign labels to dielectric constants (see video below)

In this video, I input an arbitrary value for the dielectric constant received by the script to test the classification. While the code is not complete, it manages to assign a label of 0 (glass/plastic) when the constant is 0, For a constant of  40 the algorithm correctly guesses organic matter (1), and finally for a constant of 200, the algorithm classifies it as a metal (2)

Discussions