awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nlintz avatar

nlintz/TensorFlow-Tutorials

0
View on GitHub↗
6,026 estrellas·1,479 forks·Jupyter Notebook·3 vistas

TensorFlow Tutorials

Este proyecto es una colección de tutoriales guiados para construir y entrenar modelos de machine learning utilizando el framework TensorFlow. Proporciona recorridos prácticos y ejemplos para implementar una variedad de arquitecturas de modelos para resolver problemas de predicción y análisis de datos.

Las guías cubren la construcción de redes neuronales feedforward, convolucionales y recurrentes para analizar patrones de datos complejos. Incluye tutoriales específicos para aprendizaje no supervisado, como autoencoders de eliminación de ruido y embeddings word-to-vec, así como ejemplos para entrenar redes generativas adversarias (GANs) para sintetizar nuevas muestras de datos.

El contenido también aborda la gestión de modelos, incluyendo instrucciones para guardar y restaurar pesos de red para persistir el progreso del entrenamiento. Además, cubre la visualización de métricas de entrenamiento y grafos computacionales para monitorear el rendimiento.

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.

Historial de estrellas

Gráfico del historial de estrellas de nlintz/tensorflow-tutorialsGráfico del historial de estrellas de nlintz/tensorflow-tutorials

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a TensorFlow Tutorials

Proyectos open-source similares, clasificados según cuántas características comparten con TensorFlow Tutorials.
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Ver en 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
    Ver en GitHub↗29,001
  • dragen1860/tensorflow-2.x-tutorialsAvatar de dragen1860

    dragen1860/TensorFlow-2.x-Tutorials

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

    astorfi/TensorFlow-World

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

    BinRoot/TensorFlow-Book

    4,431Ver en 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
    Ver en GitHub↗4,431
Ver las 30 alternativas a TensorFlow Tutorials→

Preguntas frecuentes

¿Qué hace nlintz/tensorflow-tutorials?

Este proyecto es una colección de tutoriales guiados para construir y entrenar modelos de machine learning utilizando el framework TensorFlow. Proporciona recorridos prácticos y ejemplos para implementar una variedad de arquitecturas de modelos para resolver problemas de predicción y análisis de datos.

¿Cuáles son las características principales de nlintz/tensorflow-tutorials?

Las características principales de nlintz/tensorflow-tutorials son: 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.

¿Qué alternativas de código abierto existen para nlintz/tensorflow-tutorials?

Las alternativas de código abierto para nlintz/tensorflow-tutorials incluyen: 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…