Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: deep-learning

777 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
alessiodm/drl-zh
A hands-on deep reinforcement learning course delivered as Jupyter notebooks, taking learners from MDPs and tabular RL to modern methods li…
732293active
bbruceyuan/LLMs-Zero-to-Hero
A Chinese-language tutorial series and accompanying book that teaches large language models by building them from scratch in Jupyter notebo…
652278active
NLP-LOVE/Introduction-NLP
Detailed study notes for the book 'Introduction to Natural Language Processing' by the author of HanLP, covering Chinese word segmentation,…
602267active
ML4Comm-Netw/Paper-with-Code-of-Wireless-communication-Based-on-DL
A curated list of research papers applying deep learning to wireless communication, organized by subfield (physical layer, resource optimiz…
322264active
neonwatty/machine-learning-refined
The companion repository for the university textbook 'Machine Learning Refined' (2nd edition), offering free chapter PDFs, Jupyter notebook…
712258active
ljpzzz/machinelearning
A collection of Jupyter Notebook code accompanying Liu Jianping (Pinard)'s widely-read Chinese machine learning blog on cnblogs. It organiz…
328705maintenance
vahidk/EffectiveTensorflow
Effective TensorFlow 2 is an ebook-style series of tutorials and best practices for TensorFlow 2.x, covering fundamentals like tensors, bro…
328585maintenance
fengdu78/Data-Science-Notes
A collection of Jupyter Notebook study notes and curated resources covering the data science stack, from math and Python basics through Num…
328581maintenance
cgpotts/cs224u
The official code repository for Stanford's CS224u course on Natural Language Understanding, containing Jupyter notebook tutorials, homewor…
362192active
aladdinpersson/Machine-Learning-Collection
A collection of tutorials and example implementations for machine learning and deep learning in Python, covering algorithms from scratch, P…
238488maintenance
MorvanZhou/PyTorch-Tutorial
A collection of PyTorch tutorial code examples and Jupyter notebooks by Mofan Zhou (莫烦Python), covering neural network basics through advan…
328465maintenance
aburkov/theLMbook
The official companion repository for The Hundred-Page Language Models Book by Andriy Burkov, containing complete Python/PyTorch implementa…
442179active
n2cholas/awesome-jax
A curated list of libraries, models, tutorials, papers, and other resources for the JAX numerical computing and machine learning ecosystem.…
612157active
hussius/deeplearning-biology
A curated list of deep learning implementations applied to biology, with a focus on genomics, protein biology, single-cell analysis, and dr…
752155active
cerlymarco/MEDIUM_NoteBook
A collection of Jupyter notebooks accompanying the author's Medium posts on machine learning and data science topics. It covers practical t…
322144active
prabhuomkar/pytorch-cpp
A collection of PyTorch tutorials reimplemented in C++ using the LibTorch API, covering basics through advanced deep learning topics like C…
522137active
amirhossein-kz/Awesome-Diffusion-Models-in-Medical-Imaging
A curated awesome-list of research papers and survey articles on diffusion models applied to medical imaging, maintained alongside a publis…
562109active
DmitryUlyanov/deep-image-prior
Jupyter Notebook reference implementations of the CVPR 2018 'Deep Image Prior' paper, which restores images using randomly-initialized neur…
328088maintenance
snap-stanford/ogb
The Open Graph Benchmark (OGB) is a collection of benchmark datasets, data loaders, and evaluators for graph machine learning, covering nod…
322094stable
TingsongYu/PyTorch_Tutorial
Companion code repository for the Chinese-language book 'PyTorch Model Training Practical Tutorial' (《Pytorch模型训练实用教程》), containing runnabl…
778011maintenance
deeplearning-ai/machine-learning-yearning-cn
A Chinese translation of Andrew Ng's book 'Machine Learning Yearning', published as an online-readable static site. It teaches practical st…
237845maintenance
Curt-Park/rainbow-is-all-you-need
A step-by-step tutorial of interactive Python notebooks teaching value-based deep reinforcement learning, progressing from DQN through its …
722031stable
MingchaoZhu/DeepLearning
A Chinese-language companion project to the 'Deep Learning' (flower book) textbook, re-explaining concepts via mathematical derivations and…
237744maintenance
Kulbear/deep-learning-coursera
A collection of completed programming assignments, quiz solutions, and notes for Andrew Ng's Deep Learning Specialization on Coursera, writ…
107735maintenance
iamtrask/Grokking-Deep-Learning
A collection of Jupyter Notebook chapters accompanying the book 'Grokking Deep Learning' by Andrew Trask. It teaches deep learning fundamen…
327722maintenance
google-deepmind/open_x_embodiment
Open X-Embodiment is a unified collection of open-sourced robot learning datasets from multiple institutions, formatted in the RLDS episode…
502005active
llSourcell/Learn_Machine_Learning_in_3_Months
A curated 3-month curriculum for learning machine learning, created by Siraj Raval to accompany his YouTube video. It links to courses and …
327599maintenance
amusi/awesome-object-detection
A curated awesome-list of papers, code repositories, and surveys on object detection in deep learning, covering models from R-CNN and YOLO …
327505maintenance
wiseodd/generative-models
A collection of reference implementations of generative models including GANs, VAEs, RBMs, and Helmholtz machines in PyTorch and TensorFlow…
327494maintenance
ageron/handson-mlp
A collection of Jupyter notebooks teaching machine learning and deep learning fundamentals in Python using Scikit-Learn, PyTorch, and Huggi…
521917active
thunil/Physics-Based-Deep-Learning
A curated collection of links to research works on physics-based deep learning (PBDL), combining physical modeling with deep learning techn…
531908active
rasbt/python-machine-learning-book-2nd-edition
The official code repository for the book 'Python Machine Learning (2nd edition)', containing Jupyter notebooks and Python scripts for each…
327201maintenance
jsksxs360/How-to-use-Transformers
A Chinese-language tutorial and code repository for quickly learning the Hugging Face Transformers library, covering NLP fundamentals throu…
631891active
Fafa-DL/Lhy_Machine_Learning
A collection of lecture slides, notes, and homework assignments for Hung-yi Lee's 2021/2022/2023 Spring Machine Learning courses, maintaine…
327108maintenance
GMvandeVen/continual-learning
A PyTorch research codebase implementing many continual learning methods (EWC, SI, LwF, XdG, replay variants, iCaRL, generative classifier,…
451879active
afshinea/stanford-cs-230-deep-learning
A collection of illustrated VIP cheatsheets (PDF and web) summarizing Stanford's CS 230 Deep Learning course, covering CNNs, RNNs, and deep…
327064maintenance
princewen/tensorflow_practice
A collection of TensorFlow 1.4 practice examples and tutorials covering reinforcement learning, NLP, and recommendation systems, written in…
327017maintenance
yassouali/awesome-semi-supervised-learning
A curated, regularly updated list of semi-supervised learning papers, methods, and resources, covering deep learning, computer vision, NLP,…
321856active
MLEveryday/practicalAI-cn
A Chinese translation of the practicalAI project, a collection of Jupyter notebooks teaching practical machine learning and deep learning w…
666923maintenance
shsarv/Machine-Learning-Projects
A curated collection of 26 end-to-end machine learning projects in Jupyter Notebooks covering deep learning, NLP, computer vision, healthca…
741833active
trekhleb/machine-learning-experiments
A collection of interactive machine learning experiments, each pairing a Jupyter/Colab training notebook with a browser-based demo page sho…
561827active
kk7nc/Text_Classification
A companion repository for the survey paper 'Text Classification Algorithms: A Survey', providing explanations and Python code for text cla…
391820active
brevdev/launchables
A collection of Jupyter notebook guides from the Brev.dev (NVIDIA Brev) team covering LLM fine-tuning, multi-modal models, image segmentati…
701816active
yenchenlin/DeepLearningFlappyBird
A Python demo that trains a Deep Q-Network (DQN) to play Flappy Bird from raw pixel input using TensorFlow, pygame, and OpenCV. It serves a…
326818maintenance
Atcold/NYU-DLSP20
NYU Deep Learning Spring 2020 course materials by Yann LeCun and Alfredo Canziani, including Jupyter notebooks, slides, and videos. Covers …
356810maintenance
krishnaik06/Data-Science-Projects-For-Resumes
A curated collection of end-to-end data science projects (machine learning, deep learning, NLP, computer vision) designed to build a resume…
251803active
KaimingHe/deep-residual-networks
The official repository for the original ResNet-50, ResNet-101, and ResNet-152 models from the paper 'Deep Residual Learning for Image Reco…
326753maintenance
TommyZihao/zihao_course
A collection of open courses by Tongji Zihao (TommyZihao) covering computer vision, graph machine learning, explainable AI, and AI paper re…
381794active
LastAncientOne/Deep_Learning_Machine_Learning_Stock
A collection of Jupyter Notebook tutorials and studies applying machine learning and deep learning algorithms to stock price prediction. It…
321785active
coderonion/awesome-yolo-object-detection
A curated awesome-list of YOLO object detection projects, implementations, datasets, and deployment resources. It covers YOLO versions acro…
431783active
tata1661/FSL-Mate
FSL-Mate is a curated collection of resources for few-shot learning, containing a tracked paper list (FewShotPapers) and a PaddlePaddle-bas…
671764active
lihanghang/NLP-Knowledge-Graph
A curated Chinese-language collection of research notes, papers, tools, datasets, and links covering NLP, knowledge graphs, knowledge-base …
341763active
PaddlePaddle/Research
A collection of novel deep learning research works implemented with PaddlePaddle, covering top-conference papers and competition-winning mo…
321763active
zhangqianhui/AdversarialNetsPapers
A curated awesome-list of research papers on generative adversarial networks (GANs), organized by application area, theory, and tutorials, …
326570maintenance
yandexdataschool/Practical_DL
A deep learning course repository co-developed by YSDA, HSE and Skoltech, containing weekly lecture notes, seminar notebooks, and homework …
571756active
linyiLYi/street-fighter-ai
An AI agent trained with deep reinforcement learning to beat the final boss of Street Fighter II: Special Champion Edition, making decision…
306521maintenance
tensorflow/nmt
A TensorFlow tutorial and codebase teaching how to build neural machine translation (seq2seq) models from scratch, including attention mech…
106454maintenance
microsoft/nlp-recipes
Microsoft's collection of Jupyter notebooks and utility functions demonstrating best practices for building NLP systems with state-of-the-a…
106429maintenance
kuangliu/pytorch-cifar
A PyTorch reference repository for training image classification models on the CIFAR10 dataset, with implementations of many popular archit…
326423maintenance
vahidk/EffectivePyTorch
EffectivePyTorch is an open ebook of tutorials covering PyTorch fundamentals and best practices, including tensors, modules, TorchScript, d…
381713active
dragen1860/TensorFlow-2.x-Tutorials
A collection of TensorFlow 2.x tutorials and example code in Jupyter Notebooks, covering CNNs, RNNs, GANs, auto-encoders, Faster RCNN, GPT,…
326340maintenance
nfmcclure/tensorflow_cookbook
The official code repository for the book 'TensorFlow Machine Learning Cookbook' by Nick McClure, containing Jupyter Notebook recipes for T…
326238maintenance
Atcold/NYU-DLSP21
Course materials for NYU's Deep Learning (DS-GA 1008) Spring 2021 class taught by Yann LeCun and Alfredo Canziani, including slides, Jupyte…
551675stable
NVIDIA/trt-samples-for-hackathon-cn
An NVIDIA-maintained tutorial repository for TensorRT beginners and developers, containing a 'cookbook' of rich code examples covering API …
841666active
unclestrong/DeepLearning_LHY21_Notes
A collection of study notes for Hung-yi Lee's 2021 Deep Learning course, organized as PDF files covering regression, CNNs, transformers, GA…
321664stable
amrzv/awesome-colab-notebooks
A curated collection of Google Colaboratory notebooks for machine learning and deep learning experiments. It aggregates links to Colab note…
751655active
Tongyun1/from-minimind-to-more
A detailed Chinese-language study guide and annotated walkthrough of the Minimind project for training a large language model from scratch,…
531652active
p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
A collection of PyTorch implementations of deep reinforcement learning algorithms (DQN, PPO, SAC, TD3, DDPG, A3C, HER, hierarchical RL) wit…
325938maintenance
AIFengheshu/Plug-play-modules
A curated collection of plug-and-play neural network modules (attention mechanisms, convolutions, fusion blocks) extracted from 2024-2025 p…
321606active
deepseek-ai/DeepSeek-Math-V2
DeepSeekMath-V2 is a research release from DeepSeek AI presenting an open large language model trained for self-verifiable mathematical rea…
411603active
EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
A tutorial repository with Jupyter notebooks teaching how to train, convert, and deploy custom TensorFlow Lite object detection models on e…
351592active
karpathy/LLM101n
LLM101n is a planned course by Andrej Karpathy and Eureka Labs that teaches building a Storyteller AI large language model end-to-end, from…
1037505experimental
Tencent-Hunyuan/Tencent-Hunyuan-Large
Official repository for Tencent Hunyuan-Large, a 52B-parameter (A13B active) mixture-of-experts open-source large language model with up to…
221582active
adam-maj/deep-learning
An educational repository tracing the full history of deep learning, from feed-forward networks to GPT-4o, organized around seven key const…
241575stable
Google-Health/medgemma
MedGemma is a collection of Gemma 3 model variants trained on medical text and imagery (a 4B multimodal version and a 27B text-only version…
591574active
Osilly/Vision-R1
Vision-R1 is the official repository for a research paper on training reasoning-capable multimodal large language models using R1-like rein…
531571active
wepe/MachineLearning
A collection of educational implementations of common machine learning and deep learning algorithms in Python (with some C++), accompanied …
325752maintenance
fastai/courses
The official lecture materials and notebooks for fast.ai's Practical Deep Learning for Coders course (2017 edition). It provides hands-on J…
325748maintenance
jeffheaton/t81_558_deep_learning
A university course repository (T81-558, Washington University in St. Louis) containing full Jupyter notebook materials for applying deep n…
585734maintenance
bentrevett/pytorch-seq2seq
A collection of Jupyter notebook tutorials on implementing sequence-to-sequence (seq2seq) models in PyTorch, covering encoder-decoder RNNs,…
325707maintenance
dennybritz/cnn-text-classification-tf
A simplified TensorFlow implementation of Kim's CNN architecture for sentence classification, accompanying a WildML blog post. It serves pr…
325685maintenance
Kedreamix/Awesome-Talking-Head-Synthesis
A curated awesome-list repository collecting papers, code, datasets, tools, and resources on talking head synthesis, including audio-driven…
641547active
Generative Deep Learning (book code)
The official companion codebase for the O'Reilly book 'Generative Deep Learning: Teaching Machines to Paint, Write, Compose and Play' (2nd …
321546active
Zymrael/awesome-neural-ode
A curated awesome-list of research papers, code, and resources on Neural ODEs and the interplay between differential equations, deep learni…
321544active
JosephPai/Awesome-Talking-Face
A curated awesome-list of papers, code, datasets, and project pages related to talking face/head generation, covering audio-driven, text-dr…
321535active
facebookresearch/fastMRI
fastMRI is a large-scale dataset of raw k-space MRI measurements and clinical MRI images released by Facebook AI Research and NYU Langone H…
101533stable
borisbanushev/stockpredictionai
An educational Jupyter notebook demonstrating a complete pipeline for predicting stock price movements using a GAN with an LSTM generator a…
495593maintenance
EricGuo5513/HumanML3D
HumanML3D is a large 3D human motion-language dataset with 14,616 motion clips and 44,970 text descriptions, built from HumanAct12 and AMAS…
321522stable
nivu/ai_all_resources
A curated list of the best artificial intelligence, machine learning, and deep learning learning resources, including tutorials, blogs, and…
661520active
udacity/deep-learning-v2-pytorch
A collection of Jupyter Notebook tutorials and projects from Udacity's Deep Learning Nanodegree program, implemented in PyTorch. It covers …
325518maintenance
dvgodoy/PyTorchStepByStep
The official companion repository for the book 'Deep Learning with PyTorch Step-by-Step: A Beginner's Guide', containing one runnable Jupyt…
631484active
modelscope/modelscope-classroom
ModelScope Classroom is a collection of deep learning and large language model tutorials from the ModelScope community, delivered as Jupyte…
611482active
m2dsupsdlclass/lectures-labs
A collection of lecture slides and Jupyter lab notebooks for a Master Year 2 Data Science Deep Learning course at Institut Polytechnique de…
231470active
elicit/machine-learning-list
A curated, tiered reading list and curriculum for learning machine learning with a focus on language models and foundation models, from fun…
491464active
ikatsov/tensor-house
TensorHouse is a collection of reference Jupyter notebooks and demo AI/ML applications covering enterprise use cases such as marketing, pri…
231452active
deep-learning-with-pytorch/dlwpt-code
The official companion code repository for the Manning book 'Deep Learning with PyTorch' by Stevens, Antiga, and Viehmann. It contains Jupy…
235232maintenance
jaungiers/LSTM-Neural-Network-for-Time-Series-Prediction
A Keras/TensorFlow implementation of an LSTM neural network for predicting time series steps and sequences, with sine wave and stock market…
325215maintenance
Sun-Haoyuan23/Awesome-RL-based-Reasoning-MLLMs
A curated awesome-list repository collecting papers and resources on reinforcement learning-based reasoning for multimodal large language m…
631441active
LirongWu/awesome-graph-self-supervised-learning
A curated awesome-list of papers, code, and datasets for self-supervised learning on graphs, accompanying a TKDE survey paper. It organizes…
321436active
udacity/deep-reinforcement-learning
The official repository of Jupyter Notebook tutorials and exercises for Udacity's Deep Reinforcement Learning Nanodegree program. It provid…
735176maintenance

← prev page 3 / 8 next →