awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
BinRoot avatar

BinRoot/TensorFlow-Book

0
View on GitHub↗
4,431 stars·1,181 forks·Jupyter Notebook·MIT·10 vueswww.tensorflowbook.com↗

TensorFlow Book

Ce projet est une collection d'exemples d'apprentissage automatique TensorFlow fournissant des implémentations de référence pour divers paradigmes de réseaux de neurones. Il couvre les modèles d'apprentissage supervisé, non supervisé, par renforcement et séquentiel.

Le dépôt inclut des implémentations pour les réseaux de neurones convolutifs axés sur la classification et le classement d'images, ainsi que des réseaux de neurones récurrents pour la prévision de séries temporelles et la traduction séquence-à-séquence. Il fournit en outre des exemples d'agents d'apprentissage par renforcement entraînés via l'optimisation des récompenses et des techniques d'apprentissage non supervisé telles que les auto-encodeurs et les cartes auto-organisatrices pour le clustering de données.

Les capacités supplémentaires couvrent la régression et la classification supervisées, la génération d'embeddings sémantiques et l'utilisation de modèles de Markov cachés pour la modélisation de données séquentielles. Le projet inclut également des utilitaires pour la gestion des opérations de tenseurs et la visualisation des performances des modèles via des tableaux de bord.

Le contenu est livré sous forme d'une série de Jupyter Notebooks.

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.
  • 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.

Historique des stars

Graphique de l'historique des stars pour binroot/tensorflow-bookGraphique de l'historique des stars pour binroot/tensorflow-book

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à TensorFlow Book

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec TensorFlow Book.
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur 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
    Voir sur GitHub↗29,001
  • morvanzhou/pytorch-tutorialAvatar de MorvanZhou

    MorvanZhou/PyTorch-Tutorial

    8,458Voir sur 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
    Voir sur GitHub↗8,458
  • pkmital/tensorflow_tutorialsAvatar de pkmital

    pkmital/tensorflow_tutorials

    5,668Voir sur 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
    Voir sur GitHub↗5,668
  • nyandwi/machine_learning_completeAvatar de Nyandwi

    Nyandwi/machine_learning_complete

    4,983Voir sur 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
    Voir sur GitHub↗4,983
Voir les 30 alternatives à TensorFlow Book→

Questions fréquentes

Que fait binroot/tensorflow-book ?

Ce projet est une collection d'exemples d'apprentissage automatique TensorFlow fournissant des implémentations de référence pour divers paradigmes de réseaux de neurones. Il couvre les modèles d'apprentissage supervisé, non supervisé, par renforcement et séquentiel.

Quelles sont les fonctionnalités principales de binroot/tensorflow-book ?

Les fonctionnalités principales de binroot/tensorflow-book sont : TensorFlow Recipes, Convolutional Neural Networks, Image Classification, General Regression Models, Recurrent Neural Networks, Reinforcement Learning, Reinforcement Learning Implementations, Reinforcement Learning Reward Systems.

Quelles sont les alternatives open-source à binroot/tensorflow-book ?

Les alternatives open-source à binroot/tensorflow-book incluent : 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…