awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 个仓库

Awesome GitHub Repositories数值计算库

用于定量分析的核心数学、统计和数据结构库。

Explore 20 awesome GitHub repositories matching part of an awesome list · 数值计算库. Refine with filters or upvote what's useful.

Awesome 数值计算库 GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pandas-dev/pandaspandas-dev 的头像

    pandas-dev/pandas

    49,039在 GitHub 上查看↗

    Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning, and transforming structured datasets. It centers on labeled one-dimensional and two-dimensional data structures, allowing users to construct, filter, and reshape tabular information while performing complex arithmetic and logical operations. The library distinguishes itself through a sophisticated indexing engine that enables automatic data alignment during calculations and relational merges. By utilizing a block-based memory layout, it optimizes cache locality for vectorized

    High-performance data structures and analysis tools for tabular data.

    Pythonalignmentdata-analysisdata-science
    在 GitHub 上查看↗49,039
  • pola-rs/polarspola-rs 的头像

    pola-rs/polars

    38,855在 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

    Blazingly fast DataFrame library for structured data manipulation.

    Rustarrowdataframedataframe-library
    在 GitHub 上查看↗38,855
  • numpy/numpynumpy 的头像

    numpy/numpy

    32,207在 GitHub 上查看↗

    NumPy is a foundational library for scientific computing in Python, providing a comprehensive framework for managing and manipulating large-scale numerical information. It centers on high-performance multidimensional array objects that serve as the primary data structure for complex mathematical operations and data analysis workflows. The library distinguishes itself through specialized mechanisms for handling multidimensional data, including advanced indexing, slicing, and broadcasting techniques that allow for efficient operations across arrays of varying shapes. It utilizes strided metadat

    Fundamental package for scientific computing and array manipulation.

    Pythonnumpypython
    在 GitHub 上查看↗32,207
  • sympy/sympysympy 的头像

    sympy/sympy

    14,683在 GitHub 上查看↗

    SymPy is a Python computer algebra system and symbolic mathematics library. It performs algebraic manipulations, calculus, and equation solving using symbolic representations to achieve exact computations rather than numerical approximations. The library includes a LaTeX expression parser that converts mathematical strings into symbolic representations for computation and formula manipulation. It also incorporates a mathematical benchmarking suite to measure execution speed and detect performance regressions across different software versions. The system provides capabilities for automated m

    Library for symbolic mathematics and algebraic computation.

    Pythoncomputer-algebrahacktoberfestmath
    在 GitHub 上查看↗14,683
  • scipy/scipyscipy 的头像

    scipy/scipy

    14,474在 GitHub 上查看↗

    SciPy is a scientific computing library for Python that provides a comprehensive collection of mathematical algorithms and numerical tools for research and engineering. It functions as a high-performance numerical analysis framework, bridging high-level Python code with compiled C and Fortran routines to execute complex computations at hardware speeds. The library is built upon array-based data structures that utilize strided memory layouts to enable efficient data manipulation and slicing. By employing vectorized operation dispatch and linking to optimized hardware-specific linear algebra li

    Ecosystem for advanced mathematics, science, and engineering.

    Pythonalgorithmsclosemberpython
    在 GitHub 上查看↗14,474
  • pymc-devs/pymcpymc-devs 的头像

    pymc-devs/pymc

    9,650在 GitHub 上查看↗

    PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o

    Probabilistic programming for Bayesian modeling and machine learning.

    Pythonbayesian-inferencemcmcprobabilistic-programming
    在 GitHub 上查看↗9,650
  • deepchem/deepchemdeepchem 的头像

    deepchem/deepchem

    6,545在 GitHub 上查看↗

    DeepChem is an open-source Python framework for applying deep learning to molecular, chemical, and biological data, serving as a comprehensive toolkit for drug discovery and materials science. At its core, it provides a featurizer-pipeline abstraction that converts raw molecular data into numerical representations, including graph-based molecular structures, SMILES tokenization vocabularies, and disk-sharded dataset persistence for handling large-scale data that exceeds RAM capacity. The framework distinguishes itself through integrated molecular docking workflows that automate pocket detecti

    Converts molecular structures into numerical representations for machine learning models.

    Pythonbiologydeep-learningdrug-discovery
    在 GitHub 上查看↗6,545
  • rdatatable/data.tableRdatatable 的头像

    Rdatatable/data.table

    3,894在 GitHub 上查看↗

    该项目是一个针对 R 的高性能表格数据处理框架,旨在以内存效率和速度处理海量数据集。它提供了一种增强的数据结构,利用引用语义和就地修改来执行复杂的转换,而无需不必要的对象复制开销。 该库凭借其底层架构优化脱颖而出,包括多线程并行处理、基数排序和内存映射文件解析。通过将关键的数据操作和聚合例程卸载到编译后的 C 代码,它实现了对原本计算昂贵的任务的快速执行。其核心引擎支持高级关系操作,如非等值连接、滚动连接和重叠区间连接,以及用于加速重复数据访问的自动二级索引。 除了主要的处理功能外,该项目还提供了一套全面的数据生命周期管理工具。这包括具有自动类型检测的高速摄取和序列化工具,以及对时间序列分析和多维聚合的专门支持。该框架旨在实现可扩展性,允许用户在包含数十亿行的数据集上执行复杂的分组、过滤和重塑操作,同时保持系统稳定性和性能。

    Fast aggregation and manipulation of large datasets in R.

    R
    在 GitHub 上查看↗3,894
  • man-group/arcticdbman-group 的头像

    man-group/ArcticDB

    2,404在 GitHub 上查看↗

    ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.

    High-performance datastore optimized for time series and tick data.

    C++big-datadatadata-analysis
    在 GitHub 上查看↗2,404
  • juliadata/dataframes.jlJuliaData 的头像

    JuliaData/DataFrames.jl

    1,830在 GitHub 上查看↗

    In-memory tabular data in Julia

    In-memory tabular data structures for Julia.

    Juliadatadata-framedataframes
    在 GitHub 上查看↗1,830
  • patwalters/practical_cheminformatics_tutorialsPatWalters 的头像

    PatWalters/practical_cheminformatics_tutorials

    1,267在 GitHub 上查看↗

    This project is a collection of educational notebooks and computational workflows designed for cheminformatics and molecular data science. It provides a structured environment for processing chemical structures, performing scaffold identification, and executing reaction enumeration through standardized data representations. The toolkit distinguishes itself by integrating statistical clustering and visualization techniques to interpret chemical diversity within large datasets. It supports advanced research workflows by enabling structure-activity relationship analysis and the evaluation of pro

    Converts raw molecular data into numerical vectors for machine learning applications.

    Jupyter Notebook
    在 GitHub 上查看↗1,267
  • johnbywater/quantdsljohnbywater 的头像

    johnbywater/quantdsl

    381在 GitHub 上查看↗

    Quant DSL

    Domain-specific language for quantitative financial analytics.

    Python
    在 GitHub 上查看↗381
  • joshuaulrich/xtsjoshuaulrich 的头像

    joshuaulrich/xts

    223在 GitHub 上查看↗

    Extensible time series class that provides uniform handling of many R time series classes by extending zoo.

    Uniform handling of time-based data classes in R.

    Rcrtime-series
    在 GitHub 上查看↗223
  • fumitoh/modelxfumitoh 的头像

    fumitoh/modelx

    131在 GitHub 上查看↗

    Use Python like a spreadsheet!

    Formula-centric spreadsheet-like objects interoperable with dataframes.

    Pythonactuarialactuarycache
    在 GitHub 上查看↗131
  • xkdr/tsframes.jlxKDR 的头像

    xKDR/TSFrames.jl

    100在 GitHub 上查看↗

    Timeseries in Julia

    Time series data handling built on top of dataframes.

    Julia
    在 GitHub 上查看↗100
  • dysonance/temporal.jldysonance 的头像

    dysonance/Temporal.jl

    100在 GitHub 上查看↗

    Time series implementation for the Julia language focused on efficiency and flexibility

    Flexible and efficient time series handling in Julia.

    Julia
    在 GitHub 上查看↗100
  • bhftbootcamp/timearrays.jlbhftbootcamp 的头像

    bhftbootcamp/TimeArrays.jl

    39在 GitHub 上查看↗

    Time series library for Julia

    Specialized time series data structures for Julia.

    Juliatimeseries
    在 GitHub 上查看↗39
  • scientificc/cmathlS

    ScientificC/cmathl

    0在 GitHub 上查看↗

    Portable math library compliant with C89/C90 standards.

    在 GitHub 上查看↗0
  • dppalomar/sparseeigendppalomar 的头像

    dppalomar/sparseEigen

    13在 GitHub 上查看↗

    Computation of Sparse Eigenvectors of a Matrix

    Tools for sparse principal component analysis.

    Rcovariance-matrixeigenvectorspca
    在 GitHub 上查看↗13
  • brotto/crngbrotto 的头像

    brotto/crng

    6在 GitHub 上查看↗

    Contingency Random Number Generator — numbers with controllable fat tails, volatility clustering, and scale convergence

    Random number generator producing realistic financial market statistical signatures.

    Pythonfat-tailsfinancekurtosis
    在 GitHub 上查看↗6
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Numerical Libraries

探索子标签

  • Molecular Featurization LibrariesLibrary that converts molecular structures into numerical representations including fingerprints, graphs, and Coulomb matrices for machine learning. **Distinct from Numerical Libraries:** Distinct from Numerical Libraries: specializes in chemical/molecular featurization, not general numerical computation.