Svm implementation

can’t we do this without using batch, like in linear regression?

Hey @yashikakhurana00

Yes, you can do that. In fact, all models can be trained without the use of Mini-Batch Gradient Descent. It’s just that you should know about it and it’s implementation because its importance will increase once you start working on bigger datasets or more complex models (where the complete dataset can’t fit in the memory or the training time is quite slow). Using it now will only help you in the future.

Happy Learning!

1 Like

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.