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

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

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

nlintz/TensorFlow-Tutorials

0
View on GitHub↗
6,026 星标·1,479 分支·Jupyter Notebook·5 次浏览

TensorFlow Tutorials

该项目是使用 TensorFlow 框架构建和训练机器学习模型的指导教程集合。它提供了实现各种模型架构以解决数据预测和分析问题的实用演练和示例。

这些指南涵盖了前馈、卷积和循环神经网络的构建,以分析复杂的数据模式。它包括针对无监督学习的特定教程,例如去噪自动编码器和 word-to-vec 嵌入,以及用于训练生成对抗网络(GAN)以合成新数据样本的示例。

该内容还涉及模型管理,包括保存和恢复网络权重以持久化训练进度的说明。此外,它还涵盖了训练指标和计算图的可视化,以监控性能。

Features

  • Machine Learning Implementations - Provides a collection of guided code implementations for building and training various machine learning models.
  • Machine Learning Tutorials - Offers a collection of guided tutorials and examples for building and training machine learning models.
  • Linear and Logistic Regression - Includes tutorials for implementing linear and logistic regression to model variable relationships.
  • Neural Network Construction - Guides the design and construction of deep and convolutional neural network architectures.
  • Neural Network Model Implementations - Provides implementations for a variety of neural network architectures including feedforward, convolutional, and recurrent networks.
  • Unsupervised Learning - Implements unsupervised learning techniques including denoising autoencoders and word embeddings.
  • Generative Adversarial Network Training - Provides practical examples for training generative adversarial networks to synthesize new data.
  • Keras Abstractions - Illustrates the construction of models using Keras layer abstractions for simplified architecture definition.
  • Model Performance Visualizations - Includes tutorials for visualizing model performance metrics and computational graphs.
  • Adversarial Training Procedures - Demonstrates the training of adversarial networks to synthesize new data samples.
  • Model Weight Management - Covers the management, storage, and loading of model weights to persist training progress.
  • Weight Persistence - Provides instructions for saving and restoring model weights and training states to disk.
  • Generative Adversarial Networks - Provides tutorial examples for constructing and training generative adversarial network architectures.
  • Model State Management - Includes instructions for saving and restoring network weights to persist training progress and reuse models.
  • Model Weight Persistence - Explains how to save and restore network weights to reuse trained models across sessions.
  • Training Progress Monitors - Provides tools for real-time visualization of training metrics and computational graphs.
  • Training Metric Monitors - Covers the tracking of training and validation accuracy to monitor model performance and overfitting.
  • Deep Learning Frameworks - Practical guides and code snippets for TensorFlow development.
  • Deep Learning Tutorials - Introductory guides for building models with TensorFlow.
  • Learning and Reference - Simple TensorFlow tutorials.
  • Educational Tutorials - Practical examples for learning TensorFlow.

Star 历史

nlintz/tensorflow-tutorials 的 Star 历史图表nlintz/tensorflow-tutorials 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

nlintz/tensorflow-tutorials 是做什么的?

该项目是使用 TensorFlow 框架构建和训练机器学习模型的指导教程集合。它提供了实现各种模型架构以解决数据预测和分析问题的实用演练和示例。

nlintz/tensorflow-tutorials 的主要功能有哪些?

nlintz/tensorflow-tutorials 的主要功能包括:Machine Learning Implementations, Machine Learning Tutorials, Linear and Logistic Regression, Neural Network Construction, Neural Network Model Implementations, Unsupervised Learning, Generative Adversarial Network Training, Keras Abstractions。

nlintz/tensorflow-tutorials 有哪些开源替代品?

nlintz/tensorflow-tutorials 的开源替代品包括: d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… dragen1860/tensorflow-2.x-tutorials — This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a… astorfi/tensorflow-world — TensorFlow-World is a collection of tutorials, implementation guides, and model templates for building and training… binroot/tensorflow-book — This project is a collection of TensorFlow machine learning examples providing reference implementations for various… aymericdamien/tensorflow-examples — This repository serves as a structured educational resource for machine learning and deep learning, providing a… yunjey/pytorch-tutorial — This project is a collection of educational examples and code for implementing deep learning architectures using the…

TensorFlow Tutorials 的开源替代方案

相似的开源项目,按与 TensorFlow Tutorials 的功能重合度排序。
  • d2l-ai/d2l-end2l-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

    Pythonbookcomputer-visiondata-science
    在 GitHub 上查看↗29,001
  • dragen1860/tensorflow-2.x-tutorialsdragen1860 的头像

    dragen1860/TensorFlow-2.x-Tutorials

    6,351在 GitHub 上查看↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    在 GitHub 上查看↗6,351
  • astorfi/tensorflow-worldastorfi 的头像

    astorfi/TensorFlow-World

    4,492在 GitHub 上查看↗

    TensorFlow-World is a collection of tutorials, implementation guides, and model templates for building and training machine learning models using the TensorFlow framework. It serves as an educational resource for designing deep learning architectures and implementing predictive models. The project provides ready-to-use examples for constructing neural network architectures and linear classifiers. It includes guides on performing tensor operations, automatic differentiation, and gradient descent optimization. The materials cover a range of machine learning capabilities, including the use of h

    Python
    在 GitHub 上查看↗4,492
  • binroot/tensorflow-bookBinRoot 的头像

    BinRoot/TensorFlow-Book

    4,431在 GitHub 上查看↗

    This project is a collection of TensorFlow machine learning examples providing reference implementations for various neural network paradigms. It covers supervised, unsupervised, reinforcement, and sequential learning models. The repository includes implementations for convolutional neural networks focused on image classification and ranking, as well as recurrent neural networks for time-series forecasting and sequence-to-sequence translation. It further provides examples of reinforcement learning agents trained via reward optimization and unsupervised learning techniques such as autoencoders

    Jupyter Notebookautoencoderbookclassification
    在 GitHub 上查看↗4,431
查看 TensorFlow Tutorials 的所有 30 个替代方案→