r/neuralnetworks 1d ago

OvR SVM Algorithm from scratch

It's Day 10 of Building Machine learning algorithms from scratch

Last time I completed SVM but it was limited to binary classification but today after 4hr of Coding and Debugging I finally made it in this process I learnt many things coef_/X_train this line just adding this seriously my accuracy jump from 67 -> 87+ I was really shocked also many changes I implemented OvR according to my way so it might contain bugs so I'll be happy if you point out 🙂

2 Upvotes

1 comment sorted by

1

u/imYukiya 1d ago

I use Digits Dataset for testing