[Reading] Fast R-CNN

Fast R-CNN (2015/4) 1. 概述   文章的主要贡献有: 提出了一种能够更高效地对候选区域中的目标进行分类的深度卷积神经网络,称为 Fast R-CNN(Fast Region-based Convolutional Network),使用了多种方法来提高训练/测试的速度和检测的准确度。 提出了 RoI(region of interest)池化,从特征图中为…
Read more

时间序列分析

时间序列分析:延迟算子和差分算子 时间序列分析:白噪声 时间序列分析:随机游走 时间序列分析:一般线性过程 时间序列分析:滑动平均过程 时间序列分析:一阶自回归过程 时间序列分析:二阶自回归过程 时间序列分析:一般自回归过程 时间序列分析:自回归滑动平均过程 时间序列分析:ARIMA 过程 时间序列分析:平稳性 时间序列分析:数列和级数 时间序列分析:可逆性 时间序列分析:可逆性与平稳性 时间序列…
Read more

ML Notes

线性回归 [ML Notes] 一元线性回归 [ML Notes] 线性回归:Normal Equation [ML Notes] 线性回归:最大似然 [ML Notes] 线性回归:正交投影 [ML Notes] 线性回归:梯度下降 [ML Notes] 线性回归:正则化 [ML Notes] Logistic 回归 PCA [ML Notes] PCA:最大可分性 [ML Notes] PCA…
Read more

Paper Reading

图像识别 2019/05 [Reading] EfficientNet: Rethinking Model Scaling for Convolutional Neural Network 2019/05 [Reading] Searching for MobileNetV3 2018/07 [Reading] MnasNet: Platform-Aware Neural Architecture…
Read more

RL Notes

1. 基础 1.1. 序列决策 [RL Notes] K 臂赌博机 [RL Notes] 动作价值估计的增量更新 [RL Notes] 试探和开发 [RL Notes] 乐观初始值 [RL Notes] 基于置信度上界的动作选择 1.2. 马尔可夫决策过程 [RL Notes] 马尔可夫决策过程 [RL Notes] 强化学习的目标 1.3. 价值函数和贝尔曼方程 [RL Notes] 策略和价值…
Read more