awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

29 repository-uri

Awesome GitHub RepositoriesTensorFlow Graph Execution

Execution of mathematical operations via TensorFlow's computational graphs on hardware accelerators.

Distinct from Graph-Based Execution Engines: Closest candidates focus on general DAGs or model conversion, not the runtime execution of tensor operations.

Explore 29 awesome GitHub repositories matching artificial intelligence & ml · TensorFlow Graph Execution. Refine with filters or upvote what's useful.

Awesome TensorFlow Graph Execution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lengstrom/fast-style-transferAvatar lengstrom

    lengstrom/fast-style-transfer

    10,963Vezi pe GitHub↗

    This project is a TensorFlow-based neural style transfer framework designed to apply the artistic textures and colors of a painting to images and videos. It utilizes a feed-forward image stylizer that transforms visual appearance in a single pass, avoiding the need for iterative optimization. The system includes a deep learning training pipeline that teaches convolutional neural networks to replicate specific styles using perceptual loss functions. It also features a video frame processor that decomposes video files into individual images for sequential stylization and reassembly. The softwa

    Performs high-speed image tensor transformations using TensorFlow's hardware-accelerated graph execution.

    Pythondeep-learningneural-networksneural-style
    Vezi pe GitHub↗10,963
  • czy36mengfei/tensorflow2_tutorials_chineseAvatar czy36mengfei

    czy36mengfei/tensorflow2_tutorials_chinese

    7,786Vezi pe GitHub↗

    This project is a collection of educational resources and instructional guides for learning deep learning and neural network implementation using TensorFlow. It provides a structured set of tutorials and notebooks written in Chinese, covering supervised and unsupervised learning tasks. The material focuses on practical implementations of diverse neural network architectures, including convolutional, recurrent, and autoencoder networks. It includes specific training content for computer vision, natural language processing, and generative models. The coverage extends to specialized network arc

    Explains how TensorFlow converts Python control flow into optimized computation graphs for execution.

    Jupyter Notebook
    Vezi pe GitHub↗7,786
  • carpedm20/dcgan-tensorflowAvatar carpedm20

    carpedm20/DCGAN-tensorflow

    7,185Vezi pe GitHub↗

    This is a TensorFlow implementation of the Deep Convolutional Generative Adversarial Network (DCGAN) architecture, providing a framework for training generative models that produce synthetic images from random noise vectors. The project implements the core DCGAN design, using transposed convolutions for upsampling, batch normalization for training stability, and leaky ReLU activations in the discriminator, all executed as static TensorFlow computation graphs. The implementation supports training on custom image datasets by accepting user-supplied image folders without requiring a predefined f

    Defines neural network operations as static TensorFlow computation graphs for efficient GPU-accelerated training.

    JavaScriptdcgangangenerative-model
    Vezi pe GitHub↗7,185
  • princewen/tensorflow_practiceAvatar princewen

    princewen/tensorflow_practice

    7,009Vezi pe GitHub↗

    This repository is a collection of practical deep learning implementations and examples built using the TensorFlow framework. It provides a variety of neural network architectures focusing on natural language processing, recommendation systems, reinforcement learning, and time series prediction. The project features a range of specialized models, including sequence-to-sequence and transformer architectures for text processing, and factorization machines for personalized ranking and retrieval. It also includes implementations of reinforcement learning agents using actor-critic and policy gradi

    Leverages TensorFlow's computational graph execution for efficient tensor operations on hardware.

    Python
    Vezi pe GitHub↗7,009
  • ml5js/ml5-libraryAvatar ml5js

    ml5js/ml5-library

    6,581Vezi pe GitHub↗

    ml5-library is a JavaScript machine learning library that functions as a browser-based inference engine. It provides a high-level wrapper for implementing neural networks and data models, allowing users to execute machine learning predictions directly on the client side. The library simplifies the integration of machine learning into web applications and creative coding projects by removing the requirement for deep mathematical expertise. It specifically enables web-based image classification through the use of pretrained deep learning models to identify and label objects within images. The

    Executes machine learning models in the browser by wrapping low-level tensor operations via TensorFlow.js.

    JavaScript
    Vezi pe GitHub↗6,581
  • tensorflow/servingAvatar tensorflow

    tensorflow/serving

    6,351Vezi pe GitHub↗

    TensorFlow Serving is a high-performance machine learning inference server designed to deploy TensorFlow models to production environments. It functions as a complete serving system that executes predictions on input data through a graph executor, providing network endpoints that eliminate the need for a separate runtime environment for client applications. The system is distinguished by its model version manager, which organizes and selects specific model versions within a directory hierarchy. It uses a filesystem watcher to detect new model versions and trigger automatic updates without int

    Implements a runtime for processing TensorFlow computation graphs and mapping input tensors to named output functions.

    C++
    Vezi pe GitHub↗6,351
  • thtrieu/yolotfAvatar thtrieu

    thtrieu/yolotf

    6,140Vezi pe GitHub↗

    yolotf este un framework de detecție a obiectelor care oferă instrumente pentru convertirea configurațiilor și ponderilor modelelor Darknet în grafuri TensorFlow. Include un antrenor de modele TensorFlow pentru antrenarea de noi modele de detecție sau fine-tuning-ul ponderilor existente folosind seturi de date personalizate. Proiectul dispune de un exportator de modele mobile care serializează definițiile grafurilor și metadatele în fișiere protobuf pentru deployment pe dispozitive mobile. Framework-ul suportă inferența de detecție a obiectelor pe imagini și video pentru a identifica obiecte și a exporta coordonatele bounding box-urilor. Gestionează starea modelului prin traducerea mapării ponderilor și antrenare bazată pe checkpoint-uri pentru a permite restaurarea ponderilor și a stărilor optimizatorului.

    Translates Darknet network configurations into TensorFlow computational graphs.

    Python
    Vezi pe GitHub↗6,140
  • tensorflow/swiftAvatar tensorflow

    tensorflow/swift

    6,131Vezi pe GitHub↗

    Swift for TensorFlow is a custom toolchain that extends the Swift language with first-class automatic differentiation and differentiable types, enabling gradient-based computation directly within the compiler. It integrates the Swift compiler with TensorFlow runtime and XLA backends, allowing tensor operations to be compiled and executed on hardware-accelerated hardware for high-performance machine learning. The project distinguishes itself through compiler-integrated automatic differentiation that computes gradients of user-defined functions and types during compilation, eliminating the need

    Invokes low-level TensorFlow operations directly from Swift to build custom computation graphs.

    Jupyter Notebook
    Vezi pe GitHub↗6,131
  • taki0112/ugatitAvatar taki0112

    taki0112/UGATIT

    6,117Vezi pe GitHub↗

    UGATIT este o rețea generativă adversarială (GAN) nesupervizată și un model de traducere imagine-la-imagine implementat în TensorFlow. Acesta servește drept implementare oficială de cercetare a unei lucrări ICLR 2020, oferind un framework pentru convertirea imaginilor între diferite stiluri vizuale fără a necesita exemple de antrenament pereche. Sistemul utilizează o rețea atențională generativă nesupervizată și hărți de atenție pentru a deforma formele geometrice și a modifica texturile în timpul procesului de traducere. Utilizează un framework cycle-consistent pentru a asigura calitatea traducerii, necesitând ca imaginile să revină la starea lor originală după schimbări de domeniu în ambele sensuri. Codul sursă acoperă antrenarea generativă adversarială și transformarea geometrică a imaginilor, utilizând arhitecturi de discriminare multi-scală și normalizarea adaptivă layer-instance pentru a rafina calitatea sintezei.

    Defines neural network layers and data flow using TensorFlow's computational graph for optimized tensor operations.

    Python
    Vezi pe GitHub↗6,117
  • dennybritz/cnn-text-classification-tfAvatar dennybritz

    dennybritz/cnn-text-classification-tf

    5,684Vezi pe GitHub↗

    This project is a TensorFlow implementation of a convolutional neural network designed for text classification. It functions as a deep learning text categorizer that assigns predefined labels to text documents by identifying and analyzing learned patterns within training sets. The model utilizes a sequence of embedding-layer vectorization, convolutional layers for feature extraction, and max-pooling downsampling to process text data. Final category probabilities are determined through a dense-layer classification system. The workflow covers the end-to-end machine learning lifecycle, includin

    Defines and executes the model's mathematical operations using TensorFlow's computational graph system.

    Python
    Vezi pe GitHub↗5,684
  • lmoroney/dlaicourseAvatar lmoroney

    lmoroney/dlaicourse

    5,638Vezi pe GitHub↗

    Acest proiect este o colecție de notebook-uri interactive pentru un curs de deep learning TensorFlow. Oferă resurse de învățare ghidată și tutoriale practice pentru implementarea arhitecturilor de rețele neuronale, învățarea supervizată și transfer learning. Materialele includ o cale de învățare pentru computer vision și ghiduri specifice pentru transfer learning, demonstrând cum să adaptezi modele pre-antrenate la sarcini noi. Include tutoriale pentru construirea de modele de regresie și clasificatori de imagini folosind API-ul de nivel înalt Keras. Domeniul de aplicare acoperă pipeline-uri de învățare supervizată pentru clasificare binară și multiclasă, modelare de regresie și construcția de rețele neuronale convoluționale pentru recunoașterea textului scris de mână. De asemenea, abordează procesarea datelor de imagine și procesul de exportare a modelelor antrenate pentru deployment. Proiectul este livrat sub forma unei serii de Jupyter Notebooks care combină codul executabil cu text bogat.

    Utilizes TensorFlow's computational graphs to execute mathematical operations on hardware accelerators.

    Jupyter Notebook
    Vezi pe GitHub↗5,638
  • google/seq2seqAvatar google

    google/seq2seq

    5,621Vezi pe GitHub↗

    Acesta este un framework de tip encoder-decoder bazat pe TensorFlow și o bibliotecă de modele utilizată pentru maparea secvențelor de intrare la secvențe de ieșire. Funcționează ca un mapper de secvențe de deep learning conceput pentru a transforma datele secvențiale dintr-un domeniu în altul. Biblioteca oferă instrumente pentru implementarea modelării secvență-la-secvență în mai multe domenii, inclusiv traducerea automată neuronală, sumarizarea automată a textului și generarea de descrieri pentru imagini. Framework-ul încorporează rețele neuronale recurente și utilizează contextualizarea bazată pe atenție pentru a pondera secvențele de intrare. Suportă multiple strategii de decodare, inclusiv beam search și decodare greedy, executând în același timp operații matematice prin calculul grafic TensorFlow.

    Executes mathematical operations via TensorFlow's static computational graphs for efficient GPU and CPU processing.

    Pythondeeplearningmachine-translationneural-network
    Vezi pe GitHub↗5,621
  • cchen156/learning-to-see-in-the-darkAvatar cchen156

    cchen156/Learning-to-See-in-the-Dark

    5,562Vezi pe GitHub↗

    Acest proiect este o implementare de deep learning pentru viziune artificială, axată pe restaurarea imaginilor capturate în condiții de iluminare scăzută. Utilizează o rețea neuronală pentru a procesa datele brute de la senzor, mapând imaginile subexpuse către versiuni corect expuse pentru a îmbunătăți vizibilitatea și a restaura culorile naturale. Implementarea se bazează pe cercetări CVPR 2018 și utilizează TensorFlow pentru a executa graful computațional. Folosește o rețea neuronală convoluțională și regresie la nivel de pixel pentru a reconstrui iluminarea scenei direct din datele brute (raw) ale imaginii. Proiectul include un framework pentru învățare supervizată pe perechi, unde modelele sunt antrenate folosind seturi de date cu imagini în lumină scăzută și țintele lor corespondente (ground-truth). De asemenea, oferă procese pentru măsurarea acurateței modelului prin compararea seturilor de date de test procesate cu benchmark-uri consacrate.

    Utilizes TensorFlow computational graphs to execute neural network layers and optimization logic.

    Python
    Vezi pe GitHub↗5,562
  • anishathalye/neural-styleAvatar anishathalye

    anishathalye/neural-style

    5,537Vezi pe GitHub↗

    Acest proiect este un instrument de transfer de stil neuronal bazat pe TensorFlow și un procesor de imagini deep learning. Utilizează rețele neuronale convoluționale pentru a aplica stilul artistic al unei imagini conținutului alteia prin sinteza neuronală a imaginii. Sistemul suportă blending-ul multi-stil pentru a combina caracteristicile artistice din mai multe imagini diferite într-un singur output. Include, de asemenea, stilizarea cu conservarea culorilor, care menține paleta de culori originală a imaginii sursă prin îmbinarea datelor de culoare sursă cu luminanța rezultatului stilizat. Instrumentul oferă capabilități pentru ajustarea abstractizării stilului și îmbinarea mai multor stiluri. Acestea sunt obținute prin ponderarea influenței straturilor de trăsături fine și grosiere pentru a controla nivelul de detaliu în imaginea finală.

    Utilizes TensorFlow's computational graphs to perform backpropagation directly onto the input image pixels.

    Python
    Vezi pe GitHub↗5,537
  • tensorflow/rustAvatar tensorflow

    tensorflow/rust

    5,480Vezi pe GitHub↗

    This project provides Rust bindings for the TensorFlow C API, serving as a tensor computation interface and machine learning library. It enables the construction and execution of machine learning models and neural networks by bridging a systems language to high-performance backends. The framework supports GPU-accelerated computing to increase the speed of model training and inference by offloading mathematical operations to graphics processing units. It offers both graph-based computation for defining static network architectures and an eager execution mode for immediate operation calls durin

    Implements the execution of mathematical operations via TensorFlow's computational graphs on hardware accelerators.

    Rust
    Vezi pe GitHub↗5,480
  • ibab/tensorflow-wavenetAvatar ibab

    ibab/tensorflow-wavenet

    5,432Vezi pe GitHub↗

    Acest proiect este o implementare TensorFlow a unei rețele neuronale pentru generarea de forme de undă audio brute. Acesta funcționează ca un model de sinteză vocală condiționată care produce mostre audio sintetice folosind o arhitectură de rețea neuronală convoluțională dilatată. Sistemul suportă modelarea vocală personalizată prin încorporarea condiționării globale și a identificatorilor categorici în timpul antrenării și generării. Acest lucru permite modelului să imite vorbitori specifici sau caracteristici audio distincte pentru aplicații de text-to-speech neuronal. Framework-ul acoperă sinteza audio prin deep learning, inclusiv procesarea seturilor de date audio, antrenarea modelelor din fișiere waveform și generarea de fișiere audio redate. Utilizează componente tehnice precum convoluții cauzale dilatate, companding mu-law și ieșiri softmax cuantificate pentru a gestiona dependențele pe termen lung în datele audio.

    Defines the neural network as a static computational graph for optimized tensor operations and hardware acceleration.

    Python
    Vezi pe GitHub↗5,432
  • google-deepmind/graph_netsAvatar google-deepmind

    google-deepmind/graph_nets

    5,402Vezi pe GitHub↗

    graph_nets is a graph-structured deep learning framework and library for building message-passing neural networks. It provides tools for designing architectures that operate on nodes and edges to process and reason about data structured as graphs using TensorFlow. The framework implements a message-passing paradigm for iterative information exchange between nodes. This approach enables the development of models that can reason about complex graph-structured inputs for tasks such as path-finding and sorting, or serve as a predictor for the future states and trajectories of physical systems.

    Utilizes TensorFlow's computational graphs to execute mathematical operations on hardware accelerators.

    Pythonartificial-intelligencedeep-learninggraph-networks
    Vezi pe GitHub↗5,402
  • google/tf-quant-financeAvatar google

    google/tf-quant-finance

    5,404Vezi pe GitHub↗

    This is a quantitative finance library built on TensorFlow for financial engineering, asset pricing, and risk management. It serves as a financial derivative pricing engine, a model calibration tool, and a hardware-accelerated math library for numerical tasks. The library provides specialized capabilities for pricing financial assets using standard models and American option logic, as well as calibrating pricing models to market data through local volatility. It includes tools for constructing yield curves via bootstrapping algorithms and monotone convex interpolation. The framework covers a

    Executes mathematical operations via TensorFlow computational graphs to leverage hardware acceleration.

    Python
    Vezi pe GitHub↗5,404
  • macanv/bert-bilsmt-crf-nerAvatar macanv

    macanv/BERT-BiLSMT-CRF-NER

    4,906Vezi pe GitHub↗

    Acest proiect este un sistem de procesare a limbajului natural conceput pentru recunoașterea entităților numite și clasificarea textului. Utilizează o abordare de machine learning pentru a identifica nume specifice și informații cheie din text brut pentru a organiza conținutul nestructurat într-un format structurat. Sistemul implementează o arhitectură multi-strat care combină un transformer pre-antrenat pentru embedding-uri, long short-term memory bidirecțional pentru modelarea secvențelor și un câmp aleatoriu condiționat pentru tranzițiile de etichete. Suportă transfer learning prin fine-tuning-ul acestor modele pe seturi de date specifice sarcinii. Proiectul include capabilități pentru antrenarea modelelor pe seturi de date personalizate folosind configurații și fișiere de vocabular specificate. Oferă, de asemenea, un mecanism pentru a implementa modelul antrenat ca serviciu de rețea, permițând clasificarea textului și recunoașterea entităților printr-un server HTTP.

    Utilizes TensorFlow's computational graphs to optimize tensor operations during training and inference.

    Python
    Vezi pe GitHub↗4,906
  • macanv/bert-bilstm-crf-nerAvatar macanv

    macanv/BERT-BiLSTM-CRF-NER

    4,904Vezi pe GitHub↗

    Acest proiect este un framework de recunoaștere a entităților numite și un model de procesare a limbajului natural bazat pe TensorFlow. Oferă un pipeline pentru adaptarea modelelor de limbaj pre-antrenate la sarcini specifice de recunoaștere a entităților și clasificare a textului. Sistemul implementează o arhitectură de etichetare a secvențelor care combină embedding-urile bazate pe transformer cu modelarea secvențelor bidirecționale și decodarea prin câmpuri aleatorii condiționate. Include instrumente pentru fine-tuning-ul ponderilor modelului și antrenarea rețelei pentru a identifica și categorisi entitățile din textul nestructurat. Framework-ul include, de asemenea, o arhitectură client-server care expune modelele antrenate printr-un API HTTP. Acest lucru permite inferența la distanță, predicția entităților numite și clasificarea documentelor text printr-o interfață de rețea.

    Utilizes TensorFlow computational graphs to manage tensor flow during training and inference.

    Python
    Vezi pe GitHub↗4,904
Înapoi12Înainte
  1. Home
  2. Artificial Intelligence & ML
  3. TensorFlow Graph Execution

Explorează sub-etichetele

  • Low-Level Operator InvocationsInvoking raw TensorFlow operations directly from Swift to build custom computation graphs. **Distinct from TensorFlow Graph Execution:** Distinct from TensorFlow Graph Execution: focuses on direct operator invocation rather than general graph execution.
  • Model Graph Conversions1 sub-tagTranslating network configurations from one framework's graph representation to another. **Distinct from TensorFlow Graph Execution:** Focuses on the conversion process between frameworks rather than the runtime execution of the graph.