Please feel free to add me here on LinkedIn if you are interested in data science and like to connect.
General optimization (LP, MIP, QP etc.) using Python.
- Python 3+
- scipy (
pip install scipy
) - numpy (
pip install numpy
) - PuLP (
pip install pulp
) - CVXPY (
pip install cvxpy
)
Read my article on Medium about optimization in machine learning algorithms
Read my article on Medium about optimization with SciPy
Read my article on Medium about stock market portfolio optimization with CVXPY
Read my article on Medium about linear programming with PuLP