ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Supervised Learning - English

431 visits



Outline:

Supervised Learning About Machine Learning and its types. About iris species and its measurement parameters. Load the iris dataset and libraries. How to pose a Machine Learning problem? About supervised learning and its types. About Naive Bayes classifier. Use the test set to evaluate the performance of the model. Train a classification model with a Naive Bayes classifier. Confusion matrix and its use. Check the accuracy using True positive and True negative values.