Pinned Repositories
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
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 翻译及双语对照,保留公式和图表排版
whubao's Repositories
whubao/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
whubao/Deep-Reinforcment-Learning
This is the repository for the deep reinforcement learning in classic and novel wireless communication scnarios.
whubao/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
whubao/Machine-Learning-Tutorials
machine learning and deep learning tutorials, articles and other resources
whubao/deep-learning-drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
whubao/my5G-RANTester
my5G-RANTester is a gNB/UE simulator for studying 3GPP standards and stressing a 5G core.
whubao/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
whubao/Hands-on-RL
https://hrl.boyuai.com/
whubao/nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
whubao/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
whubao/mec_drl
Deep reinforcement learning for mobile edge computing
whubao/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
whubao/Zotero-Literature-Manager
A plugin for Zotero to automatically retrieve citation, official code link, conference, related papers and so on.
whubao/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
whubao/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
whubao/DeepRL
Deep Reinforcement Learning Lab, a platform designed to make DRL technology and fun for everyone
whubao/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!
whubao/IT_book
本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
whubao/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
whubao/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
whubao/whubao
Research
whubao/DRL-1
Repository for codes of 'Deep Reinforcement Learning'
whubao/pytorch-DRL
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.