awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

42 个仓库

Awesome GitHub RepositoriesTensorFlow Model Development

The process of designing, building, and training machine learning models specifically using the TensorFlow ecosystem.

Distinct from TensorFlow Frameworks: Focuses on the general development process using TensorFlow, whereas candidates were limited to specific model types like normalizing flows.

Explore 42 awesome GitHub repositories matching artificial intelligence & ml · TensorFlow Model Development. Refine with filters or upvote what's useful.

Awesome TensorFlow Model Development GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • matterport/mask_rcnnmatterport 的头像

    matterport/Mask_RCNN

    25,564在 GitHub 上查看↗

    This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for performing simultaneous object detection and instance segmentation, transforming raw images into segmented masks and bounding boxes for individual object identification. The toolset enables custom computer vision training through fine-tuning pre-trained weights and integrating user-provided datasets. It includes capabilities for distributed GPU training to accelerate the optimization of large vision models. The framework covers model evaluation using standard precision metrics an

    Offers a framework for designing and training instance segmentation models using the TensorFlow ecosystem.

    Pythoninstance-segmentationkerasmask-rcnn
    在 GitHub 上查看↗25,564
  • open-source-for-science/tensorflow-courseopen-source-for-science 的头像

    open-source-for-science/TensorFlow-Course

    16,285在 GitHub 上查看↗

    This is a TensorFlow learning course and machine learning education resource. It is a notebook-based interactive course that provides a deep learning tutorial series and a guide to the Keras API through executable Python code and formatted text. The material focuses on deep learning education, covering the implementation of TensorFlow models and the design of neural network architectures such as multilayer perceptrons and convolutional networks. It includes instructional content on constructing custom training loops and dataset generators for data pipeline engineering. The course covers mach

    Guides the design, building, and training of predictive models using the TensorFlow ecosystem.

    Jupyter Notebook
    在 GitHub 上查看↗16,285
  • instillai/tensorflow-courseinstillai 的头像

    instillai/TensorFlow-Course

    16,285在 GitHub 上查看↗

    This project is a TensorFlow learning course consisting of a deep learning tutorial series and guided modules. It provides the source code and documentation necessary to build and train neural network architectures and machine learning algorithms. The repository serves as a machine learning deployment guide, providing practical examples for moving trained models from development environments into production. It includes templates and guided tutorials for model development and prototyping. The course covers AI model education through a structured curriculum focused on tensor-based computation

    Teaches the design, building, and training of deep learning architectures specifically within the TensorFlow ecosystem.

    Jupyter Notebookdeep-learningdeep-learning-tutorialpython
    在 GitHub 上查看↗16,285
  • dragen1860/deep-learning-with-tensorflow-bookdragen1860 的头像

    dragen1860/Deep-Learning-with-TensorFlow-book

    13,237在 GitHub 上查看↗

    This project is an open source deep learning textbook and educational resource. It provides a structured curriculum of theory and practical examples designed for mastering the training of regression, classification, and generative models using the TensorFlow framework. The repository functions as a machine learning code collection, utilizing interactive notebooks and source code to demonstrate neural network implementation and tensor operations. It covers the development of deep learning models and the study of reinforcement learning. The material employs a case-study driven pedagogy, combin

    Teaches how to build and train classification and regression models using the TensorFlow 2.0 framework.

    Jupyter Notebookbookdeeplearningmachinelearning
    在 GitHub 上查看↗13,237
  • tensorflow/playgroundtensorflow 的头像

    tensorflow/playground

    12,939在 GitHub 上查看↗

    This project is a browser-based machine learning education tool and neural network sandbox. It provides an interactive environment for experimenting with network architectures and hyperparameters to understand deep learning concepts. The tool functions as a visualizer for TensorFlow neural networks, allowing users to see how models learn and classify data in real time. It enables the prototyping of model architectures to observe how different hidden layers and neurons affect a network's ability to solve specific data patterns. The system covers neural network architecture and operation visua

    Utilizes the TensorFlow.js runtime to execute machine learning operations directly in the browser via WebGL.

    TypeScript
    在 GitHub 上查看↗12,939
  • lengstrom/fast-style-transferlengstrom 的头像

    lengstrom/fast-style-transfer

    10,963在 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

    Leverages the TensorFlow ecosystem for developing and executing the style transfer model.

    Pythondeep-learningneural-networksneural-style
    在 GitHub 上查看↗10,963
  • chiphuyen/stanford-tensorflow-tutorialschiphuyen 的头像

    chiphuyen/stanford-tensorflow-tutorials

    10,377在 GitHub 上查看↗

    This project is a collection of deep learning tutorials and practical implementations using TensorFlow. It provides a neural network implementation guide through code examples designed for research-oriented deep learning. The repository covers supervised and unsupervised learning workflows, including the development of sequence models for language processing and chatbots. It includes specific examples for image style transfer and the use of autoencoders for feature extraction. The project also provides demonstrations for managing large-scale datasets using binary record formats and streaming

    Provides practical examples of dataset management and streaming within the TensorFlow ecosystem.

    Pythonchatbotcourse-materialsdeep-learning
    在 GitHub 上查看↗10,377
  • chiphuyen/tf-stanford-tutorialschiphuyen 的头像

    chiphuyen/tf-stanford-tutorials

    10,377在 GitHub 上查看↗

    This project is a deep learning educational resource providing a collection of TensorFlow tutorials and programming exercises. It serves as a set of machine learning code samples designed for university-level courses on machine learning research. The repository focuses on machine learning education and deep learning research, providing practical examples for implementing neural networks from scratch. It supports neural network prototyping and the development of TensorFlow models to help users apply deep learning theory to software implementations.

    Guides the process of building and training deep learning models from scratch using the TensorFlow ecosystem.

    Python
    在 GitHub 上查看↗10,377
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 的头像

    lyhue1991/eat_tensorflow2_in_30_days

    9,933在 GitHub 上查看↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Guides the design, construction, and training of neural networks for classification and regression using TensorFlow.

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    在 GitHub 上查看↗9,933
  • google-deepmind/sonnetgoogle-deepmind 的头像

    google-deepmind/sonnet

    9,920在 GitHub 上查看↗

    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 framework for designing and building deep learning architectures specifically within the TensorFlow ecosystem.

    Pythonartificial-intelligencedeep-learningmachine-learning
    在 GitHub 上查看↗9,920
  • deepmind/sonnetdeepmind 的头像

    deepmind/sonnet

    9,920在 GitHub 上查看↗

    Sonnet is a modular machine learning framework and TensorFlow library used for building, training, and managing deep learning models. It functions as a system for composing neural networks from reusable modules and layers that encapsulate their own parameters and internal states. The project provides specialized tools for distributed model training, enabling the synchronization of gradients across multiple hardware devices. It also serves as a model state management system, allowing for the persistence of neural network weights and the export of portable models that separate the computation g

    Provides a framework for designing and building deep learning models specifically using the TensorFlow ecosystem.

    Python
    在 GitHub 上查看↗9,920
  • tflearn/tflearntflearn 的头像

    tflearn/tflearn

    9,579在 GitHub 上查看↗

    tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing neural network architectures and a system for executing training loops and optimizing model weights across CPUs and GPUs. The project simplifies the process of building and training models through a modular interface and a high-level API for prototyping. It includes specialized utilities for deep learning visualization, allowing for the generation of graphical diagrams to analyze network structures, weights, gradients, and activations. The framework covers a broad range of capa

    Simplifies the process of quickly building and testing deep learning architectures using the TensorFlow ecosystem.

    Pythondata-sciencedeep-learningmachine-learning
    在 GitHub 上查看↗9,579
  • hvass-labs/tensorflow-tutorialsHvass-Labs 的头像

    Hvass-Labs/TensorFlow-Tutorials

    9,266在 GitHub 上查看↗

    TensorFlow-Tutorials is a collection of educational resources and guided tutorials for implementing machine learning models using the TensorFlow framework. It provides instructional material and videos for building deep learning architectures across diverse domains, including computer vision, natural language processing, and time-series prediction. The project offers practical guides for developing specific applications such as image captioning, style transfer, and machine translation. It emphasizes a structured approach to learning, ranging from simple linear models to complex reinforcement

    Guides the design, building, and training of machine learning models specifically using the TensorFlow ecosystem.

    Jupyter Notebook
    在 GitHub 上查看↗9,266
  • vahidk/effectivetensorflowvahidk 的头像

    vahidk/EffectiveTensorflow

    8,589在 GitHub 上查看↗

    EffectiveTensorflow is a deep learning tutorial suite and learning resource designed for building models within the TensorFlow framework. It serves as a practical implementation guide and development manual for creating neural network architectures. The project provides curated instructions for prototyping custom operations and implementing conditional logic for recurrent and deep learning structures. It focuses on the transition from imperative prototyping to the optimization of symbolic execution graphs for hardware accelerators. The resource covers numerical stability management to preven

    Offers a comprehensive guide to best practices and standardized patterns for building models in TensorFlow.

    在 GitHub 上查看↗8,589
  • tensorflow/cleverhanstensorflow 的头像

    tensorflow/cleverhans

    6,443在 GitHub 上查看↗

    Cleverhans 是一个 TensorFlow 对抗性机器学习库,既是攻击框架,也是鲁棒性基准测试和防御库。它提供了一系列工具来生成对抗样本、测试神经网络的安全性,并实施保护机制以提高模型对恶意输入的抵御能力。 该项目专注于创建旨在欺骗机器学习模型并使其做出错误预测的扰动输入。它能够评估深度学习模型在受到对抗性噪声干扰时的稳定性和准确性,并提供已知攻击方法的参考实现以识别安全弱点。 该工具包涵盖了对抗样本生成、机器学习模型防御以及神经网络鲁棒性基准测试。它利用模型无关的接口和可微分的攻击实现来执行基于梯度的扰动和迭代优化循环。

    Uses reference attack implementations to identify and fix security weaknesses in TensorFlow-based networks.

    Jupyter Notebook
    在 GitHub 上查看↗6,443
  • tensorflow/docstensorflow 的头像

    tensorflow/docs

    6,320在 GitHub 上查看↗

    This repository is the official documentation for TensorFlow, a machine learning framework. It provides comprehensive guides, tutorials, and API references for building, training, and deploying machine learning models. The documentation covers the full lifecycle of machine learning projects, from constructing data pipelines and building neural networks with high-level APIs to customizing training loops and deploying trained models in production, on edge devices, or in browsers. The documentation includes step-by-step tutorials for a range of tasks, including reinforcement learning, ranking mo

    Provides step-by-step tutorials for neural networks, reinforcement learning, and ranking models.

    Jupyter Notebookdeep-learningdeep-neural-networksdocumentation
    在 GitHub 上查看↗6,320
  • tensorpack/tensorpacktensorpack 的头像

    tensorpack/tensorpack

    6,287在 GitHub 上查看↗

    Tensorpack 是一个高级 TensorFlow 神经网络框架和研究库,专为构建和训练深度学习模型而设计。它提供了一系列可复现的神经网络架构,用于计算机视觉、生成任务、强化学习和自然语言处理。 该项目通过一个专门的深度学习数据流水线脱颖而出,该流水线使用纯 Python 进行并行数据加载和流式传输。它包括一个用于通过数据并行策略分发工作负载的多 GPU 训练编排器,以及一个用于可视化模型显著性和激活图的专用可解释性工具包。 该框架涵盖了广泛的功能,包括用于目标检测和语义分割的计算机视觉流水线、用于语音和文本的序列建模,以及强化学习代理开发。它还提供用于权重量化和低位宽训练的模型优化工具,以及用于复现学术研究论文和转换遗留 Caffe 模型权重的实用程序。

    Provides a high-level framework for designing, building, and training deep learning models within the TensorFlow ecosystem.

    Python
    在 GitHub 上查看↗6,287
  • nfmcclure/tensorflow_cookbooknfmcclure 的头像

    nfmcclure/tensorflow_cookbook

    6,239在 GitHub 上查看↗

    The TensorFlow Cookbook is a collection of code examples and recipes for building, training, and deploying machine learning models using TensorFlow. It covers the full model lifecycle, from constructing neural networks and training them with configurable parameters to packaging trained models for production deployment with unit tests and multi-device support. The project also integrates TensorBoard for logging and visualizing computational graphs, scalar summaries, and histograms during training. The cookbook demonstrates a wide range of machine learning techniques, including convolutional ne

    Builds, trains, and deploys machine learning models using TensorFlow's computation graph and session-based execution.

    Jupyter Notebookclassificationcnngenetic-algorithm
    在 GitHub 上查看↗6,239
  • tensorflow/swifttensorflow 的头像

    tensorflow/swift

    6,131在 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

    Provides a custom Swift toolchain for building and training TensorFlow models with automatic differentiation.

    Jupyter Notebook
    在 GitHub 上查看↗6,131
  • nlintz/tensorflow-tutorialsnlintz 的头像

    nlintz/TensorFlow-Tutorials

    6,026在 GitHub 上查看↗

    该项目是使用 TensorFlow 框架构建和训练机器学习模型的指导教程集合。它提供了实现各种模型架构以解决数据预测和分析问题的实用演练和示例。 这些指南涵盖了前馈、卷积和循环神经网络的构建,以分析复杂的数据模式。它包括针对无监督学习的特定教程,例如去噪自动编码器和 word-to-vec 嵌入,以及用于训练生成对抗网络(GAN)以合成新数据样本的示例。 该内容还涉及模型管理,包括保存和恢复网络权重以持久化训练进度的说明。此外,它还涵盖了训练指标和计算图的可视化,以监控性能。

    Explains how to save and restore network weights to reuse trained models across sessions.

    Jupyter Notebook
    在 GitHub 上查看↗6,026
