Contribute Media
A thank you to everyone who makes this possible: Read More

Python for Optimization

Description

Much of what we want to do with data involves optimization: whether it's to find a model that best fits the data, or to decide on the optimal action given some information.

We'll explore the embarrassment of riches Python offers to tackle custom optimization problems: the scipy.optimize package, Sympy for calculus and code generation, Cython for speedups and binding to external libraries.

Details

Improve this page