awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesDeep Learning Framework Implementations

Implementations of deep learning algorithms across multiple industry-standard libraries.

Distinct from Multiplication Algorithms: Focuses on multi-framework compatibility for deep learning, distinct from general numerical multiplication algorithms.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Deep Learning Framework Implementations. Refine with filters or upvote what's useful.

Awesome Deep Learning Framework Implementations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • d2l-ai/d2l-enالصورة الرمزية لـ d2l-ai

    d2l-ai/d2l-en

    29,001عرض على GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Provides implementations of deep learning algorithms across various industry-standard libraries to ensure compatibility.

    Pythonbookcomputer-visiondata-science
    عرض على GitHub↗29,001
  • state-spaces/mambaالصورة الرمزية لـ state-spaces

    state-spaces/mamba

    17,215عرض على GitHub↗

    Mamba is a deep learning framework designed for building and training sequence models that process long-range data dependencies with linear-time computational efficiency. By utilizing selective state space modeling, the library enables the construction of neural network architectures that replace traditional attention mechanisms with high-performance state space operations. The framework distinguishes itself through the use of data-dependent state gating, which allows the model to dynamically filter information flow based on the input sequence. To ensure high throughput, it incorporates hardw

    Constructs deep learning sequence modeling blocks that process data in linear time.

    Python
    عرض على GitHub↗17,215
  • ai4finance-foundation/finrlالصورة الرمزية لـ AI4Finance-Foundation

    AI4Finance-Foundation/FinRL

    13,964عرض على GitHub↗

    FinRL is a reinforcement learning framework designed for the development, training, and backtesting of automated trading strategies. It functions as a quantitative finance toolkit that integrates deep learning algorithms with financial market simulations to address complex portfolio management and asset allocation tasks. The platform provides an end-to-end pipeline for transforming raw market data into actionable trading models. The project distinguishes itself through a layered, modular architecture that separates data processing, environment simulation, and agent training. This design allow

    Supports benchmarking trading strategy performance across multiple deep learning frameworks to identify optimal implementations.

    Jupyter Notebookalgorithmic-tradingdeep-reinforcement-learningdrl-algorithms
    عرض على GitHub↗13,964
  • openlm-research/open_llamaالصورة الرمزية لـ openlm-research

    openlm-research/open_llama

    7,526عرض على GitHub↗

    Open Llama is an open source large language model and pre-trained transformer designed as a permissively licensed alternative to proprietary weights. It serves as a base model reproduction of the Llama architecture, providing a set of weights for a decoder-only transformer. The project provides a transparently trained model based on the RedPajama dataset, supporting unrestricted commercial and research use. It includes systems for serving pre-trained weights in various sizes. The project covers natural language processing research and performance benchmarking through text quality evaluation

    Ensures compatibility between model implementations and industry-standard libraries like PyTorch and JAX.

    عرض على GitHub↗7,526
  • rasbt/python-machine-learning-book-2nd-editionالصورة الرمزية لـ rasbt

    rasbt/python-machine-learning-book-2nd-edition

    7,194عرض على GitHub↗

    This project is a machine learning educational resource and implementation guide for Python. It provides a collection of executable code and notebooks that demonstrate predictive modeling, data analysis workflows, and the implementation of various machine learning algorithms. The repository features practical examples of classification, regression, and clustering tasks using Scikit-Learn, alongside tutorials for building and training deep learning architectures with TensorFlow. These include implementations of convolutional and recurrent networks. The content covers a broad range of capabili

    Demonstrates how to construct neural, convolutional, and recurrent networks using both custom code and frameworks.

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    عرض على GitHub↗7,194
  • tiny-dnn/tiny-dnnالصورة الرمزية لـ tiny-dnn

    tiny-dnn/tiny-dnn

    6,019عرض على GitHub↗

    tiny-dnn is a header-only C++14 deep learning framework for building, training, and running inference on neural networks. It constructs static computational graphs at compile time using template-based layer composition, with a gradient-based backpropagation engine and minibatch stochastic gradient descent for training, all without external dependencies beyond the C++14 standard library. The framework supports importing pre-trained models from the Caffe framework directly, parsing its binary serialization format without requiring external protocol buffer libraries. It provides CPU-optimized te

    Provides a header-only C++14 deep learning framework with no external dependencies.

    C++
    عرض على GitHub↗6,019
  • rasbt/python-machine-learning-book-3rd-editionالصورة الرمزية لـ rasbt

    rasbt/python-machine-learning-book-3rd-edition

    4,988عرض على GitHub↗

    This is the companion code repository for the third edition of the book Python Machine Learning. It delivers the entire learning path as a structured collection of Jupyter notebooks that progress from classical machine learning algorithms to advanced deep learning models, with every concept demonstrated through executable code and narrative text. What distinguishes this resource is its pedagogical design. Each notebook cell encapsulates a single conceptual step, letting readers run, inspect, and modify discrete units of learning. The code provides interchangeable implementations of deep lea

    Provides interchangeable deep learning model implementations across TensorFlow, PyTorch, and scikit-learn.

    Jupyter Notebookdeep-learningmachine-learningscikit-learn
    عرض على GitHub↗4,988
  • hustvl/vimالصورة الرمزية لـ hustvl

    hustvl/Vim

    3,882عرض على GitHub↗

    Vim is a state space model vision framework designed for image classification and visual representation learning. It functions as a computer vision research tool that converts two-dimensional image grids into one-dimensional sequences to extract spatial features. The system implements a linear-scaling image classifier that replaces quadratic attention mechanisms with state space operations. This approach utilizes bidirectional sequence modeling and selective gating mechanisms to process visual data. The framework covers computer vision benchmarking and image classification research, providin

    Implements selective state space blocks for linear-time sequence modeling of images.

    Python
    عرض على GitHub↗3,882
  • floooh/chipsالصورة الرمزية لـ floooh

    floooh/chips

    1,177عرض على GitHub↗

    Chips هو إطار عمل مكتبة C نمطي ومستند إلى الرؤوس مصمم لبناء محاكيات أجهزة دقيقة الدورة وتكرار معماريات الحوسبة ثمانية البت التاريخية. يوفر المكونات الأساسية اللازمة لبناء أنظمة قديمة كاملة من خلال دمج معالجات دقيقة محاكاة ورقائق طرفية. يتميز إطار العمل بمعمارية قائمة على المكونات حيث يتم تنفيذ وحدات الأجهزة كرؤوس مستقلة يمكن توصيلها معاً لتشكيل أنظمة معقدة. ويقوم بنمذجة تفاعلات الأجهزة على مستوى منخفض، مستخدماً محاكاة الإشارة على مستوى الدبوس واتصال الناقل المخطط للذاكرة لضمان سلوك حتمي. يمكن للمطورين التقاط الحالة الداخلية الكاملة للمحاكي في مخزن مؤقت للذاكرة، مما يتيح لقطات مستمرة واستعادة دقيقة للحالة. يتضمن المشروع مجموعة شاملة من أدوات التشخيص والتطوير، مثل تصور تصحيح الأخطاء في الوضع الفوري والمراقبة في الوقت الفعلي لسجلات النظام ومخازن الإطارات. كما يوفر أدوات سطر أوامر لأتمتة توليد تعريفات مكونات الأجهزة والكود المصدري، مما يسهل بناء بيئات مضمنة مخصصة.

    Implements hardware modules as standalone C headers that can be wired together to form complex system architectures.

    C
    عرض على GitHub↗1,177
  1. Home
  2. Artificial Intelligence & ML
  3. Deep Learning Framework Implementations

استكشف الوسوم الفرعية

  • Custom Network ImplementationsBuilding neural network architectures from scratch using low-level operations. **Distinct from Deep Learning Framework Implementations:** Focuses on manual implementation for educational purposes rather than multi-framework compatibility.
  • Header-Only Implementations1 وسم فرعيA deep learning framework implemented entirely in header files with no external dependencies, supporting feedforward networks and CPU training. **Distinct from Deep Learning Framework Implementations:** Distinct from Deep Learning Framework Implementations: focuses specifically on header-only implementations rather than general deep learning framework implementations.
  • Selective State Space ImplementationsImplementations of selective state space blocks for linear-time sequence modeling. **Distinct from Deep Learning Framework Implementations:** Focuses on selective state space blocks, distinct from general deep learning framework implementations.