Pinned Repositories
Hands-on-RL
https://hrl.boyuai.com/
Paper_with_code_for_communication_and_network
This is a repository of open-access conference papers related to the theme of communication and networking.
PDFMathTranslate
基于字体规则的 Latex PDF 翻译及双语对照,保留公式和图表排版
algorithms
Minimal examples of data structures and algorithms in Python
annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
awesome-edge-AI-papers
A curated list of awesome edge AI computing / system research.
Book-Mathematical-Foundation-of-Reinforcement-Learning
This is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."
Book7_Visualizations-for-Machine-Learning
Book_7_《机器学习》 | 鸢尾花书:从加减乘除到机器学习;欢迎批评指正
d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被60多个国家的400多所大学用于教学。
daily_arxiv
Using GitHub Action to collect paper list with publicly available source code in the daily arxiv
whubao's Repositories
whubao/awesome-edge-AI-papers
A curated list of awesome edge AI computing / system research.
whubao/daily_arxiv
Using GitHub Action to collect paper list with publicly available source code in the daily arxiv
whubao/PDFMathTranslate
基于字体规则的 Latex PDF 翻译及双语对照,保留公式和图表排版
whubao/Book-Mathematical-Foundation-of-Reinforcement-Learning
This is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."
whubao/Book7_Visualizations-for-Machine-Learning
Book_7_《机器学习》 | 鸢尾花书:从加减乘除到机器学习;欢迎批评指正
whubao/How_to_Search_and_Read_a_Paper
本文档适合于刚入学的硕士和博士(计算机专业最好,其他专业可参考)。
whubao/gymRL
基于gym的pytorch深度强化学习(DRL)(PPO,DQN,SAC,DDPG,TD3等算法)
whubao/Hands-On-Graph-Neural-Networks-Using-Python
Hands-On Graph Neural Networks Using Python, published by Packt
whubao/pykan
Kolmogorov Arnold Networks
whubao/Paper_with_code_for_communication_and_network
This is a repository of open-access conference papers related to the theme of communication and networking.
whubao/Reforcement-Learning
Notes of DRL
whubao/DRL
Deep Reinforcement Learning
whubao/Hands-on-ML
https://hml.boyuai.com
whubao/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
whubao/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
whubao/annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
whubao/leedl-tutorial
《李宏毅深度学习教程》,PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
whubao/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
whubao/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被60多个国家的400多所大学用于教学。
whubao/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
whubao/Deep_reinforcement_learning_Course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
whubao/tianshou
An elegant PyTorch deep reinforcement learning library.
whubao/PythonPark
Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。
whubao/machine-learning-notes
This is the notes of the way of machine learning study. You may find something useful in it.
whubao/algorithms
Minimal examples of data structures and algorithms in Python
whubao/gym
A toolkit for developing and comparing reinforcement learning algorithms.
whubao/paper-reading
深度学习经典、新论文逐段精读
whubao/DRL-code-pytorch
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
whubao/machine-learning-notes-1
My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接
whubao/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行