Posts in Machine learning
- 各种熵 - November 20, 2018
- parameter server - June 23, 2018
- tensorflow 整体架构 - June 23, 2018
- loss function - August 05, 2017
- cs224n Lecture Notes 7 - July 04, 2017
- cs224n Lecture Notes 6 - June 28, 2017
- cs224n Lecture Notes 5 - June 24, 2017
- cs224n Lecture Notes 4 - June 18, 2017
- debug network - June 14, 2017
- cs224n Lecture Notes 2 - June 11, 2017
- cs224n Lecture Notes 1 - June 08, 2017
- 梯度下降算法 - June 03, 2017
- Batchnorm - May 30, 2017
- Ensemble Learning - February 26, 2017
- Complete Guide to Parameter Tuning in Xgboost - February 25, 2017
- Complete Guide to Parameter Tuning in GBM - February 24, 2017
Posts in Algorithms
- 组合数 - January 12, 2018
- 动态规划 dynamic programming - November 09, 2017
- 二分查找 binary search - November 02, 2017
- 图算法 - August 07, 2017
- tree debug - July 12, 2017
- 最近公共祖先 lca - May 19, 2017
- LeetCode calculator - April 11, 2017
- 一些树算法 - April 03, 2017
- 类似reverse pairs的一系列问题 - March 25, 2017
- Binary Indexed Trees 树状数组 - March 15, 2017
- Trie树 前缀树 - March 14, 2017
- 线段树 Segment-tree - March 12, 2017
- 水池采样 Reservoir Sampling - March 06, 2017
- 最长回文子串——Manacher 算法 - March 05, 2017
- 字符串匹配 -- KMP算法 - March 02, 2017
Posts in Cpp
- C++ Multithread - October 14, 2019
- TCMalloc - August 24, 2019
- template metaprogramming - August 04, 2019
- google c++ style guide note - September 26, 2018
- cpp python summary - July 15, 2018
- ZeroMQ - July 05, 2018
- C++ 多线程 - June 28, 2018
- CPP:DISALLOW_COPY_AND_ASSIGN - June 27, 2018
- cmake notes - June 24, 2018
- C++ something useful - October 27, 2017
- effective modern c++ - October 16, 2017
- C++ design patterns - October 13, 2017
- more effective c++ note - September 28, 2017
- effective c++ note - September 17, 2017
- cpp 内存管理 - September 01, 2017
- c++ primer note - September 01, 2017
Posts in Other
- 经济学原理 - September 12, 2018
Posts in Deep reinforcement learning
- CS294 L20 Meta Learning - December 20, 2018
- CS294 L16 Inverse Reinforcement Learning - December 12, 2018
- CS294 L15 Connection between Inference and Control - December 08, 2018
- CS294 L13 Learning Policies by Imitating Optimal Controllers - December 05, 2018
- CS294 L11 Model-Based Reinforcement Learning - December 01, 2018
- CS294 L10 Optimal Control and Planning - November 30, 2018
- CS294 L09 Advanced Policy Gradients - November 29, 2018
- CS294 L08 Deep RL with Q-Function - November 29, 2018
- CS294 L07 Value Functions and Q-Learning - November 28, 2018
- CS294 L06 Actor-Critic Introduction - November 27, 2018
- CS294 L05 Policy Gradients Introduction - November 26, 2018
- CS294 L04 Introduction to Reinforcement Learning - November 23, 2018
- CS294 L02 Supervised Learning of Behaviors - November 21, 2018
Posts in 并行计算
- 418 L19 Transactional memory - February 01, 2019
- 418 L18 Fine-grained synchronization & lock-free programming - January 31, 2019
- 418 L17 Implementing synchronization - January 30, 2019
- 418 L16 interconnection networks - January 30, 2019
- 418 L15 Scaling a web site - January 29, 2019
- 418 L12 Snooping-based multi-processor implementation - January 28, 2019
- 418 L11 Directory-based cache coherence - January 26, 2019
- 418 L10 Snooping-based cache coherence - January 24, 2019
- 418 L09 Workload-driven performance evaluation - January 09, 2019
- 418 L08 Parallel Programming Case Studies - January 09, 2019
- 418 L07 Performance Optimization Part II: Locality, Communication and Contention - January 08, 2019
- 418 L05 Performance Optimization Part I: Work Distribution and Scheduling - January 04, 2019
- 418 L06 GPU Architecture & CUDA Programming - January 03, 2019
- 418 L04 Parallel Programming Basics - January 02, 2019
- 418 L03 Parallel Programming Abstractions - December 30, 2018
- 418 L02 A Modern Multi-Core Processor - December 28, 2018
Posts in Machine learning