# 目录

## 目录

* [封面](https://luweikxy.gitbook.io/machine-learning-notes/master)
* [目录](https://luweikxy.gitbook.io/machine-learning-notes/summary)

[机器学习算法地图](http://www.tensorinfinity.com/paper_18.html)

![machine-learning-map](https://3298324061-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpO5sn2FY1C9esHFJmo%2F-LpO5t6XJGnSXrbsZ_UC%2F-LpO5wULGc9TIxxqTTC8%2Fmachine-learning-map.png?generation=1569158070399942\&alt=media)

## 前言

* [前言](https://luweikxy.gitbook.io/machine-learning-notes/perface)
* [个人前言](https://luweikxy.gitbook.io/machine-learning-notes/personal-perface)
* [机器学习前言](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface)
  * [什么是机器学习和模式识别](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface#什么是机器学习和模式识别)
  * [机器学习的应用](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface#机器学习的应用)
  * [机器学习的流程](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning#机器学习的流程)
  * [不同机器学习算法预测效果不同](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface#不同机器学习算法预测效果不同)
  * [快速入门机器学习](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface#快速入门机器学习)
  * [机器学习需要参考哪些书](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface#机器学习需要参考哪些书)
  * [机器学习的学习路径](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface#机器学习的学习路径)
  * [深度学习的学习路径](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface#深度学习的学习路径)
  * [互联网机器学习特定岗位所需技能](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-perface#互联网机器学习特定岗位所需技能)
* [机器学习面试](https://luweikxy.gitbook.io/machine-learning-notes/interview)

## 数学基础

* 数学基础
* [微积分](https://luweikxy.gitbook.io/machine-learning-notes/calculus)
  * [泰勒展开](https://luweikxy.gitbook.io/machine-learning-notes/calculus/taylor-expansion)
  * [e的直观认识](https://luweikxy.gitbook.io/machine-learning-notes/calculus/intuition-of-e)
  * [傅里叶变换](https://luweikxy.gitbook.io/machine-learning-notes/calculus/fourier-transform)
  * [希尔伯特空间](https://luweikxy.gitbook.io/machine-learning-notes/calculus/hilbert-space)
* [线性代数](https://luweikxy.gitbook.io/machine-learning-notes/linear-algebra)
  * [范数](https://luweikxy.gitbook.io/machine-learning-notes/linear-algebra/norm)
  * [矩阵求导](https://luweikxy.gitbook.io/machine-learning-notes/linear-algebra/matrix-derivative)
  * [特征值](https://luweikxy.gitbook.io/machine-learning-notes/linear-algebra/eigenvalue)
  * [SVD奇异值分解](https://luweikxy.gitbook.io/machine-learning-notes/linear-algebra/singular-value-decomposition)
* [概率与信息论](https://luweikxy.gitbook.io/machine-learning-notes/statistics-and-information-theory)
  * [综述概率论基本定义](https://luweikxy.gitbook.io/machine-learning-notes/statistics-and-information-theory/review-of-statistics)
  * [概率论与贝叶斯先验](https://luweikxy.gitbook.io/machine-learning-notes/statistics-and-information-theory/probability-and-bayesian-prior)
  * [正态分布](https://luweikxy.gitbook.io/machine-learning-notes/statistics-and-information-theory/normal-distribution)
  * [贝叶斯概率](https://luweikxy.gitbook.io/machine-learning-notes/statistics-and-information-theory/bayes-probability)
  * [概率符号说明](https://luweikxy.gitbook.io/machine-learning-notes/statistics-and-information-theory/probability-symbol-explaination)
  * [共轭先验](https://luweikxy.gitbook.io/machine-learning-notes/statistics-and-information-theory/conjugate-prior)
  * [概率图模型](https://github.com/luweikxy/machine-learning-notes/tree/123475954b5254a8109117f87d962d5037609eec/content/mathematics/statistics-and-information-theory/probability-graphical-model.md)
  * [信息论](https://luweikxy.gitbook.io/machine-learning-notes/statistics-and-information-theory/information-theory)
* [数值计算与优化](https://luweikxy.gitbook.io/machine-learning-notes/numerical-calculation-and-optimization)
  * [最小二乘法](https://luweikxy.gitbook.io/machine-learning-notes/numerical-calculation-and-optimization/least-square-method)
  * [等式约束的拉格朗日乘子法](https://luweikxy.gitbook.io/machine-learning-notes/numerical-calculation-and-optimization/lagrangian-multiplier-method)
  * [凸优化](https://luweikxy.gitbook.io/machine-learning-notes/numerical-calculation-and-optimization/convex-optimization)
    * [凸集和凸函数](https://luweikxy.gitbook.io/machine-learning-notes/numerical-calculation-and-optimization/convex-optimization/convex-set-and-convex-function)
    * [凸优化问题](https://luweikxy.gitbook.io/machine-learning-notes/numerical-calculation-and-optimization/convex-optimization/convex-optimization-problem)
* [梯度下降算法](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm)
  * [随机梯度下降SGD](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/sgd)
  * [动量法Momentum](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/momentum)
  * [牛顿动量Nesterov](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/nesterov)
  * [AdaGrad](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/adagrad)
  * [RMSprop](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/rmsprop)
  * [Adadelta](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/adadelta)
  * [Adam](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/adam)
  * [Nadam](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/nadam)
  * [AMSGrad](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/amsgrad)
  * [AdasMax](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm/adamax)
* [概率图模型](https://luweikxy.gitbook.io/machine-learning-notes/probability-graphical-model)
  * [概率图模型概论](https://luweikxy.gitbook.io/machine-learning-notes/probability-graphical-model/probability-graphical-model-introduction)
  * [概率图简介](https://luweikxy.gitbook.io/machine-learning-notes/probability-graphical-model/probability-graph-introduction)

## 编程基础

* 编程基础
* [linux](https://luweikxy.gitbook.io/machine-learning-notes/linux)
  * [linux常用命令](https://luweikxy.gitbook.io/machine-learning-notes/linux/linux-command)
  * [shell](https://luweikxy.gitbook.io/machine-learning-notes/linux/shell)
    * [输入输出重定向](https://luweikxy.gitbook.io/machine-learning-notes/linux/shell/input_output_redirection)
* [python](https://luweikxy.gitbook.io/machine-learning-notes/python)
  * [python简介](https://luweikxy.gitbook.io/machine-learning-notes/python/introduction)
  * [python语法](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar)
    * [基础语法](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/basis)
    * [数据结构](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/data-structure)
    * [过程控制](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/process-control)
    * [函数](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/function)
    * [类和对象](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/class)
    * [文件操作](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/file)
    * [正则表达式](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/regular-expression)
  * [python库](https://luweikxy.gitbook.io/machine-learning-notes/python/library)
    * [numpy](https://luweikxy.gitbook.io/machine-learning-notes/python/library/numpy)
    * [pandas](https://luweikxy.gitbook.io/machine-learning-notes/python/library/pandas)
    * [scipy](https://luweikxy.gitbook.io/machine-learning-notes/python/library/scipy)
    * [matplotlib](https://luweikxy.gitbook.io/machine-learning-notes/python/library/matplotlib)
    * [scikit-learn](https://luweikxy.gitbook.io/machine-learning-notes/python/library/scikit-learn)
  * [python应用](https://luweikxy.gitbook.io/machine-learning-notes/python/application)
    * [排序算法](https://luweikxy.gitbook.io/machine-learning-notes/python/application/sort)
* [数据结构与算法](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms)
  * [数据结构](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/data-structures)
  * [算法思想](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/algorithms)
    * [排序](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/algorithms/sort)
      * [堆排序](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/algorithms/sort/heap-sort)
      * [归并排序](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/algorithms/sort/merge-sort)
      * [快速排序](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/algorithms/sort/quick-sort)
    * [递归](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/algorithms/recursion)
  * [剑指offer](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer)
    * [链表](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/list)
    * [二叉树](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/binary-tree)
    * [数组](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/array)
    * [字符串](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/string)
    * [栈和队列](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/stack-and-queue)
    * [递归和回溯法](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/recursion-and-back-tracking)
    * [动态规划](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/dynamic-programming)
    * [其他](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/others)
  * [leetcode](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/leetcode)
  * [编程语言](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/programming-language)
    * [c++](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/programming-language/c++)
* [Hadoop](https://luweikxy.gitbook.io/machine-learning-notes/hadoop)
  * [Hadoop简介](https://luweikxy.gitbook.io/machine-learning-notes/hadoop/hadoop-introduction)
* [MapReduce](https://luweikxy.gitbook.io/machine-learning-notes/hadoop/map-reduce)
* [Hive](https://luweikxy.gitbook.io/machine-learning-notes/hive)
* Spark
* [TensorFlow](https://luweikxy.gitbook.io/machine-learning-notes/tensorflow)
  * [TensorFlow1.0](https://luweikxy.gitbook.io/machine-learning-notes/tensorflow/tensorflow1.0)
    * [TensorFlow基础](https://luweikxy.gitbook.io/machine-learning-notes/tensorflow/tensorflow1.0/basis)
    * [TensorFlow基础概念解析](https://luweikxy.gitbook.io/machine-learning-notes/tensorflow/tensorflow1.0/basic-concept-analysis)
    * [TensorFlow机器学习基础](https://github.com/luweikxy/machine-learning-notes/tree/123475954b5254a8109117f87d962d5037609eec/content/coding/tensorflow/tensorflow1.0/machine-learning-foundation/machine-learning-foundation.md)
    * [Tensorflow分布式架构](https://luweikxy.gitbook.io/machine-learning-notes/tensorflow/tensorflow1.0/distributed-architecture)
  * [TensorFlow2.0](https://luweikxy.gitbook.io/machine-learning-notes/tensorflow/tensorflow2.0)
* [PyTorch](https://luweikxy.gitbook.io/machine-learning-notes/pytorch)

## 机器学习

* [机器学习](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning)
* [机器学习概论](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-introduction)
* [特征工程](https://luweikxy.gitbook.io/machine-learning-notes/feature-engineering)
* [感知机](https://luweikxy.gitbook.io/machine-learning-notes/perceptron)
* [k近邻](https://luweikxy.gitbook.io/machine-learning-notes/k-nearest-neighbor)
* [朴素贝叶斯](https://luweikxy.gitbook.io/machine-learning-notes/naive-bayes)
* [线性模型](https://luweikxy.gitbook.io/machine-learning-notes/linear-model)
  * [最大熵模型](https://luweikxy.gitbook.io/machine-learning-notes/linear-model/maximum-entropy-model)
  * [指数族分布与广义线性模型](https://luweikxy.gitbook.io/machine-learning-notes/linear-model/exponential-family-distribution-and-generalized-linear-model)
  * [线性回归](https://luweikxy.gitbook.io/machine-learning-notes/linear-model/linear-regression#线性回归)
    * [Ridge回归（岭回归）](https://luweikxy.gitbook.io/machine-learning-notes/linear-model/linear-regression#Ridge回归（岭回归）)
    * [Lasso回归](https://luweikxy.gitbook.io/machine-learning-notes/linear-model/linear-regression#Lasso回归)
  * [Logistic回归-对数几率回归](https://luweikxy.gitbook.io/machine-learning-notes/linear-model/logistic-regression)
* [决策树](https://luweikxy.gitbook.io/machine-learning-notes/decision-tree)
* [支持向量机](https://luweikxy.gitbook.io/machine-learning-notes/support-vector-machine)
  * [线性可分支持向量机与硬间隔最大化](https://luweikxy.gitbook.io/machine-learning-notes/support-vector-machine/linear-separable-svm)
  * [线性支持向量机与软间隔最大化](https://luweikxy.gitbook.io/machine-learning-notes/support-vector-machine/linear-svm)
  * [非线性支持向量机与核函数](https://luweikxy.gitbook.io/machine-learning-notes/support-vector-machine/nonlinear-svm-and-kernel-function)
  * [序列最小最优化算法SMO](https://luweikxy.gitbook.io/machine-learning-notes/support-vector-machine/smo)
  * [SVM总结](https://luweikxy.gitbook.io/machine-learning-notes/support-vector-machine/svm-summary)
* [集成学习](https://luweikxy.gitbook.io/machine-learning-notes/ensemble-learning)
  * Bagging
    * [随机森林](https://luweikxy.gitbook.io/machine-learning-notes/ensemble-learning/bagging/random-forest)
  * Boosting
    * [AdaBoost](https://luweikxy.gitbook.io/machine-learning-notes/ensemble-learning/boosting/adaboost)
    * GradientBoosting
      * [GBDT](https://luweikxy.gitbook.io/machine-learning-notes/ensemble-learning/boosting/gradientboosting/gbdt)
      * [XGBoost](https://luweikxy.gitbook.io/machine-learning-notes/ensemble-learning/boosting/gradientboosting/xgboost)
        * [XGBoost理论](https://luweikxy.gitbook.io/machine-learning-notes/ensemble-learning/boosting/gradientboosting/xgboost/xgboost-theory)
        * [XGBoost实践](https://luweikxy.gitbook.io/machine-learning-notes/ensemble-learning/boosting/gradientboosting/xgboost/xgboost-practice)
  * Stacking
* [降维](https://luweikxy.gitbook.io/machine-learning-notes/dimensionality-reduction)
  * [PCA主成分分析](https://luweikxy.gitbook.io/machine-learning-notes/dimensionality-reduction/principal-component-analysis)
  * [流形学习](https://luweikxy.gitbook.io/machine-learning-notes/dimensionality-reduction/manifold-learning)
* [EM算法](https://luweikxy.gitbook.io/machine-learning-notes/expectation-maximization-algorithm)
* [HMM隐马尔科夫模型](https://luweikxy.gitbook.io/machine-learning-notes/hidden-markov-model)
* [CRF条件随机场](https://luweikxy.gitbook.io/machine-learning-notes/conditional-random-field)
* [聚类](https://luweikxy.gitbook.io/machine-learning-notes/clustering)
  * [k均值聚类](https://luweikxy.gitbook.io/machine-learning-notes/clustering/k-means-clustering)
  * [高斯混合模型](https://luweikxy.gitbook.io/machine-learning-notes/clustering/gaussian-mixture-model)
* [主题模型](https://luweikxy.gitbook.io/machine-learning-notes/topic-model)
  * [LDA隐狄利克雷分布](https://luweikxy.gitbook.io/machine-learning-notes/topic-model/latent-dirichlet-allocation)
* [知识点](https://luweikxy.gitbook.io/machine-learning-notes/tips)
  * [损失函数](https://luweikxy.gitbook.io/machine-learning-notes/tips/loss-function)
  * [负采样](https://luweikxy.gitbook.io/machine-learning-notes/tips/negtive-sampling)
* [机器学习算法总结](https://luweikxy.gitbook.io/machine-learning-notes/machine-learning-algorithm-summary)

## 深度学习

* [深度学习](https://luweikxy.gitbook.io/machine-learning-notes/deep-learning)
* [深度学习概论](https://luweikxy.gitbook.io/machine-learning-notes/deep-learning-introduction)
* [ANN人工神经网络](https://luweikxy.gitbook.io/machine-learning-notes/artificial-neural-network)
* [知识点](https://luweikxy.gitbook.io/machine-learning-notes/tips-1)
  * [Batch Normalization](https://luweikxy.gitbook.io/machine-learning-notes/tips-1/batch-normalization)
* [CNN卷积神经网络](https://luweikxy.gitbook.io/machine-learning-notes/convolutional-neural-network)
* [深度学习优化算法](https://github.com/luweikxy/machine-learning-notes/tree/123475954b5254a8109117f87d962d5037609eec/content/deep-learning/deep-learning-optimization-algorithm/deep-learning-optimization-algorithm.md)
* [RNN循环神经网络](https://luweikxy.gitbook.io/machine-learning-notes/recurrent-neural-network)
* [LSTM长短期记忆网络](https://luweikxy.gitbook.io/machine-learning-notes/long-short-term-memory-networks)
* [GRU门控循环单元](https://luweikxy.gitbook.io/machine-learning-notes/gated-recurrent-unit)
* [GNN图神经网络](https://luweikxy.gitbook.io/machine-learning-notes/graph-neural-networks)
  * [GNN图神经网络综述](https://luweikxy.gitbook.io/machine-learning-notes/graph-neural-networks/graph-neural-networks-review)
  * [GCN图卷积网络](https://luweikxy.gitbook.io/machine-learning-notes/graph-neural-networks/graph-convolutional-networks)
    * [GCN图卷积网络初步理解](https://github.com/luweikxy/machine-learning-notes/tree/123475954b5254a8109117f87d962d5037609eec/content/deep-learning/graph-neural-networks/graph-convolutional-networks/gcn-preliminary-understand.md)
    * [GCN图卷积网络的numpy简单实现](https://github.com/luweikxy/machine-learning-notes/tree/123475954b5254a8109117f87d962d5037609eec/content/deep-learning/graph-neural-networks/graph-convolutional-networks/gcn-numpy-fulfillment.md)
    * [GCN图卷积网络本质理解](https://luweikxy.gitbook.io/machine-learning-notes/graph-neural-networks/graph-convolutional-networks/gcn-essential-understand)
    * [GCN图卷积网络全面理解](https://luweikxy.gitbook.io/machine-learning-notes/graph-neural-networks/graph-convolutional-networks/gcn-comprehensive-understand)
    * [SEMI-SUPERVISED CLASSIFICATION WITH GRAPH CONVOLUTIONAL NETWORKS ICLR2017](https://luweikxy.gitbook.io/machine-learning-notes/graph-neural-networks/graph-convolutional-networks/semi-supervised-classification-with-graph-convolutional-networks)
* [神经网络架构搜索](https://luweikxy.gitbook.io/machine-learning-notes/neural-architecture-search)
  * [Weight-Agnostic-Neural-Networks Google2019](https://luweikxy.gitbook.io/machine-learning-notes/neural-architecture-search/weight-agnostic-neural-networks)

## 强化学习

* 强化学习
* [强化学习概论](https://luweikxy.gitbook.io/machine-learning-notes/reinforcement-learning-introduction)
* [马尔科夫决策过程](https://luweikxy.gitbook.io/machine-learning-notes/markov-decision-processes)
* [动态规划](https://luweikxy.gitbook.io/machine-learning-notes/dynamic-programming)
* [无模型方法一：蒙特卡洛](https://luweikxy.gitbook.io/machine-learning-notes/model-free-methods-1-monte-carlo)
* [无模型方法二：时间差分](https://luweikxy.gitbook.io/machine-learning-notes/model-free-methods-2-time-difference)
* [无模型方法三：多步自举](https://luweikxy.gitbook.io/machine-learning-notes/model-free-methods-3-multi-step-bootstrap)
* [函数近似和深度网络](https://luweikxy.gitbook.io/machine-learning-notes/function-approximation-and-deep-network)
* [策略梯度算法](https://luweikxy.gitbook.io/machine-learning-notes/policy-gradient-algorithm)
* [深度强化学习](https://luweikxy.gitbook.io/machine-learning-notes/deep-reinforcement-learning)
* [基于模型的强化学习](https://luweikxy.gitbook.io/machine-learning-notes/model-based-reinforcement-learning)
* [强化学习前景](https://luweikxy.gitbook.io/machine-learning-notes/reinforcement-learning-prospect)

## 自然语言处理

* [自然语言处理](https://luweikxy.gitbook.io/machine-learning-notes/natural-language-processing)
* [自然语言处理概论](https://luweikxy.gitbook.io/machine-learning-notes/natural-language-processing-introduction)
* [自然语言](https://luweikxy.gitbook.io/machine-learning-notes/natural-language)
* [语言模型和中文分词](https://luweikxy.gitbook.io/machine-learning-notes/language-model-and-chinese-word-segmentation)
* [word2vec](https://luweikxy.gitbook.io/machine-learning-notes/word2vec)
* [Seq2Seq模型和Attention机制](https://luweikxy.gitbook.io/machine-learning-notes/seq2seq-and-attention-mechanism)
* [Self-Attention和Transformer](https://luweikxy.gitbook.io/machine-learning-notes/self-attention-and-transformer)

## 知识图谱

* 知识图谱

## 推荐系统

* [推荐系统](https://luweikxy.gitbook.io/machine-learning-notes/recommender-systems)
* [推荐系统概述](https://luweikxy.gitbook.io/machine-learning-notes/recommender-systems-introduction)
* 基础知识
* [进阶知识](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge)
  * [机器学习](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/machine-learning)
    * [Factorization Machines ICDM2010](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/machine-learning/factorization-machines)
  * [embedding](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/embedding)
    * Network Embedding
      * [LINE: Large-scale Information Network Embedding](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/embedding/network-embedding/line-large-scale-information-network-embedding)
  * [深度学习](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/deep-learning)
    * [DeepFM: A Factorization-Machine based Neural Network for CTR Prediction 2017](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/deep-learning/deepfm-a-factorization-machine-based-neural-network-for-ctr-prediction)
    * [DSSM: Learning Deep Structured Semantic Models for Web Search using Clickthrough Data CIKM2013](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/deep-learning/learning-deep-structured-semantic-models-for-web-search-using-clickthrough-data)
  * [图卷积网络](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/graph-convolutional-network)
    * [Graph Convolutional Neural Networks for Web-Scale Recommender Systems KDD2018](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/graph-convolutional-network/graph-convolutional-neural-networks-for-web-scale-recommender-systems)
  * [强化学习](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/reinforcement-learning)
    * [DRN基于深度强化学习的新闻推荐模型](https://luweikxy.gitbook.io/machine-learning-notes/advanced-knowledge/reinforcement-learning/drn-a-deep-reinforcement-learning-framework-for-news-recommendation)
* [业界应用](https://luweikxy.gitbook.io/machine-learning-notes/industry-application)
  * [YouTube](https://github.com/luweikxy/machine-learning-notes/tree/123475954b5254a8109117f87d962d5037609eec/content/recommender-systems/industry-application/youtube/youtube.md)
    * [Deep Neural Networks for YouTube Recommendations RecSys2016](https://github.com/luweikxy/machine-learning-notes/tree/123475954b5254a8109117f87d962d5037609eec/content/recommender-systems/industry-application/youtube/deep-neural-networks/Deep-Neural-Networks-for-YouTube-Recommendations.md)
  * [Alibaba](https://luweikxy.gitbook.io/machine-learning-notes/industry-application/alibaba)
    * [Learning Tree-based Deep Model for Recommender Systems KDD2018](https://luweikxy.gitbook.io/machine-learning-notes/industry-application/alibaba/learning-tree-based-deep-model-for-recommender-systems)
    * [Deep Interest Network for Click-Through Rate Prediction KDD2018](https://luweikxy.gitbook.io/machine-learning-notes/industry-application/alibaba/deep-interest-network-for-click-through-rate-prediction)
    * [DSIN:Deep Session Interest Network for Click-Through Rate Prediction IJCAI2019](https://luweikxy.gitbook.io/machine-learning-notes/industry-application/alibaba/dsin-deep-session-interest-network-for-click-through-rate-prediction)
