awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 रिपॉजिटरी

Awesome GitHub RepositoriesComputational Graph Frameworks

Tools for defining and executing mathematical operations as directed graphs.

Distinguishing note: No candidates provided; represents the structural foundation of the framework.

Explore 11 awesome GitHub repositories matching artificial intelligence & ml · Computational Graph Frameworks. Refine with filters or upvote what's useful.

Awesome Computational Graph Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • aymericdamien/tensorflow-examplesaymericdamien का अवतार

    aymericdamien/TensorFlow-Examples

    43,749GitHub पर देखें↗

    This repository serves as a structured educational resource for machine learning and deep learning, providing a library of executable scripts and notebooks. It is designed to help users master the practical application of data processing, model evaluation, and neural network construction through annotated code samples and guided tutorials. The collection focuses on translating theoretical mathematical concepts into functional code, offering proven patterns for common tasks such as classification and regression. By providing curated examples of layer construction and training loops, the reposi

    Defines mathematical operations as a directed graph of nodes to allow for automatic differentiation and efficient hardware acceleration.

    Jupyter Notebookdeep-learningexamplesmachine-learning
    GitHub पर देखें↗43,749
  • theano/theanoTheano का अवतार

    Theano/Theano

    9,995GitHub पर देखें↗

    Theano is a Python mathematical expression compiler and symbolic math library used as a deep learning backend. It functions as a tensors computation framework that translates mathematical formulas into optimized C or CUDA code for high-performance computing. The system manages the definition and evaluation of complex math formulas using multi-dimensional arrays. It employs a symbolic expression graph and a lazy evaluation engine to optimize mathematical expressions before they are compiled into executable code. The framework provides automatic differentiation for calculating gradients of mat

    Implements a framework for defining and executing mathematical operations as directed computational graphs.

    Python
    GitHub पर देखें↗9,995
  • atcold/pytorch-deep-learning-minicourseAtcold का अवतार

    Atcold/pytorch-Deep-Learning-Minicourse

    6,810GitHub पर देखें↗

    यह PyTorch का उपयोग करके न्यूरल नेटवर्क बनाने और प्रशिक्षित करने के लिए एक शैक्षिक पाठ्यक्रम है। यह एक डीप लर्निंग ट्रेनिंग गाइड और संसाधन के रूप में कार्य करता है, जो टेंसर कंप्यूटेशन और आर्किटेक्चर डेवलपमेंट पर पाठों की एक संरचित श्रृंखला प्रदान करता है। यह कोर्स एक इंटरैक्टिव लर्निंग मॉडल का उपयोग करता है जो अकादमिक सिद्धांत को अभ्यास के साथ सिंक्रोनाइज़ करता है। यह सैद्धांतिक लेक्चर स्लाइड्स को एक्सरसाइज-ड्रिवन नोटबुक के साथ जोड़ता है, जिसमें छात्रों को अपनी वैचारिक समझ को मान्य करने के लिए पूर्व-निर्धारित टेम्प्लेट के भीतर मॉडल लॉजिक को लागू करना होता है। यह पाठ्यक्रम ग्रेडिएंट डिसेंट और रेगुलराइजेशन के माध्यम से मॉडल ऑप्टिमाइज़ेशन, और कन्वेन्शनल, रिकरेंट और ट्रांसफॉर्मर आर्किटेक्चर के कार्यान्वयन सहित डीप लर्निंग क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें मल्टीमॉडल डेटा को प्रोसेस करने और कंट्रास्टिव मेथड्स और ऑटोएनकोडर के माध्यम से सेल्फ-सुपरवाइज्ड लर्निंग लागू करने के निर्देश भी शामिल हैं। सामग्री Jupyter Notebooks के एक मॉड्यूलर अनुक्रम के माध्यम से वितरित की जाती है।

    Implements a curriculum centered on building models with dynamic computational graphs for automatic gradient calculation.

    Jupyter Notebook
    GitHub पर देखें↗6,810
  • lyhue1991/eat_pytorch_in_20_dayslyhue1991 का अवतार

    lyhue1991/eat_pytorch_in_20_days

    6,157GitHub पर देखें↗

    यह प्रोजेक्ट एक डीप लर्निंग ट्यूटोरियल सीरीज़ और शैक्षिक पाठ्यक्रम है जिसे PyTorch के मूल सिद्धांतों को सिखाने के लिए डिज़ाइन किया गया है। यह न्यूरल नेटवर्क आर्किटेक्चर, ऑटोमैटिक डिफरेंशिएशन, और टेंसर व डायनामिक कंप्यूटेशन ग्राफ़ के उपयोग में महारत हासिल करने के लिए एक संरचित प्रशिक्षण गाइड के रूप में कार्य करता है। पाठ्यक्रम व्यावहारिक इम्प्लीमेंटेशन पर केंद्रित है, विशेष रूप से उपयोगकर्ता प्राथमिकताओं की भविष्यवाणी करने के लिए अनुशंसा प्रणालियों, विज्ञापन मॉडल और रुचि नेटवर्क के विकास का मार्गदर्शन करता है। यह टाइम सीरीज़ फ़ोरकास्टिंग और अनुक्रमिक डेटा को प्रोसेस करने के लिए निर्देशात्मक कंटेंट भी प्रदान करता है। सामग्री डीप लर्निंग क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें छवि और टेक्स्ट क्लासिफिकेशन के साथ-साथ स्ट्रक्चर्ड डेटा के लिए मॉडल का निर्माण शामिल है। यह GPU एक्सेलेरेशन, ट्रेनिंग मेट्रिक विज़ुअलाइज़ेशन और मॉडल प्रेडिक्शन्स का परीक्षण करने के लिए वेब-आधारित इंटरफ़ेस बनाने के लिए वर्कफ़्लो को शामिल करता है। प्रोजेक्ट Jupyter Notebooks के संग्रह के रूप में वितरित किया जाता है।

    Explains the construction of dynamic computation graphs to support variable input lengths and flexible logic.

    Jupyter Notebookdeep-learningpytorch
    GitHub पर देखें↗6,157
  • chainer/chainerchainer का अवतार

    chainer/chainer

    5,919GitHub पर देखें↗

    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

    Builds computational graphs dynamically during execution with standard Python control flow and full automatic differentiation.

    Python
    GitHub पर देखें↗5,919
  • gorgonia/gorgoniagorgonia का अवतार

    gorgonia/gorgonia

    5,919GitHub पर देखें↗

    Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for building and training neural networks. It functions as a CUDA-accelerated tensor library and a SIMD-optimized math library, enabling machine learning workflows entirely within the Go ecosystem. The library distinguishes itself through a dual-backend architecture that dispatches neural network operations to either a GPU or CPU depending on CUDA availability at runtime. It constructs differentiable directed acyclic graphs of tensor operations, supports reverse-mode automatic gradient

    Ships a directed acyclic graph framework for defining and executing mathematical operations in neural network models.

    Go
    GitHub पर देखें↗5,919
  • deep-learning-with-pytorch/dlwpt-codedeep-learning-with-pytorch का अवतार

    deep-learning-with-pytorch/dlwpt-code

    5,224GitHub पर देखें↗

    यह प्रोजेक्ट PyTorch मॉडल कार्यान्वयन और कोड उदाहरणों से युक्त एक डीप लर्निंग शैक्षिक संसाधन है। यह टेंसर-आधारित गणना का उपयोग करके न्यूरल नेटवर्क बनाने, प्रशिक्षित करने और अनुकूलित करने के लिए कार्यात्मक Python स्क्रिप्ट और नोटबुक प्रदान करता है। रिपॉजिटरी में कस्टम नेटवर्क लेयर्स और लॉस फ़ंक्शंस को डिज़ाइन करने के कार्यान्वयन शामिल हैं, साथ ही ट्रांसफर लर्निंग वर्कफ़्लो के उदाहरण भी हैं जो विकास में तेज़ी लाने के लिए पूर्व-प्रशिक्षित मॉडल वेट लोड करते हैं। कोडबेस डीप लर्निंग क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें न्यूरल नेटवर्क प्रशिक्षण, कस्टम मॉडल घटक डिज़ाइन और डेटासेट में जटिल पैटर्न को पहचानने के लिए मल्टी-लेयर आर्किटेक्चर का कार्यान्वयन शामिल है।

    Utilizes dynamic graph frameworks to allow network structures to change at runtime based on input data.

    Jupyter Notebookdeep-learningdeep-neural-networkspython
    GitHub पर देखें↗5,224
  • blei-lab/edwardblei-lab का अवतार

    blei-lab/edward

    4,841GitHub पर देखें↗

    Edward is a probabilistic programming language and inference engine designed for building deep generative models and Bayesian neural networks. It utilizes the TensorFlow framework to represent probabilistic models as differentiable computational graphs. The library enables the construction of complex data distributions through Bayesian neural networks, mixture models, and Gaussian processes. It differentiates itself by providing an integrated toolkit for both supervised and unsupervised probabilistic modeling, including the implementation of generative adversarial networks and mixture density

    Represents probabilistic models as differentiable computational graphs within the TensorFlow framework for automatic gradient calculation.

    Jupyter Notebookbayesian-methodsdata-sciencedeep-learning
    GitHub पर देखें↗4,841
  • megengine/megengineMegEngine का अवतार

    MegEngine/MegEngine

    4,809GitHub पर देखें↗

    MegEngine is a deep learning framework and automatic differentiation engine used for training and deploying neural networks. It functions as a differentiable programming library that enables the creation of mathematical models where operations are differentiable for gradient-based optimization. The project provides a hardware-agnostic tensor runtime and cross-platform model runtime, allowing models to execute across diverse CPU and GPU hardware architectures. It utilizes a dynamic computational graph engine to build execution graphs on the fly, supporting flexible input shapes and complex con

    Builds execution graphs dynamically during the forward pass to support flexible input shapes and complex control flow.

    C++
    GitHub पर देखें↗4,809
  • tingsongyu/pytorch-tutorial-2ndTingsongYu का अवतार

    TingsongYu/PyTorch-Tutorial-2nd

    4,555GitHub पर देखें↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Demonstrates the use of dynamic computational graphs to allow flexible network modifications during runtime.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    GitHub पर देखें↗4,555
  • l1aoxingyu/code-of-learn-deep-learning-with-pytorchL1aoXingyu का अवतार

    L1aoXingyu/code-of-learn-deep-learning-with-pytorch

    2,869GitHub पर देखें↗

    This repository serves as a structured educational resource for learning to build, train, and deploy neural networks using the PyTorch framework. It provides a collection of practical code examples and tutorials designed to guide practitioners through the implementation of deep learning models. The project covers a broad range of machine learning domains, including computer vision, natural language processing, generative modeling, and reinforcement learning. By utilizing modular components and automated gradient computation, the materials demonstrate how to construct complex architectures and

    Implements dynamic computational graphs that construct neural network operations at runtime for flexible model development.

    Jupyter Notebookpytorchpytorch-tutorialpytorch-tutorials-cn
    GitHub पर देखें↗2,869
  1. Home
  2. Artificial Intelligence & ML
  3. Computational Graph Frameworks

सब-टैग एक्सप्लोर करें

  • Dynamic Graph FrameworksFrameworks that build computational graphs dynamically during execution, enabling standard Python control flow with full automatic differentiation. **Distinct from Computational Graph Frameworks:** Distinct from Computational Graph Frameworks: focuses on dynamic graph construction at runtime rather than static graph definition.