awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesNumerical Library Integrations

Interoperability with external numerical computing libraries for mathematical operations.

Distinguishing note: Focuses on direct integration with external math libraries like NumPy.

Explore 5 awesome GitHub repositories matching data & databases · Numerical Library Integrations. Refine with filters or upvote what's useful.

Awesome Numerical Library Integrations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pola-rs/polarsAvatar de pola-rs

    pola-rs/polars

    38,855Voir sur GitHub↗

    Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It functions as a structured data library that organizes information into typed columns, utilizing the Apache Arrow memory format to enable zero-copy data sharing and cache-friendly, vectorized operations. The engine is built to handle large-scale tabular datasets, providing both local and distributed analytical runtimes that scale from single-machine environments to multi-node clusters. The project distinguishes itself through a sophisticated lazy query engine that constructs abstract e

    Executes fast element-wise mathematical operations by applying universal functions directly to columnar data.

    Rustarrowdataframedataframe-library
    Voir sur GitHub↗38,855
  • networkx/networkxAvatar de networkx

    networkx/networkx

    16,641Voir sur GitHub↗

    NetworkX is a Python library designed for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. It provides a comprehensive framework for modeling relationships between entities as graphs, directed graphs, or multigraphs, allowing users to attach arbitrary metadata and properties to nodes and edges. The library distinguishes itself through a modular architecture that decouples graph analysis logic from data storage, utilizing nested dictionaries and adjacency lists to manage topology. It features a pluggable backend system that delegates computat

    Delegates computationally intensive graph algorithms to external numerical libraries to accelerate matrix operations and linear algebra calculations.

    Pythoncomplex-networksgraph-algorithmsgraph-analysis
    Voir sur GitHub↗16,641
  • probml/pyprobmlAvatar de probml

    probml/pyprobml

    7,096Voir sur GitHub↗

    pyprobml is a collection of notebook-based implementations of probabilistic machine learning models and algorithms. It uses scientific computing and data analysis libraries to execute mathematical concepts and theories for practical application and research. The project focuses on the programmatic generation of scientific figures and visualizations to recreate results from a technical text. It employs a system of branch-based asset storage to isolate these generated images from the source code. The repository covers a wide range of probabilistic modeling and machine learning tasks, including

    Leverages standard numerical computing and data analysis libraries to implement complex probabilistic models.

    Jupyter Notebookblackjaxcolabflax
    Voir sur GitHub↗7,096
  • uxlfoundation/onednnAvatar de uxlfoundation

    uxlfoundation/oneDNN

    4,009Voir sur GitHub↗

    oneDNN is a library for deep learning acceleration that provides optimized building blocks for neural network training and inference. It manages tensor computation across CPU and GPU hardware, enabling the execution of high-performance primitives for model training and neural network inference optimization. The project distinguishes itself through hardware-specific kernel optimization and the use of just-in-time compilation to target specific processor instruction sets. It supports quantized neural network execution using both static and dynamic quantization to reduce memory usage and increas

    Provides interoperability with external numerical computing libraries to accelerate matrix multiplication and complex computations.

    C++aarch64amxavx512
    Voir sur GitHub↗4,009
  • fasiondog/hikyuuAvatar de fasiondog

    fasiondog/hikyuu

    2,999Voir sur GitHub↗

    Hikyuu is a quantitative trading framework designed for developing, backtesting, and executing systematic trading strategies. It functions as a high-speed system that combines a financial time-series library, a multi-factor analysis tool, and a quantitative backtesting engine to support comprehensive trading research. The framework is distinguished by its high-speed computing core, which utilizes multi-threaded execution to process large volumes of market data for technical indicator generation. It supports a modular strategy composition model where signal, risk, and fund management component

    Transforms internal data structures into formats compatible with common numerical and statistical processing libraries.

    C++algorithms-tradingbacktestingcpp
    Voir sur GitHub↗2,999
  1. Home
  2. Data & Databases
  3. Numerical Library Integrations

Explorer les sous-tags

  • Fortran Integration LayersBuild system interfaces for linking and executing high-performance Fortran numerical libraries. **Distinct from Numerical Library Integrations:** Distinct from Numerical Library Integrations: focuses specifically on the Fortran-to-Python build and link integration.