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

udacity/deep-learning-v2-pytorch

0
View on GitHub↗
5,505 stars·5,329 forks·Jupyter Notebook·MIT·7 vues

Deep Learning V2 Pytorch

Ce projet est une collection de supports de cours sur le deep learning avec PyTorch, composée de projets pratiques et d'exercices de programmation. Il se concentre sur l'implémentation d'architectures de réseaux de neurones et l'entraînement de modèles pour résoudre des problèmes de données complexes.

Le dépôt inclut une suite de projets de vision par ordinateur pour construire des classificateurs d'images, des auto-encodeurs et des applications de transfert de style. Il propose un laboratoire sur les réseaux antagonistes génératifs (GAN) pour créer des images synthétiques et des implémentations spécifiques pour le transfert d'apprentissage afin d'adapter des poids pré-entraînés à de nouvelles tâches.

La base de code couvre l'analyse de données séquentielles pour le traitement du langage naturel (NLP) en utilisant des réseaux de neurones récurrents et des plongements de mots (word embeddings). Des capacités supplémentaires incluent le prétraitement des données d'image, l'évaluation des performances des modèles et le déploiement de modèles entraînés sur une infrastructure cloud.

Les supports sont fournis sous forme de série de Jupyter Notebooks.

Features

  • Machine Learning Training - Provides a comprehensive suite of projects and exercises for training various deep learning model architectures.
  • PyTorch Deep Learning Examples - Provides a comprehensive collection of educational projects and reference implementations for learning PyTorch deep learning.
  • Convolutional Layers - Uses convolutional layers to apply spatial filters and extract hierarchical features from image data.
  • Convolutional Classifiers - Implements convolutional neural networks to categorize images and recognize visual patterns.
  • Computer Vision - Implements deep learning models for image processing and computer vision classification tasks.
  • Neural Network Model Implementations - Implements various neural network architectures including feedforward, convolutional, and recurrent networks.
  • Pre-trained Model Transfer - Adapts pre-trained model backbones to specific tasks by adjusting output layers to reduce training requirements.
  • PyTorch Training Frameworks - Utilizes high-level PyTorch structures to organize and execute the training of deep learning models.
  • Recurrent Neural Networks - Implements recurrent networks and word embeddings to process sequential text and time series data.
  • Transfer Learning Implementations - Provides practical implementations for adapting pre-trained weights to new tasks via transfer learning.
  • Computer Vision Projects - Provides practical implementations and guided exercises for image classifiers, autoencoders, and style transfer.
  • Backpropagation Training Loops - Implements iterative training loops that use backpropagation and loss functions to optimize network weights.
  • Convolutional Autoencoders - Builds convolutional autoencoders to compress images and reduce noise via bottleneck architectures.
  • Synthetic Dataset Generators - Implements generative adversarial networks to create synthetic images and transform visual styles for vision models.
  • Generative Adversarial Network Training - Develops generative adversarial networks to synthesize realistic images from labeled or unpaired datasets.
  • Image Data Preprocessing - Implements image loading and augmentation techniques to prepare raw visual data for deep learning.
  • Generative Adversarial Image Synthesis - Implements GAN-based synthesis for image generation and artistic style transfer.
  • Sequential Pattern Analysis - Implements RNNs and CNNs to analyze and predict patterns within sequential data and natural language.
  • Model Performance Evaluators - Provides tools to validate model accuracy and generalization by comparing predictions against ground truth labels.
  • Natural Language Processing Implementations - Provides reference implementations for sequence generation and linguistic processing using recurrent neural networks.
  • Generative Adversarial Networks - Implements generative adversarial network architectures using competing generator and discriminator networks to synthesize images.
  • Neural Style Transfer - Applies artistic styles to images by extracting deep features using pre-trained networks.
  • Sequential Text Generation - Builds recurrent networks and word embeddings to process sequential data for text generation and sentiment analysis.
  • Backpropagation Training - Provides implementations of the backpropagation algorithm to calculate gradients and update neural network weights.
  • Array and Tensor Manipulation - Implements mathematical operations for reshaping and transforming multi-dimensional arrays for neural networks.
  • Neural Style Extraction - Separates content and style representations from images to synthesize new artistic visuals.
  • Numerical Array Operations - Performs mathematical operations on multi-dimensional tensors to enable efficient gradient calculations.
  • Deep Learning Frameworks - Educational repository for mastering deep learning concepts with PyTorch.

Historique des stars

Graphique de l'historique des stars pour udacity/deep-learning-v2-pytorchGraphique de l'historique des stars pour udacity/deep-learning-v2-pytorch

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

Collections incluant Deep Learning V2 Pytorch

Sélections manuelles où Deep Learning V2 Pytorch apparaît.
  • Curriculum gratuit sur le machine learning

Questions fréquentes

Que fait udacity/deep-learning-v2-pytorch ?

Ce projet est une collection de supports de cours sur le deep learning avec PyTorch, composée de projets pratiques et d'exercices de programmation. Il se concentre sur l'implémentation d'architectures de réseaux de neurones et l'entraînement de modèles pour résoudre des problèmes de données complexes.

Quelles sont les fonctionnalités principales de udacity/deep-learning-v2-pytorch ?

Les fonctionnalités principales de udacity/deep-learning-v2-pytorch sont : Machine Learning Training, PyTorch Deep Learning Examples, Convolutional Layers, Convolutional Classifiers, Computer Vision, Neural Network Model Implementations, Pre-trained Model Transfer, PyTorch Training Frameworks.

Quelles sont les alternatives open-source à udacity/deep-learning-v2-pytorch ?

Les alternatives open-source à udacity/deep-learning-v2-pytorch incluent : datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… 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… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… shusentang/dive-into-dl-pytorch — This project is a deep learning curriculum and a collection of PyTorch tutorials designed for deep learning education.… morvanzhou/pytorch-tutorial — This project is a collection of PyTorch learning resources and educational guides designed to teach the construction… morvanzhou/tutorials — This repository is a comprehensive collection of instructional guides and practical examples for Python development,…

Alternatives open source à Deep Learning V2 Pytorch

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Deep Learning V2 Pytorch.
  • datawhalechina/thorough-pytorchAvatar de datawhalechina

    datawhalechina/thorough-pytorch

    3,684Voir sur 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
    Voir sur GitHub↗3,684
  • 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
  • nyandwi/machine_learning_completeAvatar de Nyandwi

    Nyandwi/machine_learning_complete

    4,983Voir sur GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    Voir sur GitHub↗4,983
  • shusentang/dive-into-dl-pytorchAvatar de ShusenTang

    ShusenTang/Dive-into-DL-PyTorch

    19,409Voir sur 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
    Voir sur GitHub↗19,409
  • Voir les 30 alternatives à Deep Learning V2 Pytorch→