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

udacity/deep-learning

0
View on GitHub↗
4,058 stele·4,411 fork-uri·Jupyter Notebook·MIT·7 vizualizăriwww.udacity.com/course/deep-learning-nanodegree-foundation--nd101↗

Deep Learning

Acest proiect este un curs educațional de deep learning și un ghid de implementare conceput pentru construirea și antrenarea rețelelor neuronale. Oferă un curriculum pentru dezvoltarea modelelor care rezolvă sarcini de recunoaștere a modelelor și sarcini generative.

Materialul include module specializate pentru antrenarea în computer vision, procesarea limbajului natural și AI generativ. Acoperă aplicarea practică a transfer learning-ului pentru clasificarea datelor noi și crearea de conținut media sintetic.

Proiectul cuprinde designul arhitecturilor de rețea, construcția pipeline-urilor de date pentru machine learning și utilizarea diagnosticelor de performanță a modelelor pentru a identifica sub-ajustarea (underfitting) sau supra-ajustarea (overfitting).

Conținutul este livrat prin Jupyter Notebooks.

Features

  • Neural Network Architectures - Provides educational content and guides for designing the structure and function of neural networks.
  • Deep Learning Education - Offers a comprehensive educational curriculum for learning neural network theory and practical implementation.
  • Computer Vision Training - Provides training routines and scripts for building image classification and synthetic media models.
  • Deep Learning Development - Guides the design, construction, and training of multi-layered neural networks for pattern recognition and generation.
  • Gradient-Based Parameter Updates - Implements the process of adjusting model weights using optimization algorithms based on computed gradients.
  • Deep Learning Implementations - Provides codebases for the manual implementation of neural network architectures from first principles.
  • Modular Layer Compositions - Utilizes techniques for stacking modular building blocks to construct neural network architectures.
  • Natural Language Processing - Includes modules for building sentiment analysis and machine translation models to process human language.
  • Neural Network Implementation Guides - Provides practical exercises for translating mathematical concepts into neural network code and gradient descent loops.
  • Gradient-Based Weight Optimization - Adjusts neural network weights via backpropagation to minimize prediction error and loss.
  • Deep Learning Courses - Delivers a structured course on neural network architectures and generative tasks using deep learning.
  • Model Training Implementations - Provides practical code implementations for creating and training neural network models.
  • Automatic Differentiation Engines - Implements systems for computing gradients of mathematical functions by traversing computational graphs.
  • Computational Graph Tracking - Records operations in a graph to enable backward traversal for automatic gradient computation.
  • Synthetic Media Generators - Implements AI-powered tools for generating realistic synthetic images and text content.
  • Model Training Monitoring - Tracks and visualizes scalar metrics and training progress to monitor learning stability.
  • Educational Implementations - Provides lessons on implementing word embeddings and machine translation for analyzing human language.
  • Tensor Data Flows - Represents data as multi-dimensional arrays flowing through a network of numerical operations.
  • Mini-Batch Processing - Implements techniques for processing data in small groups to optimize memory and training speed.
  • Transfer Learning Implementations - Offers practical guides and code for applying pre-trained neural networks to new classification tasks.
  • Pretrained Weight Initializers - Provides utilities for loading existing model weights to accelerate convergence on new related tasks.
  • Training Problem Diagnoses - Identifies common training problems like underfitting and overfitting through systematic diagnosis.
  • Training Data Pipelines - Builds pipelines that load and format diverse data types like images and text for training.
  • Training Data Batching - Provides data pipelines that stream preprocessed data in small subsets to stabilize gradient updates.
  • Generative AI Tutorials - Offers instructional guides for creating synthetic media and realistic images using generative adversarial networks.
  • Machine Learning Pipelines - Implements automated workflows for preprocessing and scaling data into efficient training streams.
  • Model Training Diagnostics - Provides techniques for analyzing training stability and visualizing network graphs to optimize model performance.
  • Learning and Reference - Deep Learning Nanodegree repo.

Istoric stele

Graficul istoricului de stele pentru udacity/deep-learningGraficul istoricului de stele pentru udacity/deep-learning

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

Colecții curatoriate care includ Deep Learning

Colecții selectate manual în care apare Deep Learning.
  • Curriculum gratuit de machine learning

