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

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

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

مشاريع أبحاث التعلم العميق

تم تحديث الترتيب في 30 يونيو 2026

For مجموعة من مشاريع التعلم العميق (Deep Learning), the strongest matches are rasbt/python-machine-learning-book-3rd-edition (This repository is the companion code for the third), nielsrogge/transformers-tutorials (This repo is a collection of practical Jupyter Notebook) and mrdbourke/tensorflow-deep-learning (This repository is a thorough deep learning course delivered). boyu-ai/hands-on-rl and aladdinpersson/machine-learning-collection round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

استكشف معماريات الشبكات العصبية المتقدمة، وأطر عمل التدريب، والنماذج التجريبية لأبحاث تعلم الآلة المتطورة.

مشاريع أبحاث التعلم العميق

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rasbt/python-machine-learning-book-3rd-editionالصورة الرمزية لـ rasbt

    rasbt/python-machine-learning-book-3rd-edition

    4,988عرض على GitHub↗

    This is the companion code repository for the third edition of the book Python Machine Learning. It delivers the entire learning path as a structured collection of Jupyter notebooks that progress from classical machine learning algorithms to advanced deep learning models, with every concept demonstrated through executable code and narrative text. What distinguishes this resource is its pedagogical design. Each notebook cell encapsulates a single conceptual step, letting readers run, inspect, and modify discrete units of learning. The code provides interchangeable implementations of deep lea

    This repository is the companion code for the third edition of Python Machine Learning, offering a structured collection of Jupyter notebooks that take you from classical ML to advanced deep learning with TensorFlow implementations, making it a perfect pedagogical resource for learning through practical, tutorial-style projects.

    Jupyter NotebookJupyter Notebook CollectionsJupyter Notebook Curricula
    عرض على GitHub↗4,988
  • nielsrogge/transformers-tutorialsالصورة الرمزية لـ NielsRogge

    NielsRogge/Transformers-Tutorials

    11,641عرض على GitHub↗

    This is a collection of tutorials and practical demonstrations for implementing machine learning tasks using the HuggingFace Transformers library. It serves as a guide for applying transformer architectures across computer vision, natural language processing, and audio analysis. The repository provides implementation examples for multimodal model deployment, including the combination of text, image, and audio inputs. It includes resources for optimizing pre-trained models through fine-tuning on custom datasets and provides examples for preparing PyTorch datasets by converting raw files into t

    This repo is a collection of practical Jupyter Notebook tutorials for applying HuggingFace Transformers across vision, NLP, and audio, using pre-trained models and PyTorch — exactly the kind of hands-on project repository with tutorial walkthroughs and multiple domains that you are looking for.

    Jupyter NotebookComputer VisionNatural Language Processing
    عرض على GitHub↗11,641
  • mrdbourke/tensorflow-deep-learningالصورة الرمزية لـ mrdbourke

    mrdbourke/tensorflow-deep-learning

    5,914عرض على GitHub↗

    This is a comprehensive deep learning course delivered entirely through Jupyter Notebooks, designed to teach neural network construction using TensorFlow 2.x. The curriculum follows a sequential-model-first pedagogy, introducing the Sequential API before moving to functional and subclassing approaches, and covers the full spectrum of model building from regression and classification through convolutional neural networks, natural language processing, and time series forecasting. The course is structured around a checkpoint-based training workflow that saves the best model weights during traini

    This repository is a thorough deep learning course delivered through Jupyter Notebooks using TensorFlow 2.x, covering CV, NLP, and time series with tutorial-style walkthroughs and well-commented code, making it an ideal practical project repository for learning and reference.

    Jupyter NotebookJupyter Notebook CurriculaNatural Language Processing
    عرض على GitHub↗5,914
  • boyu-ai/hands-on-rlالصورة الرمزية لـ boyu-ai

    boyu-ai/Hands-on-RL

    4,818عرض على GitHub↗

    Hands-on-RL is an interactive educational resource and collection of Jupyter notebooks designed for learning reinforcement learning. It combines technical theory with practical, runnable code to demonstrate the implementation and training of mainstream reinforcement learning agents. The project focuses on bridging the gap between theory and practice through a tutorial structure that organizes explanations and executable code blocks sequentially. It enables the prototyping of reinforcement learning models to observe their behavior and performance in real-time. The implementation utilizes a mo

    A focused collection of Jupyter notebooks that teach reinforcement learning through practical, runnable implementations and tutorial-style explanations, making it a solid deep‑learning project repository for RL learners even without covering other domains like CV or NLP.

    Jupyter NotebookJupyter Notebook CurriculaReinforcement Learning
    عرض على GitHub↗4,818
  • aladdinpersson/machine-learning-collectionالصورة الرمزية لـ aladdinpersson

    aladdinpersson/Machine-Learning-Collection

    8,465عرض على GitHub↗

    This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures. The collection includes a generative adversarial network suite for synthesizing realistic images and performing image-to-image translation. It also functions as a computer vision implementation guide for object detection and semantic segmentation, alongside

    This repository is a multi-framework educational collection of deep learning implementations covering CNNs, RNNs, Transformers, and GANs, with both PyTorch and TensorFlow code and tutorial-style guides, making it an ideal resource for learning and reference.

    PythonComputer VisionNatural Language Processing
    عرض على GitHub↗8,465
  • lazyprogrammer/machine_learning_examplesالصورة الرمزية لـ lazyprogrammer

    lazyprogrammer/machine_learning_examples

    8,823عرض على GitHub↗

    This project is a comprehensive collection of practical code examples and implementation libraries for machine learning. It provides a wide array of reference materials for building supervised, unsupervised, and reinforcement learning algorithms. The repository serves as a multi-domain resource, featuring specific implementation suites for financial AI, Bayesian statistical modeling, and deep learning architectures. It includes a framework for training intelligent agents using policy gradients and actor-critic models, as well as practical guides for fine-tuning transformers and utilizing larg

    This repository is a broad collection of machine and deep learning code examples across domains like NLP and reinforcement learning, providing practical implementations and guides that serve as a valuable learning reference and inspiration.

    PythonComputer VisionComputer VisionNatural Language Processing
    عرض على GitHub↗8,823
  • lexfridman/mit-deep-learningالصورة الرمزية لـ lexfridman

    lexfridman/mit-deep-learning

    10,417عرض على GitHub↗

    This project is a collection of deep learning courseware and instructional materials. It provides a structured curriculum and practical demonstrations covering the fundamentals of neural network architectures and artificial intelligence. The materials include specialized tutorials and guides on generative adversarial networks for synthetic data generation, as well as reinforcement learning resources focused on decision-making and motion planning for autonomous robotics. The content covers broad capability areas including computer vision development, the implementation of feed-forward and con

    This repo bundles MIT deep learning course materials into tutorial-style Jupyter Notebooks covering CV, RL, and GANs with TensorFlow implementations, making it a solid educational project collection—but it doesn’t explicitly package separate datasets or pre-trained models, so it’s a good match rather than a comprehensive flagship.

    Jupyter NotebookComputer VisionReinforcement Learning
    عرض على GitHub↗10,417
  • rasbt/machine-learning-bookالصورة الرمزية لـ rasbt

    rasbt/machine-learning-book

    5,239عرض على GitHub↗

    This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of interactive Jupyter Notebooks. It provides practical Python implementations for the end-to-end machine learning lifecycle, covering supervised and unsupervised learning, deep learning, and reinforcement learning. The resource distinguishes itself by providing detailed implementation guides for complex architectures, including transformers, generative adversarial networks, and convolutional neural networks. It also features specialized courseware for developing reinforcement l

    This repository is a comprehensive collection of practical deep learning projects presented as interactive Jupyter Notebooks, covering transformers, GANs, CNNs, and RL with detailed implementation guides—exactly the curated, tutorial-style resource you are seeking for learning and reference.

    Jupyter NotebookJupyter Notebook CurriculaReinforcement Learning
    عرض على GitHub↗5,239
  • ageron/handson-ml2الصورة الرمزية لـ ageron

    ageron/handson-ml2

    29,938عرض على GitHub↗

    This project provides a collection of practical machine learning code examples, including implementations for supervised, unsupervised, and reinforcement learning algorithms. It features deep learning model implementations for convolutional, recurrent, and generative architectures, alongside specific examples of reinforcement learning agents that maximize rewards in simulated environments. The repository includes dedicated data preprocessing pipelines for sanitization, feature scaling, and dimensionality reduction. It also provides implementations for a wide range of specific models, such as

    This repository contains the Jupyter notebook walkthroughs from the Hands‑On Machine Learning book, implementing deep learning models for CV, NLP, and RL using TensorFlow/Keras with clear explanations and practical examples, fitting the search for a tutorial-style project collection.

    Jupyter NotebookInteractive NotebooksNatural Language ProcessingReinforcement Learning
    عرض على GitHub↗29,938
  • fastai/course-v3الصورة الرمزية لـ fastai

    fastai/course-v3

    4,914عرض على GitHub↗

    This repository is a comprehensive educational program and deep learning framework designed to teach practical deep learning using PyTorch through notebooks and code examples. It serves as a high-level library for building, training, and deploying neural networks, acting as a model training orchestrator that coordinates PyTorch models, optimizers, and loss functions. The project provides specialized toolkits for computer vision, natural language processing, and tabular data preprocessing. It distinguishes itself through advanced training controls such as discriminative learning rates, a two-w

    fastai/course-v3 is exactly the kind of practical deep learning project repository you're after — it bundles Jupyter notebooks, datasets, and pre-trained models for computer vision, NLP, and tabular data, all built on PyTorch with tutorial-style walkthroughs and well-commented code from the renowned fast.ai course.

    Jupyter NotebookComputer VisionNatural Language Processing
    عرض على GitHub↗4,914
  • princewen/tensorflow_practiceالصورة الرمزية لـ princewen

    princewen/tensorflow_practice

    7,009عرض على 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

    This repository offers a variety of TensorFlow implementations covering NLP, recommendation systems, and reinforcement learning, providing practical code examples for learning and reference, though it does not include datasets, pre-trained models, or tutorial‑style notebooks as requested.

    PythonNatural Language ProcessingReinforcement Learning
    عرض على GitHub↗7,009
  • rohitg00/ai-engineering-from-scratchالصورة الرمزية لـ rohitg00

    rohitg00/ai-engineering-from-scratch

    33,575عرض على GitHub↗

    This project is a structured AI engineering curriculum and educational program designed to teach the construction of machine learning models, neural networks, and autonomous agents from the ground up. It serves as a comprehensive machine learning course covering mathematical foundations, deep learning architectures, and reinforcement learning through practical implementation. The project provides a technical framework for building autonomous loops and memory systems via an agent framework, as well as guides for implementing multimodal AI systems that integrate vision, audio, and text processi

    This repository offers a structured AI engineering curriculum with from-scratch implementations of deep learning models and tutorials, making it a solid learning resource for practical deep learning projects, though it may lack the separate project collections, datasets, and pre-trained models typical of a reference repository.

    PythonComputer VisionNatural Language ProcessingReinforcement Learning
    عرض على GitHub↗33,575
  • 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

    This repository is a collection of TensorFlow 2.x tutorials and practical deep learning code examples in Jupyter notebooks, covering computer vision, NLP, and generative AI, making it a solid reference for learning and inspiration.

    Jupyter NotebookComputer VisionNatural Language ProcessingReinforcement Learning
    عرض على GitHub↗6,351
  • fastai/course22الصورة الرمزية لـ fastai

    fastai/course22

    3,398عرض على GitHub↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    This repository is a structured deep learning curriculum delivered as a collection of Jupyter notebooks covering CV, NLP, tabular, and collaborative filtering with PyTorch, offering hands-on projects, pre-trained model fine-tuning, and tutorial-style walkthroughs that serve as practical deep learning projects for learning and reference.

    Jupyter NotebookPretrained Weight Initializers
    عرض على GitHub↗3,398
  • l1aoxingyu/code-of-learn-deep-learning-with-pytorchالصورة الرمزية لـ L1aoXingyu

    L1aoXingyu/code-of-learn-deep-learning-with-pytorch

    2,869عرض على GitHub↗

    This repository serves as a structured educational resource for learning to build, train, and deploy neural networks using the PyTorch framework. It provides a collection of practical code examples and tutorials designed to guide practitioners through the implementation of deep learning models. The project covers a broad range of machine learning domains, including computer vision, natural language processing, generative modeling, and reinforcement learning. By utilizing modular components and automated gradient computation, the materials demonstrate how to construct complex architectures and

    This repository provides Jupyter notebook code from the book "Learn Deep Learning with PyTorch," giving you a structured collection of practical PyTorch implementations and tutorials for learning and inspiration.

    Jupyter NotebookPyTorch Deep Learning ExamplesAI & Machine Learning EducationNeural Network Implementations
    عرض على GitHub↗2,869
  • tensorflow/modelsالصورة الرمزية لـ tensorflow

    tensorflow/models

    77,663عرض على GitHub↗

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling. The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable

    TensorFlow Models is a centralized collection of state-of-the-art deep learning reference implementations and training pipelines for computer vision and NLP, squarely fitting the category of a deep learning project repository, though it prioritizes production-grade code over the tutorial-style notebooks and included datasets this search emphasizes.

    PythonNatural Language Processing
    عرض على GitHub↗77,663
  • nyandwi/machine_learning_completeالصورة الرمزية لـ Nyandwi

    Nyandwi/machine_learning_complete

    4,983عرض على 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

    This repository is a structured Jupyter-notebook course covering deep learning, computer vision, and NLP with built-in datasets and TensorFlow implementations—making it a practical, tutorial-style project collection for learning, though it lacks PyTorch and reinforcement learning examples.

    Jupyter NotebookComputer VisionNatural Language ProcessingPre-trained Models
    عرض على GitHub↗4,983
  • morvanzhou/tutorialsالصورة الرمزية لـ MorvanZhou

    MorvanZhou/tutorials

    12,952عرض على GitHub↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    This repo is a collection of Python tutorials and practical examples covering machine learning, deep learning, and reinforcement learning with implementations in PyTorch and TensorFlow — it fits the request for a deep learning project repository with tutorial-style walkthroughs, though it is more focused on instructional guides than standalone projects with included datasets or pre-trained models.

    PythonNatural Language ProcessingReinforcement Learning
    عرض على GitHub↗12,952
  • pytorch/examplesالصورة الرمزية لـ pytorch

    pytorch/examples

    23,752عرض على GitHub↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    pytorch/examples is a collection of reference implementations for PyTorch covering computer vision and transformer models, making it a practical learning resource for deep learning — though it may lack included datasets and pre-trained models, it fits nicely as a repository of project examples.

    PythonNatural Language Processing
    عرض على GitHub↗23,752
  • junyanz/pytorch-cyclegan-and-pix2pixالصورة الرمزية لـ junyanz

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951عرض على GitHub↗

    This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator

    This repository offers a well-documented PyTorch implementation of CycleGAN and pix2pix for image-to-image translation, making it a practical deep learning project for learning GANs and computer vision, though it does not include Jupyter notebooks or bundled datasets.

    PythonGenerative Adversarial NetworksGenerative Image ModelsImage Translation Research Platforms
    عرض على GitHub↗24,951
  • fastai/coursesالصورة الرمزية لـ fastai

    fastai/courses

    5,742عرض على GitHub↗

    This project is a comprehensive set of educational resources and structured curricula for learning artificial intelligence and deep learning. It provides a machine learning curriculum consisting of lecture materials and interactive notebooks centered on implementing models using the PyTorch framework. The instructional design follows a code-first approach, where students implement working models before studying the underlying theoretical mathematics. The curriculum is delivered via executable documents that combine live code, equations, and narrative text to guide the implementation and deplo

    This repository delivers a structured set of Jupyter notebooks that teach deep learning through hands-on PyTorch implementations with a code-first, tutorial-style approach, making it a practical collection of projects for learning and reference—though it does not explicitly bundle datasets or pre-trained models with every notebook.

    Jupyter NotebookDeep Learning EducationCode-First PedagogyDeep Learning Courses
    عرض على GitHub↗5,742
  • mesolitica/nlp-models-tensorflowالصورة الرمزية لـ mesolitica

    mesolitica/NLP-Models-Tensorflow

    1,778عرض على GitHub↗

    This repository provides a collection of deep learning models and neural network architectures built for natural language processing tasks. It functions as a library of pre-trained models designed to process, analyze, and generate human language data using the TensorFlow framework. The project utilizes sequence-to-sequence modeling and layered neural architectures to handle variable-length language data. By employing static dataflow graphing and tensor-based representations, the models execute mathematical operations to transform input features into abstract linguistic meanings. Users can loa

    This repo gathers multiple TensorFlow NLP models (chatbots, NMT, OCR) implemented in Jupyter notebooks, making it a focused collection for learning NLP deep learning, though it lacks included datasets and pre-trained models.

    Jupyter NotebookNatural Language Processing
    عرض على GitHub↗1,778
  • gabrieleangeletti/deep-learning-tensorflowالصورة الرمزية لـ gabrieleangeletti

    gabrieleangeletti/Deep-Learning-TensorFlow

    958عرض على GitHub↗

    This project is a deep learning library and neural network training framework built for the TensorFlow ecosystem. It functions as a structured repository of algorithms and tools designed to execute iterative learning routines, fit complex datasets to predictive models, and manage the deployment of trained neural networks. The library provides a standardized interface for machine learning research prototyping, allowing users to experiment with various architectures and validate data models. It supports the full lifecycle of model development, from the initial training of neural networks on cus

    This repository provides a collection of ready-to-use TensorFlow implementations of various deep learning algorithms, making it a practical reference for learning and inspiration, though it lacks Jupyter notebooks, included datasets, and tutorial-style walkthroughs that some users may expect.

    PythonNeural Network Training FrameworksDeep Learning Training ToolsetsTensorFlow Model Development
    عرض على GitHub↗958
  • philschmid/deep-learning-pytorch-huggingfaceالصورة الرمزية لـ philschmid

    philschmid/deep-learning-pytorch-huggingface

    1,383عرض على GitHub↗

    This project provides a comprehensive collection of educational resources and technical guides for training, fine-tuning, and deploying machine learning models using PyTorch and Hugging Face. It serves as a practical reference for scaling deep learning workflows, offering structured instructions for managing large-scale architectures across distributed hardware accelerators. The repository distinguishes itself by focusing on the end-to-end lifecycle of large language models, specifically emphasizing containerized deployment and performance optimization. It details workflows for parameter-effi

    This repository is a collection of Jupyter notebook tutorials that walk through deep learning with PyTorch and Hugging Face, making it a practical learning resource for NLP-focused projects.

    Jupyter NotebookHugging Face ImplementationsContainerized Model ServingDistributed Training
    عرض على GitHub↗1,383
  • codebasics/deep-learning-keras-tf-tutorialالصورة الرمزية لـ codebasics

    codebasics/deep-learning-keras-tf-tutorial

    987عرض على GitHub↗

    This project is a structured educational curriculum designed to teach the fundamentals of building and training deep learning models. It provides a comprehensive guide for implementing neural networks using high-level machine learning frameworks and the Python programming language, focusing on practical, hands-on exercises for beginners. The tutorial distinguishes itself by covering the full lifecycle of model development, from initial construction to production-ready optimization. It includes specific modules on refining model performance through weight quantization and addressing data bias

    A tutorial series with Jupyter notebooks for learning deep learning from scratch using TensorFlow and Keras, covering computer vision topics like MNIST and object detection, but it focuses on one framework and domain rather than offering a broad collection across PyTorch/TensorFlow, NLP, or RL.

    Jupyter NotebookNatural Language Processing
    عرض على GitHub↗987
  • willkoehrsen/machine-learning-project-walkthroughالصورة الرمزية لـ WillKoehrsen

    WillKoehrsen/machine-learning-project-walkthrough

    1,281عرض على GitHub↗

    This project is an educational resource and step-by-step guide for implementing end-to-end machine learning workflows. It provides a structured walkthrough for managing the entire lifecycle of a predictive modeling project, from initial data cleaning and feature engineering to final model training and performance assessment. The repository utilizes interactive documents to interleave code, data visualizations, and narrative explanations, facilitating a reproducible approach to data science. By following this guided sequence, users can construct and orchestrate pipelines that transform raw dat

    This repository provides practical machine-learning project walkthroughs in Jupyter notebooks, fitting the intent of a learning-oriented collection, though the lack of explicit details on datasets, pre-trained models, or applied domains keeps it from being a comprehensive flagship example.

    Jupyter NotebookJupyter Notebook CurriculaNotebook-Based Experimentation
    عرض على GitHub↗1,281
  • erhwenkuo/deep-learning-with-keras-notebooksالصورة الرمزية لـ erhwenkuo

    erhwenkuo/deep-learning-with-keras-notebooks

    2,195عرض على GitHub↗

    This repository serves as an educational resource for learning deep learning and neural network development through the Keras framework. It provides a collection of interactive tutorials and documented code samples designed to guide users through the construction, training, and evaluation of machine learning models. The project focuses on practical implementations across several domains, including computer vision, natural language processing, and sequential data analysis. Users can explore workflows for image classification, object detection, and facial recognition, as well as techniques for

    This repository is a collection of Jupyter notebooks for learning Keras, providing practical deep learning examples and tutorials that fit the search for a learning-oriented project repository.

    Jupyter NotebookNatural Language Processing
    عرض على GitHub↗2,195
  • project-monai/tutorialsالصورة الرمزية لـ Project-MONAI

    Project-MONAI/tutorials

    2,494عرض على GitHub↗

    This project serves as a specialized platform for clinical medical imaging research, providing a collection of educational notebooks and standardized tools for deep learning. It functions as a framework for building and training neural networks tailored to the unique geometric and intensity properties of medical image data, supporting tasks such as segmentation, classification, and registration. The platform distinguishes itself through its focus on end-to-end research workflows, offering modular templates that standardize data preprocessing, model training, and inference. It includes capabil

    MONAI Tutorials is a collection of Jupyter notebooks that walk through practical PyTorch-based deep learning projects specifically for medical imaging, making it a genuine deep learning project repository for learning, though its domain is narrower than the broad CV/NLP/RL scope you might be after.

    Jupyter NotebookNotebook-Based Experimentation
    عرض على GitHub↗2,494
  • nlptown/nlp-notebooksالصورة الرمزية لـ nlptown

    nlptown/nlp-notebooks

    1,015عرض على GitHub↗

    This repository is a collection of educational Jupyter notebooks designed to demonstrate practical machine learning and natural language processing techniques. It serves as a tutorial library for implementing statistical models and neural architectures to solve common linguistic analysis tasks through interactive, modular code execution. The project provides guided workflows for a wide range of applied tasks, including sentiment evaluation, named entity extraction, and document classification. It distinguishes itself by offering concrete implementations for complex operations such as probabil

    This repository collects practical NLP deep learning notebooks—ideal for learning and reference, though the description doesn't detail included datasets or specific frameworks.

    Jupyter NotebookJupyter Notebook Collections
    عرض على GitHub↗1,015
  • shsarv/machine-learning-projectsالصورة الرمزية لـ shsarv

    shsarv/Machine-Learning-Projects

    1,620عرض على GitHub↗

    This repository is a collection of practical machine learning implementations designed to demonstrate core predictive analytics, computer vision, and natural language processing techniques. It serves as a resource for applying standard machine learning frameworks to solve diverse data science problems, ranging from automated classification to complex pattern recognition. The project distinguishes itself by providing concrete examples across multiple domains, including the development of conversational interfaces, the analysis of geospatial data, and the implementation of deep learning archite

    This repository is a collection of machine learning and deep learning projects in Jupyter Notebooks, suitable for learning practical implementations, though it does not explicitly include datasets, pre-trained models, or structured tutorials beyond the notebook code.

    Jupyter NotebookNatural Language Processing
    عرض على GitHub↗1,620
  • ml-explore/mlx-examplesالصورة الرمزية لـ ml-explore

    ml-explore/mlx-examples

    8,254عرض على GitHub↗

    This repository provides a collection of reference implementations and code examples for training and deploying machine learning models using the MLX framework. It serves as a practical guide for executing distributed training, fine-tuning large language models, converting model weights, and implementing multimodal generative workflows. The project distinguishes itself through specialized examples for local hardware execution, featuring weight quantization to reduce memory usage and low-rank adaptation for parameter-efficient fine-tuning. It also includes scripts for transforming external mod

    mlx-examples is a repository of practical deep learning code examples covering vision, language, and multimodal tasks, which fits the intent of a collection for learning and reference, though it uses the MLX framework rather than PyTorch/TensorFlow.

    PythonReference Model ImplementationsGenerative AI WorkflowsLanguage Model Training
    عرض على GitHub↗8,254
