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
·

17 Repos

Awesome GitHub RepositoriesNeural Network Frameworks

Modular codebases for defining and scaling complex neural network architectures.

Distinguishing note: Focuses on the structural definition of neural networks rather than the training process itself.

Explore 17 awesome GitHub repositories matching artificial intelligence & ml · Neural Network Frameworks. Refine with filters or upvote what's useful.

Awesome Neural Network Frameworks GitHub Repositories

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

    jingyaogong/minimind

    51,834Auf GitHub ansehen↗

    This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva

    A modular codebase for defining, configuring, and scaling neural network layers including dense and mixture-of-experts components.

    Pythonartificial-intelligencelarge-language-model
    Auf GitHub ansehen↗51,834
  • eriklindernoren/ml-from-scratchAvatar von eriklindernoren

    eriklindernoren/ML-From-Scratch

    31,918Auf GitHub ansehen↗

    This project is an educational toolkit that provides implementations of fundamental machine learning algorithms built from scratch. By avoiding high-level library abstractions, it serves as a pedagogical reference for understanding the mathematical foundations and core mechanics of supervised learning, unsupervised learning, and reinforcement learning models. The repository distinguishes itself through a modular approach to model construction, allowing users to build custom neural networks by chaining independent functional blocks. It covers a wide range of techniques, including gradient-base

    Constructs complex neural network architectures by chaining independent functional blocks.

    Pythondata-miningdata-sciencedeep-learning
    Auf GitHub ansehen↗31,918
  • christoschristofidis/awesome-deep-learningAvatar von ChristosChristofidis

    ChristosChristofidis/awesome-deep-learning

    27,569Auf GitHub ansehen↗

    This project is a curated directory of resources, libraries, and frameworks designed to support the development, training, and deployment of neural network models. It serves as a comprehensive guide for navigating the machine learning ecosystem, providing structured access to software utilities and research materials. The directory distinguishes itself by aggregating tools across the entire machine learning lifecycle, ranging from data management and experiment tracking to production-ready model deployment. It functions as a central hub for discovering both foundational academic research and

    Acts as a central directory for selecting and utilizing frameworks to build and train neural networks.

    awesomeawesome-listdeep-learning
    Auf GitHub ansehen↗27,569
  • pyg-team/pytorch_geometricAvatar von pyg-team

    pyg-team/pytorch_geometric

    23,838Auf GitHub ansehen↗

    This project is a deep learning library designed for training neural networks on irregular data structures, including graphs, 3D meshes, and point clouds. It functions as an extension to the PyTorch framework, providing specialized layers and kernels that enable the processing of complex, non-Euclidean information. The library distinguishes itself through a geometric deep learning toolkit that manages the unique requirements of graph-based data. It utilizes sparse matrix-based message passing to aggregate information across nodes and employs dynamic computational graph construction to accommo

    Provides a deep learning framework for training neural networks on irregular data structures like graphs, 3D meshes, and point clouds.

    Pythondeep-learninggeometric-deep-learninggraph-convolutional-networks
    Auf GitHub ansehen↗23,838
  • serengil/deepfaceAvatar von serengil

    serengil/deepface

    22,226Auf GitHub ansehen↗

    Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a modular pipeline that handles the entire lifecycle of facial processing, including detection, geometric alignment, and the transformation of facial images into high-dimensional numerical vector embeddings for identity verification and similarity comparison. The library distinguishes itself through a model ensemble approach, which combines predictions from multiple pre-trained neural networks to improve classification accuracy and reduce bias. It also integrates advanced security fe

    Provides modular codebases for constructing and tuning deep learning architectures.

    Pythonage-predictionarcfacedeep-learning
    Auf GitHub ansehen↗22,226
  • geektutu/7days-golangAvatar von geektutu

    geektutu/7days-golang

    16,812Auf GitHub ansehen↗

    This project is an educational framework designed to teach the fundamentals of building core distributed systems and web services from scratch in Go. It provides a collection of modular implementations that demonstrate how to construct essential infrastructure components, including web servers, remote procedure call systems, distributed caches, and database abstraction layers. The framework distinguishes itself by focusing on the internal mechanics of these systems rather than providing a high-level abstraction for production use. It covers the implementation of complex architectural patterns

    Constructs computational graphs using weights, biases, and activation functions to map input features to categorical predictions.

    Gogolanglearningscratch
    Auf GitHub ansehen↗16,812
  • lllyasviel/stable-diffusion-webui-forgeAvatar von lllyasviel

    lllyasviel/stable-diffusion-webui-forge

    12,730Auf GitHub ansehen↗

    Stable Diffusion WebUI Forge is a web-based interface and inference engine designed for the generation of AI media. It functions as a platform for executing diffusion-based models, providing a centralized environment to manage image preprocessors, custom generation logic, and hardware-accelerated sampling. The project distinguishes itself through a neural network patching framework that allows for the modification of model layers and the application of spatial conditioning during inference. By injecting custom logic and adapters directly into the network, users can influence output behaviors

    Implements a specialized framework for modifying model layers and applying spatial conditioning during inference.

    Python
    Auf GitHub ansehen↗12,730
  • 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

    Provides a modular framework for building and executing artificial neural networks.

    Jupyter Notebookjupyternotebookprml
    Auf GitHub ansehen↗11,720
  • google-deepmind/sonnetAvatar von google-deepmind

    google-deepmind/sonnet

    9,920Auf GitHub ansehen↗

    Sonnet is a modular machine learning framework and TensorFlow neural network library designed for building composable deep learning architectures. It functions as a model orchestrator that manages parameters, state serialization, and graph exports during the training process. The framework provides a distributed training system to synchronize gradients and spread workloads across multiple GPUs or hardware devices. It enables the design of reusable research components through high-level abstractions and subclassing. The library covers neural network architecture design through sequential laye

    Provides a modular codebase for defining and scaling complex, composable neural network architectures.

    Pythonartificial-intelligencedeep-learningmachine-learning
    Auf GitHub ansehen↗9,920
  • lawlite19/machinelearning_pythonAvatar von lawlite19

    lawlite19/MachineLearning_Python

    8,526Auf GitHub ansehen↗

    This is a Python machine learning library featuring a collection of core algorithms implemented from scratch to demonstrate foundational AI concepts. It provides a comprehensive toolkit for supervised learning, unsupervised learning, and neural network development. The project is distinguished by its custom implementation of a neural network framework, which includes multi-layer perceptrons with backpropagation, gradient descent, and weight regularization. It also includes a specialized anomaly detection toolkit that identifies outliers and rare events using Gaussian probability distributions

    Implements a neural network framework featuring multi-layer perceptrons with backpropagation and regularization.

    Python
    Auf GitHub ansehen↗8,526
  • google/flaxAvatar von google

    google/flax

    7,238Auf GitHub ansehen↗

    Flax is a deep learning framework and JAX neural network library designed for building complex machine learning models. It functions as a distributed training library and model state manager, providing a toolkit for defining flexible neural network architectures and scaling their training across multiple hardware devices. The project is characterized by a design that separates network logic from parameter values to remain compatible with pure functions. It uses hierarchical module composition to organize networks as trees of nested modules and employs a reference-based state management system

    Provides a modular codebase for defining and scaling complex neural network architectures using JAX.

    Jupyter Notebook
    Auf GitHub ansehen↗7,238
  • tensorpack/tensorpackAvatar von tensorpack

    tensorpack/tensorpack

    6,287Auf GitHub ansehen↗

    Tensorpack ist ein High-Level-TensorFlow-Framework für neuronale Netze und eine Forschungsbibliothek für den Aufbau und das Training von Deep-Learning-Modellen. Es bietet eine Sammlung reproduzierbarer Architekturen neuronaler Netze für Computer Vision, generative Aufgaben, Reinforcement Learning und Natural Language Processing. Das Projekt zeichnet sich durch eine spezialisierte Deep-Learning-Daten-Pipeline aus, die reines Python für paralleles Datenladen und Streaming verwendet. Es enthält einen Multi-GPU-Trainings-Orchestrator zur Verteilung von Workloads mittels Data-Parallel-Strategien und ein dediziertes Interpretierbarkeits-Toolkit zur Visualisierung von Modell-Saliency- und Aktivierungskarten. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich Computer-Vision-Pipelines für Objekterkennung und semantische Segmentierung, Sequenzmodellierung für Sprache und Text sowie die Entwicklung von Reinforcement-Learning-Agenten. Es bietet zudem Modelloptimierungstools für Gewichtsquantisierung und Low-Bitwidth-Training sowie Utilities zur Reproduktion akademischer Forschungsarbeiten und zur Konvertierung von Legacy-Caffe-Modellgewichten.

    Offers a modular framework for defining and scaling complex neural network architectures with a high-level interface.

    Python
    Auf GitHub ansehen↗6,287
  • chainer/chainerAvatar von chainer

    chainer/chainer

    5,919Auf GitHub ansehen↗

    Chainer is an open-source deep learning framework built around define-by-run automatic differentiation, where computation graphs are constructed dynamically during forward execution. This imperative approach allows networks to be built using standard Python control flow, with gradients computed automatically through reverse-mode differentiation on the dynamically recorded graph. The framework supports GPU acceleration through a NumPy-compatible array backend with CUDA and cuDNN support, and provides a pluggable device abstraction that lets users switch between CPU and GPU computation without c

    Enables building networks with standard Python control flow while retaining full automatic differentiation.

    Python
    Auf GitHub ansehen↗5,919
  • flashlight/flashlightAvatar von flashlight

    flashlight/flashlight

    5,443Auf GitHub ansehen↗

    Flashlight ist eine eigenständige C++-Bibliothek für maschinelles Lernen und Tensor-Berechnungen, die zum Erstellen und Trainieren neuronaler Netze verwendet wird. Sie fungiert als umfassendes Framework für neuronale Netze und Engine für automatische Differenzierung und bietet Werkzeuge zur Konstruktion von Berechnungsgraphen und zur Berechnung von Gradienten via Backpropagation. Das Projekt dient als Framework für verteiltes Training und nutzt All-Reduce-Operationen zur Synchronisation von Gradienten und Parametern über mehrere Rechenknoten und Geräte hinweg. Es zeichnet sich durch eine tiefe Integration von leistungsstarker Tensor-Manipulation, nativer Interoperabilität mit Gerätespeichern und einem System zur Synchronisation von Gewichten über verteilte Worker aus, um das Training großskaliger Modelle zu beschleunigen. Das Framework deckt eine breite Palette an Deep-Learning-Funktionen ab, einschließlich modularer Schichtkomposition für den Entwurf komplexer Architekturen wie Residual-Blöcke und rekurrente Zellen. Es bietet umfangreiche Datenmanagement-Utilities für Ingestion und Prefetching sowie Serialisierungssysteme zur Persistierung von Modellzuständen. Zusätzlich enthält es eine Suite an Überwachungs- und Observability-Tools zur Verfolgung von Trainingsmetriken und zur Messung von Sequenzfehlern. Die Bibliothek ist in C++ implementiert.

    Offers a modular collection of layers, activation functions, and optimizers for constructing complex deep learning models.

    C++
    Auf GitHub ansehen↗5,443
  • lkwq007/stablediffusion-infinityAvatar von lkwq007

    lkwq007/stablediffusion-infinity

    3,878Auf GitHub ansehen↗

    stablediffusion-infinity is a browser-based generative image workspace and infinite canvas editor. It provides a non-destructive environment for expanding image boundaries and synthesizing content using latent diffusion models. The project enables generative image outpainting and inpainting, allowing users to extend image boundaries or fill masked regions. It utilizes an infinite coordinate system to manage large-scale compositions and maintain spatial relationships between original and generated image patches. The workspace employs patch-based inference and contextual blending to ensure vis

    Synthesizes image segments in overlapping patches to maintain local consistency across large canvas expansions.

    Python
    Auf GitHub ansehen↗3,878
  • lasagne/lasagneAvatar von Lasagne

    Lasagne/Lasagne

    3,863Auf GitHub ansehen↗

    Lasagne is a modular neural network framework and symbolic computation engine used for building and training deep learning architectures. Built as a library on top of Theano, it utilizes symbolic expression graphs and lazy evaluation to automate gradient calculations for parameter optimization. The framework emphasizes modularity by allowing the construction of complex neural networks through the composition of independent and reusable layers. It is designed as a hardware-accelerated machine learning library that offloads intensive linear algebra operations to graphics processors to increase

    Functions as a modular framework for defining and scaling complex neural network architectures.

    Python
    Auf GitHub ansehen↗3,863
  • johnmyleswhite/ml_for_hackersAvatar von johnmyleswhite

    johnmyleswhite/ML_for_Hackers

    3,737Auf GitHub ansehen↗

    ML for Hackers is a machine learning educational resource and library designed for learning the fundamentals of algorithmic programming and data analysis. It provides a neural network framework and a collection of mathematical implementations for building and training predictive models. The project utilizes a modular architecture for stacking linear transformations and activation layers. It implements core deep learning components from scratch using multi-dimensional arrays for tensor algebra and operations. The framework covers a variety of algorithmic capabilities, including automatic diff

    Provides a modular codebase for defining and stacking neural network architectures.

    R
    Auf GitHub ansehen↗3,737
  1. Home
  2. Artificial Intelligence & ML
  3. Neural Network Frameworks

Unter-Tags erkunden

  • Imperative FrameworksNeural network frameworks that allow building networks with standard Python control flow while retaining full automatic differentiation. **Distinct from Neural Network Frameworks:** Distinct from Neural Network Frameworks: specifically enables imperative (define-by-run) programming where the computation graph is built dynamically during execution, not statically defined.
  • Inference Patching Systems1 Sub-TagFrameworks that enable the modification of neural network behavior during inference through layer patching and spatial conditioning. **Distinct from Neural Network Frameworks:** Distinct from Neural Network Frameworks: focuses on post-hoc modification and patching of existing models rather than the initial definition of architectures.