This was very crispy and straightforward. bravo my guy. Going to attempt my own implementation now (with yours as guidance/inspiration) and hope it doesn't explode in me face.
@srisaisubramanyamdavanam9912Ай бұрын
Here he used primal problem to derive equations from scratch which is not efficient for non linear classifications(because we use kernels there and primal is computationally expensive).Ill agree dual is more complicated to derive but that is efficient
@SalehGoodarzian2 ай бұрын
Thanks for making such a great educational video. Can you please kindly tell me how you recorded the screen to make this video?
@nickfast8624 Жыл бұрын
very helpful ans useful!
@سعیداحمدی-ل1ث Жыл бұрын
ممنون لطفا بیشتر ویدیو بسازید
@user-wr4yl7tx3w Жыл бұрын
great tutorial
@126sivgucsivanshgupta22 жыл бұрын
where and when would 1 use svm in the real world, is it just an alternative to other regressors and classifiers ?
@marco8673 Жыл бұрын
so basically is an enhacment of the perceptron algorithm right?
@AsilKhalifa4 ай бұрын
Great!
@saputrauta09 Жыл бұрын
still confused why u used w.x-b instead of w.x+b, can anyone help me?
@ajmeryexperiences4186 Жыл бұрын
You can use both , this will not impact on optimising weights
@saputrauta09 Жыл бұрын
@@ajmeryexperiences4186 thanks sir
@BradKoriya Жыл бұрын
can PHP help to access vector database? Everyone is talking about Python, so just want to know that if PHP can help to implement machine learning project, kindly let me know your suggestion.
@isseym8592 Жыл бұрын
I don't know how that works. Maybe u can, but you might have to calculate vector products manually which will be a pain and probs unrealistic since you would have to calculate multi dimensional vectors if you want any application in the real world.
@sriramshivkumar1721 Жыл бұрын
the accuracy im getting is very can you please tell me how to increase the accuracy of the model
@gauravbargaway2 жыл бұрын
How we can implement SVM for multiclass ?
@turquoisegem441 Жыл бұрын
Need to implement multiple SVMS. Try 1 label against the rest and so on...