Below you will find pages that utilize the taxonomy term “Deep Learning”
March 30, 2025
Quantization
线性量化
量化和去量化
量化指将一个大集合映射到一个较小值集合的过程。
可以量化的内容
- The weights: Neural network parameters
- The activations: Values that propagate through the layers of the neural network
January 31, 2025
目标检测
技巧
Ensembling:Train several networks independently and average their outputs Multi-crop at test time:Run classifier on multiple versions of test images and average results
定位
Need to output bx, by, bn, bw, class label (1-4)
需人工标注特征点的坐标
基于滑动窗口的目标检测算法
- 先训练卷积网络识别物体
- 滑动+放大窗口+再次滑动
问题:计算效率大,慢