awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nlintz avatar

nlintz/TensorFlow-Tutorials

0
View on GitHub↗
6,026 stele·1,479 fork-uri·Jupyter Notebook·3 vizualizări

TensorFlow Tutorials

This repository is a collection of guided tutorials for building and training machine learning models using the TensorFlow framework. It provides practical walkthroughs and examples for implementing a variety of model architectures to solve data prediction and analysis problems.

The guides cover the construction of feedforward, convolutional, and recurrent neural networks to analyze complex data patterns. It includes specific tutorials for unsupervised learning, such as denoising autoencoders and word-to-vec embeddings, as well as examples for training generative adversarial networks to synthesize new data samples.

The content also addresses model management, including instructions for saving and restoring network weights to persist training progress. Additionally, it covers the visualization of training metrics and computational graphs to monitor performance.

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.

Istoric stele

Graficul istoricului de stele pentru nlintz/tensorflow-tutorialsGraficul istoricului de stele pentru nlintz/tensorflow-tutorials

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face nlintz/tensorflow-tutorials?

This repository is a collection of guided tutorials for building and training machine learning models using the TensorFlow framework. It provides practical walkthroughs and examples for implementing a variety of model architectures to solve data prediction and analysis problems.

Care sunt principalele funcționalități ale nlintz/tensorflow-tutorials?

Principalele funcționalități ale nlintz/tensorflow-tutorials sunt: 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.

Care sunt câteva alternative open-source pentru nlintz/tensorflow-tutorials?

Alternativele open-source pentru nlintz/tensorflow-tutorials includ: 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…

Alternative open-source pentru TensorFlow Tutorials

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu TensorFlow Tutorials.
  • d2l-ai/d2l-enAvatar d2l-ai

    d2l-ai/d2l-en

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

    dragen1860/TensorFlow-2.x-Tutorials

    6,351Vezi pe 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
    Vezi pe GitHub↗6,351
  • astorfi/tensorflow-worldAvatar astorfi

    astorfi/TensorFlow-World

    4,492Vezi pe 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
    Vezi pe GitHub↗4,492
  • binroot/tensorflow-bookAvatar BinRoot

    BinRoot/TensorFlow-Book

    4,431Vezi pe 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
    Vezi pe GitHub↗4,431
Vezi toate cele 30 alternative pentru TensorFlow Tutorials→