awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nlintz avatar

nlintz/TensorFlow-Tutorials

0
View on GitHub↗
6,026 نجوم·1,479 تفرعات·Jupyter Notebook·3 مشاهدات

TensorFlow Tutorials

هذا المستودع عبارة عن مجموعة من البرامج التعليمية الموجهة لبناء وتدريب نماذج التعلم الآلي باستخدام إطار عمل TensorFlow. يوفر جولات عملية وأمثلة لتنفيذ مجموعة متنوعة من معماريات النماذج لحل مشاكل التنبؤ بالبيانات وتحليلها.

تغطي الأدلة بناء الشبكات العصبية التغذوية، والتلافيفية، والمتكررة لتحليل أنماط البيانات المعقدة. تتضمن برامج تعليمية محددة للتعلم غير الخاضع للإشراف، مثل أجهزة التشفير التلقائي لإزالة الضوضاء وتضمينات word-to-vec، بالإضافة إلى أمثلة لتدريب الشبكات التنافسية التوليدية لتوليف عينات بيانات جديدة.

يتناول المحتوى أيضاً إدارة النماذج، بما في ذلك تعليمات لحفظ واستعادة أوزان الشبكة للحفاظ على تقدم التدريب. بالإضافة إلى ذلك، يغطي تصور مقاييس التدريب والرسوم البيانية الحسابية لمراقبة الأداء.

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.

سجل النجوم

مخطط تاريخ النجوم لـ nlintz/tensorflow-tutorialsمخطط تاريخ النجوم لـ nlintz/tensorflow-tutorials

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ TensorFlow Tutorials

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع TensorFlow Tutorials.
  • d2l-ai/d2l-enالصورة الرمزية لـ d2l-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
  • dragen1860/tensorflow-2.x-tutorialsالصورة الرمزية لـ dragen1860

    dragen1860/TensorFlow-2.x-Tutorials

    6,351عرض على 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
    عرض على GitHub↗6,351
  • astorfi/tensorflow-worldالصورة الرمزية لـ astorfi

    astorfi/TensorFlow-World

    4,492عرض على 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
    عرض على GitHub↗4,492
  • binroot/tensorflow-bookالصورة الرمزية لـ BinRoot

    BinRoot/TensorFlow-Book

    4,431عرض على 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
    عرض على GitHub↗4,431
عرض جميع البدائل الـ 30 لـ TensorFlow Tutorials→

الأسئلة الشائعة

ما هي وظيفة nlintz/tensorflow-tutorials؟

هذا المستودع عبارة عن مجموعة من البرامج التعليمية الموجهة لبناء وتدريب نماذج التعلم الآلي باستخدام إطار عمل TensorFlow. يوفر جولات عملية وأمثلة لتنفيذ مجموعة متنوعة من معماريات النماذج لحل مشاكل التنبؤ بالبيانات وتحليلها.

ما هي الميزات الرئيسية لـ nlintz/tensorflow-tutorials؟

الميزات الرئيسية لـ nlintz/tensorflow-tutorials هي: 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.

ما هي البدائل مفتوحة المصدر لـ nlintz/tensorflow-tutorials؟

تشمل البدائل مفتوحة المصدر لـ nlintz/tensorflow-tutorials: 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…