Self learning guide for machine learning
Learn SVM
Read the basics of classifications
Check your knowledge:
★☆☆ - Easy
★★☆ - Medium
★★★ - Challenging
★★★★ - Bonus
Use Scikit’s make_blobs or make_classification to generate some sample data.
Try to separate them using SVM
It will look like this:
admit gre gpa rank
0 0 380 3.61 3
1 1 660 3.67 3
2 1 800 4.00 1
3 0 640 3.19 4
4 0 520 2.93 4
...
gre, gpa, rank
, and predict output: admit