awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesMathematical Function Implementations

Code implementations of theoretical mathematical and statistical formulas for data mapping.

Distinct from Mathematical Function Extenders: None of the candidates cover the general translation of statistical formulas into Python functions; they are too specific to runtime mapping or library extenders.

Explore 5 awesome GitHub repositories matching scientific & mathematical computing · Mathematical Function Implementations. Refine with filters or upvote what's useful.

Awesome Mathematical Function Implementations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ctgk/prmlAvatar von ctgk

    ctgk/PRML

    11,720Auf GitHub ansehen↗

    PRML is a Python machine learning library and statistical learning toolkit. It provides code implementations of supervised and unsupervised learning concepts, including regression, classification, and neural network algorithms for statistical data modeling. The project functions as a pattern recognition toolkit used to identify theoretical structures within numerical datasets. It includes a neural network framework for solving nonlinear data mappings and a linear algebra toolkit that utilizes vectorized operations and matrix calculations. The library covers a broad range of capabilities, inc

    Translates theoretical probability and regression formulas into executable Python functions.

    Jupyter Notebookjupyternotebookprml
    Auf GitHub ansehen↗11,720
  • boostorg/boostAvatar von boostorg

    boostorg/boost

    8,493Auf GitHub ansehen↗

    Boost is a collection of portable, high-performance source libraries that extend the C++ standard library. It provides a wide range of reusable components, data structures, and algorithms designed to add capabilities to the base language across different platforms. The project is distinguished by its extensive focus on compile-time template metaprogramming and generic programming. It implements advanced architectural patterns such as policy-based design, concept-based type validation, and the use of SFINAE for conditional template resolution to minimize runtime overhead. The library covers a

    Provides a comprehensive set of high-level mathematical functions and constants to extend numerical capabilities.

    HTML
    Auf GitHub ansehen↗8,493
  • stdlib-js/stdlibAvatar von stdlib-js

    stdlib-js/stdlib

    5,735Auf GitHub ansehen↗

    Performs high-performance mathematical and statistical computations for advanced modeling.

    JavaScriptjavascriptjslibrary
    Auf GitHub ansehen↗5,735
  • fortran-lang/stdlibAvatar von fortran-lang

    fortran-lang/stdlib

    1,322Auf GitHub ansehen↗

    This project is a community-driven standard library for the Fortran programming language, providing a comprehensive collection of algorithms, data structures, and system utilities. It is designed to extend the language's native capabilities, offering a unified toolkit for scientific computing, numerical analysis, and general-purpose programming. The library distinguishes itself through a modular architecture that utilizes generic interface dispatch and compile-time specialization to ensure high performance across various data types. It provides standardized abstractions for external numerical

    Calculates general purpose mathematical values and complex functions to support numerical analysis and scientific modeling tasks.

    Fortranblasfortranfortran-library
    Auf GitHub ansehen↗1,322
  • assemblyai-community/machine-learning-from-scratchAvatar von AssemblyAI-Community

    AssemblyAI-Community/Machine-Learning-From-Scratch

    971Auf GitHub ansehen↗

    Machine-Learning-From-Scratch ist ein Bildungs-Repository, das Implementierungen grundlegender Machine-Learning-Modelle mit Standard-Python-Logik bereitstellt. Es dient als Ressource zum Verständnis der internen Mechanismen gängiger statistischer und prädiktiver Algorithmen, indem diese von Grund auf neu konstruiert werden, anstatt sich auf High-Level-Machine-Learning-Frameworks zu verlassen. Das Projekt zeichnet sich durch die Priorisierung von Transparenz im algorithmischen Design aus und nutzt mathematische Primitive sowie vektorisierte Array-Berechnungen, um die zugrunde liegende Analysis und statistische Logik offenzulegen. Durch die Strukturierung von Lerntechniken als modulare, unabhängige Komponenten ermöglicht das Repository die isolierte Untersuchung iterativer Trainingsschleifen und gradientenbasierter Optimierungsprozesse. Diese Sammlung deckt ein breites Spektrum an Data-Science-Techniken ab und konzentriert sich auf die manuelle Implementierung von Kernprozessen und Modelltrainingsverfahren. Das Repository wurde entwickelt, um die Kompetenzentwicklung im Bereich Data Science zu unterstützen, indem es demonstriert, wie prädiktive Modelle durch grundlegende Programmierung und analytische Praktiken funktionieren.

    Provides standalone function implementations of core statistical and calculus-based logic for model training.

    Python
    Auf GitHub ansehen↗971
  1. Home
  2. Scientific & Mathematical Computing
  3. Mathematical Function Implementations