Topic

deep-learning

Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.

Repositories (1432)

awesome-datascience
awesome-datascience academic

:memo: An awesome Data Science repository to learn and apply for real world problems.

30k
EasyOCR
EasyOCR JaidedAI Python

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.

30k
d2l-en
d2l-en d2l-ai Python

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT...

29.6k
data-science-ipython-notebooks
data-science-ipython-notebooks donnemartin Python

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matpl...

29.3k
awesome-deep-learning
awesome-deep-learning ChristosChristofidis

A curated list of awesome Deep Learning tutorials, projects and communities.

28.9k
machine-learning-for-software-engineers
machine-learning-for-software-engineers ZuzooVn

A complete daily plan for studying to become a machine learning engineer.

28.9k
spleeter
spleeter deezer Python

Deezer source separation library including pretrained models.

28.4k
label-studio
label-studio HumanSignal TypeScript

Label Studio is a multi-type data labeling and annotation tool with standardized output format

28.3k
cs249r_book
cs249r_book harvard-edge Python

Machine Learning Systems

28.2k
fastai
fastai fastai Jupyter Notebook

The fastai deep learning library

28.1k
so-vits-svc
so-vits-svc svc-develop-team Python

SoftVC VITS Singing Voice Conversion

28.1k
Algorithm_Interview_Notes-Chinese
Algorithm_Interview_Notes-Chinese imhuay Python

2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记

27.6k
DeepSpeech
DeepSpeech mozilla C++

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 t...

26.8k
deep-learning-for-image-processing
deep-learning-for-image-processing WZMIAOMIAO Python

deep learning for image processing including classification and object-detection etc.

26.4k
awesome-deep-learning-papers
awesome-deep-learning-papers terryum TeX

The most cited deep learning papers

26.2k
shap
shap shap Jupyter Notebook

A game theoretic approach to explain the output of any machine learning model.

25.7k
handson-ml
handson-ml ageron Jupyter Notebook

⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 or handson-mlp instead.

25.6k
faster-whisper
faster-whisper SYSTRAN Python

Faster Whisper transcription with CTranslate2

25.4k
fastbook
fastbook fastai Jupyter Notebook

The fastai book, published as Jupyter Notebooks

25.3k
JARVIS
JARVIS microsoft Python

JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf

25.3k
pytorch-CycleGAN-and-pix2pix
pytorch-CycleGAN-and-pix2pix junyanz Python

Image-to-Image Translation in PyTorch

25.2k
labelImg
labelImg HumanSignal Python

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but y...

25.1k
Paddle
Paddle PaddlePaddle C++

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和...

24.1k
pytorch_geometric
pytorch_geometric pyg-team Python

Graph Neural Network Library for PyTorch

24.1k
ncnn
ncnn Tencent C++

ncnn is a high-performance neural network inference framework optimized for the mobile platform

23.8k
best-of-ml-python
best-of-ml-python lukasmasuch

🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.

23.8k
CV
CV AccumulateMore Jupyter Notebook

✅(已完结)超级全面的 深度学习 笔记【土堆 Pytorch】【李沐 动手学深度学习】【吴恩达 深度学习】【大飞 大模型Agent】

23.7k
deepface
deepface serengil Python

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python

23.4k
learnopencv
learnopencv spmallick Jupyter Notebook

Learn OpenCV : C++ and Python Examples

23.1k
CVPR2026-Papers-with-Code
CVPR2026-Papers-with-Code amusi

CVPR 2026 论文和开源项目合集

22.8k
100-Days-Of-ML-Code
100-Days-Of-ML-Code MLEveryday Jupyter Notebook

100-Days-Of-ML-Code中文版

22.2k
datasets
datasets huggingface Python

🤗 The largest hub of ready-to-use datasets for AI models with fast, easy-to-use and efficient data manipulation tools

22k
recommenders
recommenders recommenders-team Python

Best Practices on Recommendation Systems

21.9k
serve
serve jina-ai Python

☁️ Build multimodal AI applications with cloud-native stack

21.9k
onnxruntime
onnxruntime microsoft C++

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

21.8k
pytorch-handbook
pytorch-handbook zergtant Jupyter Notebook

pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运...

21.7k
onnx
onnx onnx Python

Open standard for machine learning interoperability

21.5k
awesome-production-machine-learning
awesome-production-machine-learning EthicalML

A curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning

20.9k
machine-learning-for-trading
machine-learning-for-trading stefan-jansen Jupyter Notebook

Code for Machine Learning for Trading, 3rd edition — from data sourcing to live execution.

20.9k
stanford-cs-229-machine-learning
stanford-cs-229-machine-learning afshinea

VIP cheatsheets for Stanford's CS 229 Machine Learning

20.2k
ai-guide
ai-guide liyupi JavaScript

程序员鱼皮的 AI 资源大全 + Vibe Coding 零基础教程,分享 OpenClaw 保姆级教程、大模型玩法(DeepSeek / GPT / Gemini / Claude / GLM)、最新 AI 资讯、Promp...

19.9k
ml-agents
ml-agents Unity-Technologies C#

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for traini...

19.7k
Dive-into-DL-PyTorch
Dive-into-DL-PyTorch ShusenTang Jupyter Notebook

本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。

19.5k
DeepFaceLab
DeepFaceLab iperov Python

DeepFaceLab is the leading software for creating deepfakes.

19.3k
nndl
nndl nndl

邱锡鹏《神经网络与深度学习》第二版与通识版:电子书、章节目录、学习资源与勘误。

19.2k
tfjs
tfjs tensorflow TypeScript

A WebGL accelerated JavaScript library for training and deploying ML models.

19.1k
web-llm
web-llm mlc-ai TypeScript

High-performance In-browser LLM Inference Engine

19.1k
awesome-nlp
awesome-nlp keon

:book: A curated list of resources dedicated to Natural Language Processing (NLP)

19k
pytorch-deep-learning
pytorch-deep-learning mrdbourke Jupyter Notebook

Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.

19k
magika
magika google Rust

Fast and accurate AI powered file content types detection

18.6k