#numpy (30 Repositories)
Ranked open-source repositories tagged with #numpy, scored by pull request acceptance likelihood and maintainer engagement velocity.
28.0%
45.5h
30 repositories tagged #numpy
ekzhang/jax-js
JAX in JavaScript – ML library for the web, running on WebGPU & Wasm
PowerGridModel/power-grid-model
Python/C++ library for distribution power system analysis
helmholtz-analytics/heat
Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
mantidproject/mantid
Main repository for Mantid code
numbagg/numbagg
Fast N-dimensional aggregation functions with Numba
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
numpy/numpy
The fundamental package for scientific computing with Python.
mind-inria/mri-nufft
Doing non-Cartesian MR Imaging has never been so easy.
jcmgray/autoray
Abstract your array operations.
scikit-hep/awkward
Manipulate JSON-like data with NumPy-like idioms.
exaloop/codon
A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
JuliaPy/PyCall.jl
Package to call Python functions from the Julia language
pyxem/orix
Analysing crystal orientations and symmetry in Python
pyqtgraph/pyqtgraph
Fast data visualization and GUI tools for scientific / engineering applications
ashvardanian/NumKong
SIMD-accelerated distances, dot products, matrix ops, geospatial & geometric kernels for 16 numeric types — from 6-bit floats to 64-bit complex — across x86, Arm, RISC-V, and WASM, with bindings for Python, Rust, C, C++, Swift, JS, and Go 📐
v923z/micropython-ulab
a numpy-like fast vector module for micropython, circuitpython, and their derivatives
jakevdp/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
versilov/matrex
A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.
khanhnamle1994/fashion-recommendation
A clothing retrieval and visual recommendation model for fashion images.
opendatacube/datacube-core
Open Data Cube analyses continental scale Earth Observation data through time
PhantomInsights/mexican-government-report
Text Mining on the 2019 Mexican Government Report, covering from extracting text from a PDF file to plotting the results.
ruddra/docker-django
A complete docker package for django which is easy to understand and can be deployed anywhere(supports Data Science related libraries like numpy, scipy etc).
data-apis/array-api-compat
Compatibility layer for common array libraries to support the Array API
pvigier/perlin-numpy
A fast and simple perlin noise generator using numpy
square/pysurvival
Open source package for Survival Analysis modeling
iamseancheney/python_for_data_analysis_2nd_chinese_version
《利用Python进行数据分析·第2版》
MegEngine/MegEngine
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架
guofei9987/guofei9987.github.io
个人博客,欢迎fork
dusty-nv/jetson-containers
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
ahmetozlu/color_recognition
:art: Color recognition & classification & detection on webcam stream / on video / on single image using K-Nearest Neighbors (KNN) is trained with color histogram features by OpenCV.