alexpnt / numba-examples

Collection of python programs performing intensive numerical work and using JIT optimizations with Numba

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numba example

Python programs performing intensive numerical work and using JIT optimizations with Numba

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements
python softmax.py

About

Collection of python programs performing intensive numerical work and using JIT optimizations with Numba


Languages

Language:Python 100.0%