There are 8 repositories under numba topic.
STUMPY is a powerful and scalable Python library for modern time series analysis
Manipulate JSON-like data with NumPy-like idioms.
Raster-based Spatial Analytics for Python
Example of using Rust to Extend Python
Extremely Fast End-to-End Deep Multi-Agent Reinforcement Learning Framework on a GPU (JMLR 2022)
YASA (Yet Another Spindle Algorithm): a Python package to analyze polysomnographic sleep recordings.
AntroPy: entropy and complexity of (EEG) time-series in Python
Collection of presentations for advanced Python topics
📻 An SDR Based FM/AM Radio For Desktop. Accelerated with #cuSignal and Numba.
Optimised tools for group-indexing operations: aggregated sum and more
A GPU implementation of Model Predictive Path Integral (MPPI) control that uses a probabilistic traversability model for planning risk-aware trajectories.
PyCrown - Fast raster-based individual tree segmentation for LiDAR data
Python package to perform enrichment analysis from omics data.
Python library for GraphBLAS: high-performance sparse linear algebra for scalable graph analytics
Simulate optical communications systems with Python.
Material for a 24 hours course on Scientific Python
Computational tools for urban analysis
Python wrapper of LSODA (solving ODEs) which can be called from within numba functions.
Code and more for the QUB Development Weeks event 'High Performance Python'
Multi-threaded matrix multiplication and cosine similarity calculations for dense and sparse matrices. Appropriate for calculating the K most similar items for a large number of items by chunking the item matrix representation (embeddings) and using Numba to accelerate the calculations.