上一个123下一个
  1. Home
  2. Artificial Intelligence & ML
  3. TensorFlow Model Development

探索子标签

  • API ReferencesAuto-generated documentation covering all TensorFlow Python APIs. **Distinct from TensorFlow Model Development:** Distinct from TensorFlow Model Development: focuses on the API reference documentation, not the model development process itself.
  • Audio Model TrainingThe development and optimization of deep neural networks for audio tasks using the TensorFlow ecosystem. **Distinct from TensorFlow Model Development:** Specializes TensorFlow model development for audio processing and multi-GPU training.
  • Containerized Framework BuildsBuilding and packaging machine learning frameworks from source into optimized containers. **Distinct from TensorFlow Model Development:** Focuses on the build and packaging process of the framework into a container rather than model development.
  • Learning GuidesStructured educational resources for mastering the development and deployment process of machine learning models. **Distinct from TensorFlow Model Development:** Distinct from general model development as it focuses on the educational pedagogy and structured learning path.
  • Model State ManagementTechniques for saving and restoring model weights and parameters to maintain training progress. **Distinct from TensorFlow Model Development:** Focuses specifically on the persistence and restoration of weights, whereas model development covers the broader design and training process
  • Model Weight PersistenceTechniques for saving and loading trained parameters within the TensorFlow ecosystem. **Distinct from TensorFlow Model Development:** Specifically targets the persistence of weights rather than the general development process.
  • Production DeploymentsPackaging trained TensorFlow models with unit tests, multi-device execution, and distributed computing for production use. **Distinct from TensorFlow Model Development:** Distinct from TensorFlow Model Development: focuses on deployment and packaging, not development.
  • Security TestingApplying adversarial attacks to identify and fix security weaknesses in models. **Distinct from TensorFlow Model Development:** Focuses on security vulnerability identification rather than general model development.
  • Swift DevelopmentBuilding and training machine learning models using Swift with automatic differentiation and Python interoperability. **Distinct from TensorFlow Model Development:** Distinct from TensorFlow Model Development: focuses on Swift as the development language for TensorFlow models, not general TensorFlow model development.
  • TensorFlow NLP ModelsPre-trained neural network models for natural language processing built with the TensorFlow framework. **Distinct from TensorFlow Model Development:** Distinct from TensorFlow Model Development: focuses on the collection of pre-trained NLP models rather than the general development process.
  • Text Classification ModelsMachine learning models built with TensorFlow specifically for text categorization tasks. **Distinct from TensorFlow Model Development:** Focuses on the model's application to text classification rather than general TF development
  • TutorialsStep-by-step guides for building neural networks, reinforcement learning agents, and ranking models. **Distinct from TensorFlow Model Development:** Distinct from TensorFlow Model Development: focuses on the tutorial collection, not the general development process.
  • Visual Intuition ToolsTools designed to provide a visual understanding of framework-specific training and optimization processes. **Distinct from TensorFlow Model Development:** Distinct from general model development: focuses specifically on the pedagogical use of visualization to understand TensorFlow concepts.
  • Voice Synthesis DevelopmentThe process of designing and building voice synthesis models using TensorFlow. **Distinct from TensorFlow Model Development:** Specifically targets the synthesis of voice waveforms rather than general NLP or model inference.