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.
استكشف معماريات الشبكات العصبية المتقدمة، وأطر عمل التدريب، والنماذج التجريبية لأبحاث تعلم الآلة المتطورة.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
| المستودع | النجوم | اللغة | الترخيص | آخر تحديث |
|---|---|---|---|---|
| rasbt/python-machine-learning-book-3rd-edition | 5K | Jupyter Notebook | mit | |
| nielsrogge/transformers-tutorials | 11.6K | Jupyter Notebook | MIT | |
| mrdbourke/tensorflow-deep-learning | 5.9K | Jupyter Notebook | MIT | |
| boyu-ai/hands-on-rl | 4.8K | Jupyter Notebook | Apache-2.0 | |
| aladdinpersson/machine-learning-collection | 8.5K | Python | MIT | |
| lazyprogrammer/machine_learning_examples | 8.8K | Python | — | |
| lexfridman/mit-deep-learning | 10.4K | Jupyter Notebook | mit | |
| rasbt/machine-learning-book | 5.2K | Jupyter Notebook | MIT | |
| ageron/handson-ml2 | 29.9K | Jupyter Notebook | Apache-2.0 | |
| fastai/course-v3 | 4.9K | Jupyter Notebook | Apache-2.0 |