قارن بين أفضل 10 في لمحة
المستودعالنجوماللغةالترخيصآخر تحديث
rasbt/python-machine-learning-book-3rd-edition5KJupyter Notebookmit19 أبريل 2023
nielsrogge/transformers-tutorials11.6KJupyter NotebookMIT20 أبريل 2026
mrdbourke/tensorflow-deep-learning5.9KJupyter NotebookMIT19 أغسطس 2024
boyu-ai/hands-on-rl4.8KJupyter NotebookApache-2.022 نوفمبر 2022
aladdinpersson/machine-learning-collection8.5KPythonMIT17 أغسطس 2024
lazyprogrammer/machine_learning_examples8.8KPython—19 فبراير 2026
lexfridman/mit-deep-learning10.4KJupyter Notebookmit3 يناير 2024
rasbt/machine-learning-book5.2KJupyter NotebookMIT15 يونيو 2026
ageron/handson-ml229.9KJupyter NotebookApache-2.019 مايو 2026
fastai/course-v34.9KJupyter NotebookApache-2.021 مايو 2024

Related searches

  • مجموعة من مشاريع البرمجة للتدريب العملي
  • قائمة مشاريع لبنائها بغرض التدريب
  • مكتبة لبناء نماذج التعلم العميق
  • مشروع لتعلم أساسيات التعلم العميق
  • مجموعة من أفكار التطبيقات للتدريب
  • منهج مجاني لتعلم تعلم الآلة
  • مكتبة شاملة لأدوات تعلم الآلة
  • مكتبة لبناء تصورات بيانات تفاعلية