Great work. Please keep it on. I really enjoyed it. Could you pls make a video for the Multiclass classification case from the scratch using optimization problem? No video yet on this case I think. Or anyone can share it pls? Thank you so much, Sir!
Facing an error as below :( self.w = np.dot(X[sv].T, alphas[sv] * self.y[sv, np.newaxis]) IndexError: boolean index did not match indexed array along dimension 0; dimension is 2000 but corresponding boolean dimension is 8000 plz help to fix this :)
Keep going... I'm practicing coding from your videos only ❤️
Great work. Please keep it on. I really enjoyed it. Could you pls make a video for the Multiclass classification case from the scratch using optimization problem? No video yet on this case I think. Or anyone can share it pls? Thank you so much, Sir!
Great work man.. thank you for these content.. can you please give some suggestion for implementing svm for multiclass from scratch ?
I have a dataset. I compared your code with sklearn svm. Why the result was different?. The result here was alphas, number of correct classification
i have a dataset bt showing peoblem "can't multiply sequence by non-int of type 'float' python" in line " P=cvxopt.matrix(np.outer(y,y)*self.K)"
hi, in case i have as target y = 1 or y = 0 and not y = 1 and y = -1 how does it change the matrices implementation for cvxopt?
Github repo for utility code?
why error like this? (m, n = X.shape
ValueError: not enough values to unpack), answer please i need a help
Radial basic function this metode right?
Facing an error as below :(
self.w = np.dot(X[sv].T, alphas[sv] * self.y[sv, np.newaxis])
IndexError: boolean index did not match indexed array along dimension 0; dimension is 2000 but corresponding boolean dimension is 8000
plz help to fix this :)
QP VS Sub gradient LOL which one more potent
SVM code is not updated in the github repo
You're right, will do
Thanks for the reminder! It's updated on github now
@@AladdinPersson hi there, just wondering how do I find you on github. thanks
@@tiangesheng4118 github.com/AladdinPerzon
Thank you for replying, programming is killing me, i think you are the only person explained one class svm on TH-cam😭