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

wangshusen/DeepLearning

0
View on GitHub↗
4,226 stele·889 fork-uri·TeX·4 vizualizări

DeepLearning

Acesta este un repository educațional care oferă implementări și tutoriale pentru deep learning, arhitecturi de rețele neuronale și fundamentele machine learning. Servește ca referință pentru construirea de perceptroni multistrat, rețele convoluționale și recurente, utilizând backpropagation și gradient descent.

Proiectul include framework-uri specializate pentru modelare generativă prin autoencodere și rețele generative adversariale (GAN), precum și un toolkit pentru reinforcement learning care implementează metode bazate pe valoare, pe politică și actor-critic. De asemenea, oferă referințe practice pentru arhitecturile transformer și BERT, concentrându-se pe mecanismele de atenție pentru procesarea limbajului natural și sarcini de date vizuale.

Repository-ul acoperă o gamă largă de capabilități, inclusiv procesarea viziunii computerizate, modelarea secvențială și analiza robusteții adversariale. Oferă, de asemenea, ghiduri pentru machine learning distribuit, detaliind strategii de scalare a antrenării pe mai multe noduri folosind MapReduce, servere de parametri și învățare federată.

Proiectul oferă suport fundamental pentru algoritmi tradiționali de machine learning, acoperind specific regresia, clasificarea și clustering-ul.

Features

  • Neural Network Construction - Provides a comprehensive guide and implementations for designing and building deep learning architectures like MLPs and CNNs.
  • Convolutional Feature Extraction - Implements convolutional filters and pooling layers to extract spatial hierarchies of visual patterns from images.
  • Deep Reinforcement Learning Implementations - Implements advanced reinforcement learning algorithms including value-based, policy-based, and actor-critic methods.
  • Generative Models - Implements generative architectures such as autoencoders and generative adversarial networks for synthetic data and image generation.
  • Machine Learning Implementations - Provides code-based implementations of foundational machine learning algorithms including regression, classification, and clustering.
  • Computer Vision - Implements convolutional neural networks and normalization techniques for image pattern analysis and processing.
  • Neural Network Implementation Guides - Offers practical guides for translating mathematical neural network concepts into code implementations from scratch.
  • Sequential Data Models - Uses recurrent neural networks and transformer architectures to process natural language and generate text sequences.
  • Transformer Architecture Implementation - Provides practical implementations of transformer and BERT architectures using self-attention mechanisms for text and visual tasks.
  • Backpropagation Training - Provides foundational implementations of backpropagation for computing gradients and optimizing neural network weights.
  • Deep Learning Education - Serves as a curated educational resource for learning neural network theory and practical implementation.
  • Machine Learning Fundamentals - Provides educational content and implementations for fundamental machine learning algorithms including regression, classification, and clustering.
  • Actor-Critic Architectures - Implements actor-critic architectures that combine policy-based agents with value-based evaluators to stabilize reinforcement learning training.
  • Input Sequence Attentions - Implements attention mechanisms that weight input sequence positions to capture long-range dependencies in text data.
  • Distributed Deep Learning - Details strategies for scaling deep learning training across multiple nodes using parameter servers and federated learning.
  • Distributed Training Guides - Provides strategic guides for scaling model training using MapReduce, parameter servers, and federated learning.
  • Distributed Learning - Implements strategies for scaling model training across multiple nodes using MapReduce, parameter servers, and federated learning.
  • Transformer Architectures - Implements transformer and BERT architectures using attention mechanisms for NLP and visual data tasks.
  • Generative Adversarial Networks - Provides implementations of generative adversarial networks using competing generator and discriminator networks to synthesize data.
  • Parameter Servers - Implements parameter server architectures to synchronize model gradients across multiple computing nodes.
  • Reinforcement Learning Implementations - Implements reinforcement learning agents using value-based, policy-based methods and Monte Carlo tree search.
  • MapReduce Processing Engines - Implements MapReduce processing for splitting large datasets into chunks to accelerate parallel model training.
  • Generative Model Examples - Provides practical examples of autoencoders and generative adversarial networks for synthetic image generation.

Istoric stele

Graficul istoricului de stele pentru wangshusen/deeplearningGraficul istoricului de stele pentru wangshusen/deeplearning

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

Alternative open-source pentru DeepLearning

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu DeepLearning.
  • princewen/tensorflow_practiceAvatar princewen

    princewen/tensorflow_practice

    7,009Vezi pe GitHub↗

    This repository is a collection of practical deep learning implementations and examples built using the TensorFlow framework. It provides a variety of neural network architectures focusing on natural language processing, recommendation systems, reinforcement learning, and time series prediction. The project features a range of specialized models, including sequence-to-sequence and transformer architectures for text processing, and factorization machines for personalized ranking and retrieval. It also includes implementations of reinforcement learning agents using actor-critic and policy gradi

    Python
    Vezi pe GitHub↗7,009
  • morvanzhou/tensorflow-tutorialAvatar MorvanZhou

    MorvanZhou/Tensorflow-Tutorial

    4,334Vezi pe GitHub↗

    This project is a collection of educational resources and reference implementations for neural network development using TensorFlow. It serves as a comprehensive learning course, machine learning curriculum, and practical implementation guide for building deep learning architectures. The codebase provides instructional materials and examples covering a wide range of model types, including convolutional neural networks for image classification, recurrent networks and long short-term memory cells for sequential data, and autoencoders for generative modeling. It also includes implementations for

    Pythonautoencoderclassificationcnn
    Vezi pe GitHub↗4,334
  • 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
  • morvanzhou/pytorch-tutorialAvatar MorvanZhou

    MorvanZhou/PyTorch-Tutorial

    8,458Vezi pe GitHub↗

    This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u

    Jupyter Notebookautoencoderbatchbatch-normalization
    Vezi pe GitHub↗8,458
Vezi toate cele 30 alternative pentru DeepLearning→

Întrebări frecvente

Ce face wangshusen/deeplearning?

Acesta este un repository educațional care oferă implementări și tutoriale pentru deep learning, arhitecturi de rețele neuronale și fundamentele machine learning. Servește ca referință pentru construirea de perceptroni multistrat, rețele convoluționale și recurente, utilizând backpropagation și gradient descent.

Care sunt principalele funcționalități ale wangshusen/deeplearning?

Principalele funcționalități ale wangshusen/deeplearning sunt: Neural Network Construction, Convolutional Feature Extraction, Deep Reinforcement Learning Implementations, Generative Models, Machine Learning Implementations, Computer Vision, Neural Network Implementation Guides, Sequential Data Models.

Care sunt câteva alternative open-source pentru wangshusen/deeplearning?

Alternativele open-source pentru wangshusen/deeplearning includ: princewen/tensorflow_practice — This repository is a collection of practical deep learning implementations and examples built using the TensorFlow… morvanzhou/tensorflow-tutorial — This project is a collection of educational resources and reference implementations for neural network development… 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… morvanzhou/pytorch-tutorial — This project is a collection of PyTorch learning resources and educational guides designed to teach the construction… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep…