08.06.2015 Views

Building Machine Learning Systems with Python - Richert, Coelho

Building Machine Learning Systems with Python - Richert, Coelho

Building Machine Learning Systems with Python - Richert, Coelho

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Getting Started <strong>with</strong> <strong>Python</strong> <strong>Machine</strong> <strong>Learning</strong><br />

SciPy package<br />

constants<br />

fftpack<br />

integrate<br />

interpolate<br />

io<br />

linalg<br />

maxentropy<br />

ndimage<br />

odr<br />

optimize<br />

signal<br />

sparse<br />

spatial<br />

special<br />

stats<br />

Functionality<br />

Physical and mathematical constants<br />

Conversion methods<br />

Discrete Fourier transform algorithms<br />

Integration routines<br />

Interpolation (linear, cubic, and so on)<br />

Data input and output<br />

Linear algebra routines using the optimized<br />

BLAS and LAPACK libraries<br />

Functions for fitting maximum entropy models<br />

n-dimensional image package<br />

Orthogonal distance regression<br />

Optimization (finding minima and roots)<br />

Signal processing<br />

Sparse matrices<br />

Spatial data structures and algorithms<br />

Special mathematical functions such as Bessel or<br />

Jacobian<br />

Statistics toolkit<br />

The toolboxes most interesting to our endeavor are scipy.stats, scipy.<br />

interpolate, scipy.cluster, and scipy.signal. For the sake of brevity, we<br />

will briefly explore some features of the stats package and leave the others to be<br />

explained when they show up in the chapters.<br />

[ 18 ]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!