Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 413 Bytes

cython_numba

code/slides from cython/numba meeting

SGD example

slides

cython/2018_01_16_PyClub_cython.pdf

example code

cython/sgd_code/cython_sgd_example.py

Compile "ridge_sgd_fast.pyx" extension via "python setup.py build_ext -i" or use pyximport (see example script for details)

Numba

Link to the Scipy 2016 talk and jupyter tutorial https://github.com/barbagroup/numba_tutorial_scipy2016