Integer Programming
In this post we look at why the bipartite matching problem returns an optimal integer solution even if we relax the integrality constraint.
Tech tidbits for data professionals
A collection of 3 posts
In this post we look at why the bipartite matching problem returns an optimal integer solution even if we relax the integrality constraint.
In part one of the Simplex Algorithm series, we looked at formulating a linear program (LP) and understanding their properties.
Optimisation is often overlooked in online machine learning courses.