Întrebări frecvente

Ce face udacity/deep-learning?

Acest proiect este un curs educațional de deep learning și un ghid de implementare conceput pentru construirea și antrenarea rețelelor neuronale. Oferă un curriculum pentru dezvoltarea modelelor care rezolvă sarcini de recunoaștere a modelelor și sarcini generative.

Care sunt principalele funcționalități ale udacity/deep-learning?

Principalele funcționalități ale udacity/deep-learning sunt: Neural Network Architectures, Deep Learning Education, Computer Vision Training, Deep Learning Development, Gradient-Based Parameter Updates, Deep Learning Implementations, Modular Layer Compositions, Natural Language Processing.

Care sunt câteva alternative open-source pentru udacity/deep-learning?

Alternativele open-source pentru udacity/deep-learning includ: datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… shusentang/dive-into-dl-pytorch — This project is a deep learning curriculum and a collection of PyTorch tutorials designed for deep learning education.… iamtrask/grokking-deep-learning — Grokking-Deep-Learning is a collection of educational resources and courseware designed to teach the construction of… xiaotudui/pytorch-tutorial — This project is a PyTorch deep learning tutorial and educational resource. It provides a structured curriculum and… hunkim/pytorchzerotoall — PyTorchZeroToAll is an educational resource and collection of tutorials focused on deep learning and the PyTorch… dsgiitr/d2l-pytorch — This project is an educational codebase and reference library that translates theoretical deep learning concepts into…

Alternative open-source pentru Deep Learning

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Deep Learning.
  • datawhalechina/thorough-pytorchAvatar datawhalechina

    datawhalechina/thorough-pytorch

    3,684Vezi pe GitHub↗

    This project is an educational resource and comprehensive guide for implementing and deploying deep learning models using the PyTorch framework. It provides a structured learning curriculum consisting of tutorials and notebooks that cover neural network architectures, data pipelines, and model optimization across multiple AI domains. The curriculum includes practical implementation guides for building convolutional networks, transformers, and recurrent models. It specifically focuses on workflows for computer vision, including image classification, object detection, and segmentation, as well

    Jupyter Notebookdeep-learningmachine-learningpython
    Vezi pe GitHub↗3,684
  • shusentang/dive-into-dl-pytorchAvatar ShusenTang

    ShusenTang/Dive-into-DL-PyTorch

    19,409Vezi pe GitHub↗

    This project is a deep learning curriculum and a collection of PyTorch tutorials designed for deep learning education. It provides a structured set of technical documents and runnable notebooks that translate theoretical machine learning concepts into executable code. The repository includes implementation guides for various neural network architectures, specifically covering convolutional, recurrent, and transformer-based models. It provides practical examples for building computer vision pipelines for object detection and semantic segmentation, as well as natural language processing tools f

    Jupyter Notebook
    Vezi pe GitHub↗19,409
  • iamtrask/grokking-deep-learningAvatar iamtrask

    iamtrask/Grokking-Deep-Learning

    7,707Vezi pe GitHub↗

    Grokking-Deep-Learning is a collection of educational resources and courseware designed to teach the construction of neural networks from scratch. It serves as a programming tutorial and implementation guide for understanding the internal mechanics of deep learning. The project focuses on building various network architectures, including convolutional, recurrent, and long short-term memory networks. It provides step-by-step implementations of fundamental mechanisms such as forward propagation, backpropagation, and gradient descent. The material covers a broad range of deep learning capabilit

    Jupyter Notebook
    Vezi pe GitHub↗7,707
  • xiaotudui/pytorch-tutorialAvatar xiaotudui

    xiaotudui/pytorch-tutorial

    4,195Vezi pe GitHub↗

    This project is a PyTorch deep learning tutorial and educational resource. It provides a structured curriculum and step-by-step guides for designing, training, and validating neural networks from scratch. The resource includes specific guides on computer vision implementation, focusing on object detection and image classification using convolutional neural networks. It also provides instructions for optimizing model performance through hardware acceleration to reduce training time. The materials cover the full model development lifecycle, including tensor operations, image dataset preparatio

    Pythonpytorchpytorch-tutorial
    Vezi pe GitHub↗4,195
  • Vezi toate cele 30 alternative pentru Deep Learning→