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
Ramakm/ai-hands-on
A collection of Jupyter notebooks and supporting files that teach AI engineering from first principles, covering math, PyTorch, neural netw…
601432active
sreeharierk/datascience
A curated compilation of free resources for learning data science, organized as a roadmap covering fundamentals like linear algebra, data s…
625153maintenance
victoresque/pytorch-template
A PyTorch project template providing a clear folder structure, JSON config files, CLI overrides, checkpointing, and abstract base classes f…
325119maintenance
humphd/have-fun-with-machine-learning
A hands-on beginner's guide to machine learning and image classification with convolutional neural networks, using Caffe and DIGITS. It wal…
325110maintenance
no-magic-ai/no-magic
A curated collection of 48 single-file, zero-dependency Python implementations of core AI algorithms, from GPT and LSTM to LoRA, quantizati…
671410active
rasbt/python-machine-learning-book-3rd-edition
The official code repository for the book 'Python Machine Learning, 3rd Edition' by Sebastian Raschka and Vahid Mirjalili, containing Jupyt…
325050maintenance
Nyandwi/machine_learning_complete
A comprehensive open-source machine learning learning package containing 35 interactive Jupyter notebooks covering Python, data analysis, c…
325038maintenance
MedMNIST/MedMNIST
MedMNIST is a collection of 18 standardized biomedical image classification datasets (12 2D and 6 3D), available in multiple sizes from MNI…
331398stable
huggingface/deep-rl-class
The Hugging Face Deep Reinforcement Learning Course, a free educational resource with MDX course content and hands-on notebooks covering th…
704996maintenance
philschmid/deep-learning-pytorch-huggingface
A collection of Jupyter notebook tutorials and examples for deep learning with PyTorch and Hugging Face libraries like Transformers, Datase…
351392active
fastai/course-v3
The third edition of the fast.ai 'Practical Deep Learning for Coders' course, containing Jupyter notebooks and course materials. It is desi…
324911maintenance
jcjohnson/pytorch-examples
A collection of self-contained Python examples that introduce PyTorch fundamentals, from numpy baselines to tensors, autograd, nn modules, …
324906maintenance
meituan-longcat/LongCat-Flash-Chat
LongCat-Flash-Chat is the official repository for Meituan's LongCat-Flash, a 560-billion-parameter Mixture-of-Experts (MoE) foundation lang…
581365active
tum-pbs/pbdl-book
An open-source Jupyter book on combining deep learning with physical simulations and numerical methods, readable online or as a PDF. It inc…
481361active
ModelTC/LightX2V-Qwen-Image-Lightning
Qwen-Image-Lightning provides distilled LoRA weights that accelerate the Qwen-Image text-to-image and image-editing models to 4-8 step infe…
451356active
Spandan-Madan/DeepLearningProject
An in-depth end-to-end tutorial of a machine learning pipeline, originally built for a Harvard data science class, covering dataset creatio…
234814maintenance
weiaicunzai/pytorch-cifar100
A PyTorch practice repository implementing dozens of classic CNN architectures (ResNet, DenseNet, VGG, GoogLeNet, Inception variants, Xcept…
324776maintenance
tanishqkumar/beyond-nanogpt
An educational repository of minimal, annotated, from-scratch implementations of ~100 modern deep learning techniques, bridging nanoGPT and…
481340active
INTERMT/Awesome-PyTorch-Chinese
A curated Chinese-language collection of PyTorch learning resources, including tutorials, manuals, video courses, books, papers, and practi…
324769maintenance
jmtomczak/intro_dgm
A companion repository of introductory Jupyter Notebook examples for the book 'Deep Generative Modeling' by Jakub Tomczak. It provides simp…
681336active
ChanChiChoi/awesome-Face_Recognition
A curated awesome-list collecting research papers (mainly from arXiv) on face-related computer vision topics such as detection, alignment, …
324754maintenance
khanhnamle1994/cracking-the-data-science-interview
A curated collection of cheatsheets, ebooks, interview questions, case studies, and portfolio projects for data science and machine learnin…
324743maintenance
andri27-ts/Reinforcement-Learning
A 60-day structured course for learning Deep Reinforcement Learning, combining curated lectures (mainly from DeepMind and Berkeley) with Py…
324737maintenance
keon/deep-q-learning
A minimal, under-100-lines implementation of Deep Q-Learning (DQN and Double DQN) in Python using Keras and Gymnasium, built as a companion…
701328active
alirezadir/Production-Level-Deep-Learning
A curated engineering guideline for building and deploying production-level deep learning systems, covering the full ML project lifecycle f…
444659maintenance
sweetice/Deep-reinforcement-learning-with-pytorch
A collection of clear PyTorch implementations of classic and state-of-the-art deep reinforcement learning algorithms such as DQN, A3C, PPO,…
324651maintenance
VikParuchuri/zero_to_gpt
A free course of Jupyter notebooks that takes learners from no deep learning knowledge to implementing a GPT model from scratch in Python a…
321309active
asheeshcric/awesome-contrastive-self-supervised-learning
A curated awesome-list of research papers on contrastive self-supervised learning, organized by year and topic with links to arXiv papers a…
321309active
hyunwoongko/transformer
A from-scratch PyTorch implementation of the Transformer model from the paper 'Attention Is All You Need', written for educational purposes…
464645maintenance
OUCMachineLearning/OUCML
A curated collection of machine learning and deep learning study materials, most notably the 'One Day One GAN' (ODOG) series of GAN impleme…
324598maintenance
fahadshamshad/awesome-transformers-in-medical-imaging
A curated awesome-list of papers and open-source implementations on applications of Transformers in medical imaging, complementing the auth…
721296active
glouppe/info8010-deep-learning
Lecture materials and Jupyter notebook code for INFO8010 Deep Learning, a university course taught by Gilles Louppe at ULiège. It covers ma…
671292active
hemingkx/SpeculativeDecodingPapers
A regularly updated curated reading list (awesome list) of must-read papers, blogs, and tutorials on speculative decoding for efficient lar…
681291active
Lightning-AI/deep-learning-project-template
A seed template from Lightning AI for starting new deep learning and ML research projects with PyTorch Lightning. It ships a pre-structured…
101287stable
astorfi/TensorFlow-World
A collection of simple, ready-to-use tutorials for TensorFlow, each with source code and accompanying documentation hosted in a wiki. It se…
234488maintenance
hkproj/pytorch-transformer
A from-scratch PyTorch implementation of the Transformer architecture from the paper 'Attention Is All You Need'. It accompanies a YouTube …
291271stable
hunkim/DeepLearningZeroToAll
A collection of Jupyter Notebook lab code accompanying Korean-language TensorFlow basic tutorial videos, covering deep learning fundamental…
324482maintenance
dataflowr/notebooks
Jupyter notebook code and practicals for the Dataflowr 'Deep Learning DIY' course, covering PyTorch tensors, autodiff, CNNs, optimization, …
701268active
Kyubyong/transformer
A readable TensorFlow 1.x implementation of the Transformer architecture from the paper 'Attention Is All You Need', targeted at machine tr…
324474maintenance
AIGeniusInstitute/AI-Agent-In-Action
An open-source Chinese-language book, 'AI Agent In Action' (《AI Agent 开发实战》), covering AI agent theory, architecture, and development from …
221266active
callummcdougall/ARENA_3.0
ARENA is a hands-on curriculum of exercises and Streamlit pages covering deep learning fundamentals, transformer interpretability, RL, and …
721257active
BinRoot/TensorFlow-Book
The official companion source code repository for the book 'Machine Learning with TensorFlow', organized as Jupyter Notebooks per chapter. …
324427maintenance
openvinotoolkit/open_model_zoo
A collection of pre-trained deep learning models (Intel and public) plus demos and tools for use with the OpenVINO inference toolkit. It in…
774420maintenance
cwchenwang/awesome-3d-diffusion
A curated awesome-list of research papers on diffusion models for 3D generation, accompanied by a survey paper. It organizes papers by tech…
561254active
whwangovo/pyre-code
A self-hosted coding practice platform with ~76 ML implementation problems covering attention, training, RLHF, diffusion, and GNNs, graded …
511253active
wzhe06/Ad-papers
A curated collection of academic papers, tutorials, and industry resources on computational advertising, including CTR prediction, embeddin…
324397maintenance
SerialLain3170/AwesomeAnimeResearch
A curated awesome-list of research papers, datasets, and repositories related to anime and manga, covering machine learning topics like ima…
741246active
yfzhang114/Generalization-Causality
A curated collection of academic papers with the author's personal reading notes covering domain generalization, out-of-distribution robust…
321241active
huggingface/diffusion-models-class
A free open-source course from Hugging Face teaching the theory and practice of diffusion models using the Diffusers library and PyTorch. I…
704358maintenance
gaussic/text-classification-cnn-rnn
A TensorFlow implementation of Chinese text classification using character-level CNN and RNN models, based on THUCNews data. It serves prim…
324301maintenance
xiaotudui/pytorch-tutorial
A beginner-friendly PyTorch deep learning tutorial series with accompanying source code in the src folder, primarily delivered as a complet…
574290maintenance
qiaohaoforever/DeepLearningFromScratch
An electronic edition and companion source code for the Chinese translation of the book 'Deep Learning from Scratch' (Deep Learning from Sc…
571218stable
Linfeng-Tang/Image-Fusion
A curated survey and paper collection on deep learning-based image fusion, accompanying the survey 'Deep Learning-based Image Fusion: A Sur…
751214active
cs230-stanford/cs230-code-examples
A collection of PyTorch and TensorFlow code examples created for Stanford's CS230 deep learning course, covering computer vision and NLP ta…
324228maintenance
wangshusen/DeepLearning
Course materials for CS583: Deep Learning, including lecture slides and notes in PDF/TeX covering machine learning basics, regression, clas…
324221maintenance
roatienza/Deep-Learning-Experiments
A collection of deep learning lecture notes (PDFs), videos, and PyTorch Jupyter notebook experiments covering topics from MLPs and CNNs to …
661198active
satellite-image-deep-learning/datasets
A curated catalog of datasets for deep learning with satellite and aerial imagery, including Sentinel missions, remote sensing hubs, and be…
751192active
lisa-lab/DeepLearningTutorials
A collection of deep learning tutorial notes and Python code from the LISA lab, teaching core deep learning algorithms using the Theano lib…
324150maintenance
aws/deep-learning-containers
AWS Deep Learning Containers are pre-built, security-patched Docker images for running AI/ML workloads on AWS services like EC2, EKS, and S…
961186active
dreddnafious/thereisnospoon
A machine learning primer written from first principles as a single markdown document with inline visualizations. It teaches engineers to r…
481184active
SkalskiP/vlms-zero-to-hero
A tutorial series of Jupyter notebooks teaching the path from NLP and computer vision fundamentals to Vision-Language Models. Each notebook…
221179active
uncbiag/Awesome-Foundation-Models
An awesome-style curated list of foundation models—large pretrained models such as BERT, GPT-3, and DALL-E—for vision and language tasks. I…
651176active
AntonioLonga/PytorchGeometricTutorial
A collection of Jupyter Notebook tutorials and accompanying YouTube videos on Geometric Deep Learning using the PyTorch Geometric library. …
521173active
udacity/deep-learning
A collection of Jupyter Notebook tutorials and projects from Udacity's Deep Learning Nanodegree Foundations program. It covers implementing…
324053maintenance
MarkMoHR/Awesome-Image-Colorization
A curated awesome-list of deep learning based image and video colorization papers, organized by automatic, user-guided, and video colorizat…
761164active
oneapi-src/oneAPI-samples
A collection of sample code for Intel oneAPI Toolkits, covering SYCL C++, Python, and Fortran across CPU, GPU, and FPGA targets. Samples ar…
701160active
yandex-research/rtdl
RTDL is a curated collection of research papers and accompanying Python/PyTorch packages on deep learning for tabular data from Yandex Rese…
711158active
d2l-ai/berkeley-stat-157
Course homepage and materials for STAT 157, an Introduction to Deep Learning class taught at UC Berkeley in Spring 2019 by Alex Smola and M…
324005maintenance
hans0809/MiniMind-in-Depth
A tutorial series providing line-by-line source code analysis of the MiniMind lightweight LLM project, covering tokenizer training, RoPE, M…
311152active
cedrickchee/awesome-transformer-nlp
A curated awesome-list of NLP resources focused on Transformer networks, attention mechanisms, GPT/BERT, ChatGPT, LLMs, and transfer learni…
321149active
hunkim/PyTorchZeroToAll
A collection of PyTorch tutorial materials including lecture slides and video lectures, designed as a quick 3-4 day crash course for HKUST …
323978maintenance
snowkylin/tensorflow-handbook
A concise open-source handbook (available online at tf.wiki in Simplified Chinese, Traditional Chinese, and English) for getting started wi…
323925maintenance
hwalsuklee/tensorflow-generative-model-collections
A collection of TensorFlow implementations of various generative models, including many GAN variants (GAN, WGAN, WGAN-GP, CGAN, infoGAN, AC…
323918maintenance
Sentdex/pygta5
A reboot of Sentdex's project using Python and deep learning to play Grand Theft Auto 5, featuring an AI driver called Charles trained via …
323906maintenance
simoninithomas/Deep_reinforcement_learning_Course
A collection of Jupyter Notebook implementations from the free 'Deep Reinforcement Learning' course, covering algorithms like DQN, PPO, and…
323900maintenance
offchan42/machine-learning-curriculum
A curated curriculum and resource list for learning machine learning, deep learning, and reinforcement learning. It links to courses, video…
321128active
skygazer42/DL-Hub
DL-Hub is a comprehensive PyTorch deep learning learning repository with 339 lessons across 8 tracks (vision, NLP, GNN, point cloud, genera…
771114active
allmachinelearning/MachineLearning
A curated collection of machine learning learning resources, primarily in Chinese, covering textbooks, courses, code implementations, and d…
323839maintenance
rasbt/LLM-workshop-2024
A 4-hour hands-on coding workshop by Sebastian Raschka that teaches how large language models are implemented and used, based on his 'Build…
241113active
PRIV-Creation/Awesome-Controllable-T2I-Diffusion-Models
A curated awesome-list of research papers and resources on controllable generation with text-to-image diffusion models, accompanying an arX…
301110active
TrickyGo/Dive-into-DL-TensorFlow2.0
A Chinese-language open-source book that ports the 'Dive into Deep Learning' (D2L) textbook's MXNet code examples to TensorFlow 2.0, presen…
233823maintenance
MLNLP-World/DeepLearning-MuLi-Notes
A community-maintained collection of Chinese markdown notes and annotated Jupyter/PyTorch code accompanying Mu Li's 'Dive into Deep Learnin…
323822maintenance
vivekkalyanarangan30/llm_from_scratch
A hands-on Python/PyTorch curriculum that builds large language models from scratch, covering transformer architecture, training, modern im…
391102active
Sophia-11/Machine-Learning-Notes
A collection of 214 pages of handwritten study notes covering all 16 chapters of Zhou Zhihua's Machine Learning textbook (the 'Watermelon B…
323783maintenance
serengil/tensorflow-101
A collection of Jupyter notebooks and Python scripts teaching deep learning with TensorFlow and Keras through hands-on projects. It covers …
461099active
xitu/tensorflow-docs
A community-maintained Chinese translation of the official TensorFlow documentation, maintained by the Juejin Translation Plan. It provides…
323781maintenance
apachecn/hands-on-ml-zh
A Chinese translation of the book 'Hands-On Machine Learning with Scikit-Learn and TensorFlow' (2nd edition), built with GitBook and distri…
103774maintenance
Projects-Developer/50-Final-Year-Projects-with-Source-Code
A curated collection of 50 final-year academic projects for computer science and engineering students, each with source code, synopsis, rep…
491097active
weiruihhh/cs336_note_and_hw
A collection of personal course notes and completed homework solutions for Stanford CS336: Building Large Language Models from scratch. It …
551088active
jla524/fromthetensor
A 10-week course outline for learning deep learning from first principles by implementing papers, from tensors up to Stable Diffusion. It i…
661084active
unipds-engenharia-de-ia-aplicada/engenharia-de-software-com-ia-aplicada
A companion repository of code examples, demos, and reference links for the UNIPDS postgraduate program 'Engenharia de Software com IA Apli…
601084active
Candy-CY/Hyperspectral-Image-Classification-Models
A curated collection of 86 hyperspectral remote sensing image classification models reproduced from published papers. It serves as a refere…
741077active
yangwohenmai/LSTM
A Chinese-language tutorial collection of LSTM neural network examples for time series forecasting, built on TensorFlow and Keras. It cover…
323678maintenance
lucasjinreal/tensorflow_poems
A TensorFlow-based deep learning project that trains an LSTM/RNN model on ~40,000 Tang dynasty poems to automatically generate classical Ch…
323630maintenance
junxiaosong/AlphaZero_Gomoku
A Python implementation of the AlphaZero algorithm that trains a Gomoku (Five in a Row) AI purely through self-play using MCTS and a policy…
323625maintenance
DjangoPeng/LLM-quickstart
A quickstart learning resource for large language models combining theoretical study with hands-on fine-tuning practice, delivered as Jupyt…
381056active
wdndev/llama3-from-scratch-zh
A Chinese-language Jupyter Notebook tutorial that implements the Llama3 8B model from scratch, translating naklecha's llama3-from-scratch g…
241054stable
PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python
The official code repository for the Packt book 'Hands-On Graph Neural Networks Using Python', containing Jupyter Notebook examples for cha…
691053stable
analyticalrohit/pytorch_fundamentals
A hands-on Jupyter notebook tutorial introducing PyTorch fundamentals, covering tensor initialization, operations, indexing, reshaping, bro…
471053active
huaweicloud/ModelArts-Lab
A collection of example code and datasets for learning AI development on Huawei Cloud's ModelArts platform. It covers ExeML (no-code model …
671044active

← prev page 4 / 8 next →