awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

4 Repos

Awesome GitHub RepositoriesLow-Level Tensor Libraries

Libraries providing direct array manipulation and mathematical operations without high-level neural network abstractions.

Explore 4 awesome GitHub repositories matching scientific & mathematical computing · Low-Level Tensor Libraries. Refine with filters or upvote what's useful.

Awesome Low-Level Tensor Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rasbt/llms-from-scratchAvatar von rasbt

    rasbt/LLMs-from-scratch

    97,260Auf GitHub ansehen↗

    This repository serves as an educational framework for building large language models from the ground up. It provides a structured curriculum that guides learners through the end-to-end lifecycle of model development, including data processing, architecture design, and optimization. By focusing on low-level implementation, the project enables users to master the fundamental mechanics of artificial intelligence without relying on high-level abstraction frameworks. The project distinguishes itself by constructing neural network components and gradient-based optimization logic from first princip

    Utilizes low-level array manipulation to perform mathematical operations and build neural network layers from scratch.

    Jupyter Notebookaiartificial-intelligencechatbot
    Auf GitHub ansehen↗97,260
  • ggerganov/ggmlAvatar von ggerganov

    ggerganov/ggml

    14,831Auf GitHub ansehen↗

    ggml is a low-level C++ tensor library and machine learning inference engine designed for performing mathematical operations on multi-dimensional arrays across diverse hardware platforms. It provides a foundational toolset for executing machine learning models and calculating mathematical gradients through an automatic differentiation library. The project features a quantized tensor framework that converts floating-point weights into integer representations to reduce memory usage and increase inference speed. It utilizes a custom binary format for model serialization to ensure rapid loading a

    Ships a low-level library for performing mathematical operations on multi-dimensional arrays without high-level abstractions.

    C++
    Auf GitHub ansehen↗14,831
  • deeplearning4j/deeplearning4jAvatar von deeplearning4j

    deeplearning4j/deeplearning4j

    14,236Auf GitHub ansehen↗

    Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph engine for defining and executing deep learning workflows and mathematical operations within the Java Virtual Machine. The project includes a dedicated importer for loading and running pretrained models exported from Keras, TensorFlow, and ONNX formats. Its tensor computing capabilities are driven by a modular native C++ math core to execute high-performance linear algebra operations. The framework covers neural network training, deep learning model inference, and the constru

    Executes high-performance tensor operations using a low-level native library wrapped in a high-level API.

    Java
    Auf GitHub ansehen↗14,236
  • mingchaozhu/deeplearningAvatar von MingchaoZhu

    MingchaoZhu/DeepLearning

    7,679Auf GitHub ansehen↗

    This project is a deep learning implementation library and neural network theory repository. It translates mathematical derivations from textbooks and literature into functional Python code to demonstrate how deep learning algorithms work. The codebase focuses on low-level algorithm implementation by using numerical libraries instead of high-level deep learning frameworks. This approach maps theoretical mathematical proofs to executable functions to verify principles and expose the underlying arithmetic and data flow of neural networks. The project covers the implementation of deep learning

    Builds neural network mechanisms using low-level tensor and numerical libraries without high-level framework abstractions.

    Pythonbayesiandeep-learningensemble-learning
    Auf GitHub ansehen↗7,679
  1. Home
  2. Scientific & Mathematical Computing
  3. High-Performance Execution Environments
  4. Scientific Computing Platforms
  5. Low-Level Tensor Libraries