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

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

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

BinRoot/TensorFlow-Book

0
View on GitHub↗
4,431 星标·1,181 分支·Jupyter Notebook·MIT·10 次浏览www.tensorflowbook.com↗

TensorFlow Book

这是一个 TensorFlow 机器学习示例集合,为各种神经网络范式提供了参考实现。它涵盖了监督学习、无监督学习、强化学习和序列学习模型。

该仓库包含了专注于图像分类和排序的卷积神经网络实现,以及用于时间序列预测和序列到序列翻译的循环神经网络。此外,它还提供了通过奖励优化训练的强化学习智能体,以及用于数据聚类的自编码器和自组织映射等无监督学习技术。

其他功能涵盖了监督回归和分类、语义嵌入生成,以及用于序列数据建模的隐马尔可夫模型。该项目还包括用于张量操作管理和通过仪表板进行模型性能可视化的实用工具。

内容以一系列 Jupyter Notebook 的形式提供。

Features

  • TensorFlow Recipes - Offers a comprehensive collection of TensorFlow recipes and examples for various machine learning paradigms.
  • Convolutional Neural Networks - Implements convolutional neural networks for feature extraction in image and video processing tasks.
  • Convolutional Neural Networks - Provides reference implementations of convolutional neural networks for image classification and feature extraction.
  • Image Classification - Implements systems that assign labels or categories to images based on their visual content.
  • General Regression Models - Implements general regression models to predict continuous numeric values using neural networks.

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI
  • Recurrent Neural Networks - Provides implementations of recurrent neural networks for processing sequential data and time-series prediction.
  • Reinforcement Learning - Implements reinforcement learning frameworks to train agents that maximize rewards through environment interaction.
  • Reinforcement Learning Implementations - Provides functional implementations of reinforcement learning agents using reward-based optimization and TensorFlow.
  • Reinforcement Learning Reward Systems - Implements reward systems and agent training to develop optimal behaviors through environmental interaction.
  • Supervised Classification - Implements supervised classification workflows for categorizing data into distinct classes.
  • Supervised Learning - Provides code for supervised learning models that perform classification and regression on labeled datasets.
  • Computer Vision Tutorials - Provides practical examples and implementations for categorizing visual content into distinct classes.
  • Multiclass - Provides implementations for assigning data to multiple discrete categories using softmax probability distributions.
  • Encoder-Decoder Architectures - Implements neural network designs that map input sequences to output sequences via intermediate representations.
  • Image Ranking Systems - Implements systems to order images based on visual similarity or relevance using neural networks.
  • Discrete Label Assignments - Implements the assignment of input feature vectors into discrete classes using trained supervised algorithms.
  • Learning to Rank Frameworks - Provides algorithms and strategies for ordering items based on relevance labels.
  • Regression Implementations - Implements a range of regression methods to predict continuous values by fitting linear and non-linear relationships.
  • Convolution Layers - Implements various convolution and transposed convolution layers for spatial feature extraction.
  • Recurrent Model Definitions - Provides high-level abstractions for constructing recurrent neural network architectures for temporal data.
  • Hidden Markov Models - Provides probabilistic Hidden Markov Models for estimating latent states in sequential observation data.
  • Viterbi Decoding - Implements the Viterbi algorithm to decode the most likely sequence of hidden states from observations.
  • Regression Predictions - Provides regression modeling to predict continuous numerical values by fitting curves to data points.
  • Autoencoders - Implements autoencoder architectures that compress input into hidden representations for feature encoding.
  • Autoencoder Compression - Uses autoencoder architectures to compress image data into lower-dimensional latent representations for noise removal.
  • Policy Optimization - Trains autonomous agents to optimize decision-making policies by maximizing cumulative reward signals.
  • Sequence Modeling - Provides recurrent architectures designed for the analysis and prediction of time-series sequences.
  • Sequence-to-Sequence Models - Implements sequence-to-sequence models that convert sequences between different domains using encoder-decoder networks.
  • Sequential Data Models - Implements sequential data models for state estimation and pattern analysis using forward and Viterbi algorithms.
  • Sequential Pattern Prediction - Provides capabilities for predicting future values in a sequence based on historical temporal patterns.
  • Similarity-Based Clustering - Implements unsupervised clustering techniques, including self-organizing maps, to organize unlabeled data based on similarity.
  • Time Series Forecasting - Implements recurrent neural networks for predicting future values based on historical temporal data sequences.
  • Unsupervised Learning - Implements unsupervised learning algorithms for discovering hidden patterns and structures in unlabeled data.
  • Dense Embeddings - Generates dense vector representations that capture deep semantic meaning across multiple modalities.
  • Embedding Lookup Layers - Provides neural network layers for retrieving dense vectors from learnable dictionaries using indices.
  • Embedding Generation - Provides processes for converting raw discrete data into high-dimensional vector representations.
  • AI-Based Relevance Ranking - Implements AI-driven relevance ranking using learned model embeddings to prioritize results.
  • General Data Clustering - Implements general data clustering to group unlabeled points using similarity metrics and self-organizing maps.
  • Forward-Pass Probability Calculations - Provides implementations of the forward algorithm to calculate the total probability of sequential observations.
  • Deep Learning Frameworks - Code examples accompanying a comprehensive guide to TensorFlow.
  • Learning and Reference - Machine learning with TensorFlow book code.
  • Practical Learning Resources - Practical machine learning examples using TensorFlow.
  • Educational Tutorials - Code examples accompanying a deep learning textbook.
  • Star 历史

    binroot/tensorflow-book 的 Star 历史图表binroot/tensorflow-book 的 Star 历史图表

    TensorFlow Book 的开源替代方案

    相似的开源项目,按与 TensorFlow Book 的功能重合度排序。
    • 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
    • morvanzhou/pytorch-tutorialMorvanZhou 的头像

      MorvanZhou/PyTorch-Tutorial

      8,458在 GitHub 上查看↗

      This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u

      Jupyter Notebookautoencoderbatchbatch-normalization
      在 GitHub 上查看↗8,458
    • pkmital/tensorflow_tutorialspkmital 的头像

      pkmital/tensorflow_tutorials

      5,668在 GitHub 上查看↗

      This project is a collection of educational Jupyter Notebooks providing tutorials on neural network construction and tensor operations using the TensorFlow framework. It serves as a machine learning educational repository and implementation guide for deep learning students. The suite focuses on specific advanced architectures, including convolutional networks for image classification, residual networks with skip connections for training stability, and variational autoencoders for generative modeling and data synthesis. It also includes guides for building denoising and deep autoencoders to pe

      Jupyter Notebook
      在 GitHub 上查看↗5,668
    • nyandwi/machine_learning_completeNyandwi 的头像

      Nyandwi/machine_learning_complete

      4,983在 GitHub 上查看↗

      This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

      Jupyter Notebookcomputer-visiondata-analysisdata-science
      在 GitHub 上查看↗4,983
    查看 TensorFlow Book 的所有 30 个替代方案→

    常见问题解答

    binroot/tensorflow-book 是做什么的?

    这是一个 TensorFlow 机器学习示例集合,为各种神经网络范式提供了参考实现。它涵盖了监督学习、无监督学习、强化学习和序列学习模型。

    binroot/tensorflow-book 的主要功能有哪些?

    binroot/tensorflow-book 的主要功能包括:TensorFlow Recipes, Convolutional Neural Networks, Image Classification, General Regression Models, Recurrent Neural Networks, Reinforcement Learning, Reinforcement Learning Implementations, Reinforcement Learning Reward Systems。

    binroot/tensorflow-book 有哪些开源替代品?

    binroot/tensorflow-book 的开源替代品包括: d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… morvanzhou/pytorch-tutorial — This project is a collection of PyTorch learning resources and educational guides designed to teach the construction… pkmital/tensorflow_tutorials — This project is a collection of educational Jupyter Notebooks providing tutorials on neural network construction and… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… rasbt/machine-learning-book — This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of… morvanzhou/tensorflow-tutorial — This project is a collection of educational resources and reference implementations for neural network development…