Wrapped up this ML challenge! Gained valuable experience and insights. Been a bit busy lately due to my Mid sems but glad to keep pushing forward! #MachineLearning
@matlakana_benny @Nakshsonigara Yeah, tomorrow I have done the quadratic programming question using KKT got the intuition, and understood the concept but Iโm not familiar with the Simplex algorithm yet Iโll definitely cover it soon, thanks
@wickedbrok In kernel trick we transform data to higher dimension so may be thr is significance idk much about this.. Are you asking this from the perspective of word embeddeding? I m begginer idk much..
@wickedbrok In the primal problem we hv inequality constraints that are computationally difficult to handle by transforming it into the dual problem by applying the Lagrangian method these constraints are converted into equality constraints making the optimization process easier to solve
@wickedbrok It's about solving SVMs using Lagrange multipliers and the dual problem formulation. It helps in handling constraints efficiently and leads to kernel tricks. To get the whole idea I wanted to explore this so...
@Nakshsonigara I'm referring to Hands On Machine Learning with Scikit Learn Keras and Tf but I'm looking for a more intuitive source to study dual optimization problem. Any recommendations?