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
·
nlintz avatar

nlintz/TensorFlow-Tutorials

0
View on GitHub↗
6,026 stars·1,479 forks·Jupyter Notebook·3 vues

TensorFlow Tutorials

Ce dépôt est une collection de tutoriels guidés pour construire et entraîner des modèles de machine learning en utilisant le framework TensorFlow. Il fournit des procédures pratiques et des exemples pour implémenter une variété d'architectures de modèles afin de résoudre des problèmes de prédiction et d'analyse de données.

Les guides couvrent la construction de réseaux de neurones feedforward, convolutifs et récurrents pour analyser des modèles de données complexes. Il inclut des tutoriels spécifiques pour l'apprentissage non supervisé, tels que les auto-encodeurs de débruitage et les embeddings word-to-vec, ainsi que des exemples pour entraîner des réseaux antagonistes génératifs (GAN) afin de synthétiser de nouveaux échantillons de données.

Le contenu aborde également la gestion des modèles, incluant des instructions pour enregistrer et restaurer les poids des réseaux afin de persister la progression de l'entraînement. De plus, il couvre la visualisation des métriques d'entraînement et des graphes de calcul pour surveiller les performances.

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.

Historique des stars

Graphique de l'historique des stars pour nlintz/tensorflow-tutorialsGraphique de l'historique des stars pour nlintz/tensorflow-tutorials

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 Tutorials

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec TensorFlow Tutorials.
  • 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
  • dragen1860/tensorflow-2.x-tutorialsAvatar de dragen1860

    dragen1860/TensorFlow-2.x-Tutorials

    6,351Voir sur 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
    Voir sur GitHub↗6,351
  • astorfi/tensorflow-worldAvatar de astorfi

    astorfi/TensorFlow-World

    4,492Voir sur 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
    Voir sur GitHub↗4,492
  • binroot/tensorflow-bookAvatar de BinRoot

    BinRoot/TensorFlow-Book

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

Questions fréquentes

Que fait nlintz/tensorflow-tutorials ?

Ce dépôt est une collection de tutoriels guidés pour construire et entraîner des modèles de machine learning en utilisant le framework TensorFlow. Il fournit des procédures pratiques et des exemples pour implémenter une variété d'architectures de modèles afin de résoudre des problèmes de prédiction et d'analyse de données.

Quelles sont les fonctionnalités principales de nlintz/tensorflow-tutorials ?

Les fonctionnalités principales de nlintz/tensorflow-tutorials sont : 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.

Quelles sont les alternatives open-source à nlintz/tensorflow-tutorials ?

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