项目作者: alexpnt
项目描述 :
Collection of python programs performing intensive numerical work and using JIT optimizations with Numba
高级语言: Python
项目地址: git://github.com/alexpnt/numba-examples.git
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