James Lei
Spaceship - 星际飞船

Spaceship - 星际飞船

Follow
homebadges
Tag

Deep Learning

#deep-learning

More content

Read more stories on Hashnode


Articles with this tag

DL02-YOLOv1实时物体检测方法

Jun 21, 2019

Paper Reading 来自 jameslei.com YOLO实时物体检测方法 Redmon, Joseph, et al. "You only look once: Unified, real-time object detection." Proceedings of the IEEE...

DL02-YOLOv1实时物体检测方法

DL01-常用的激活函数

Jun 18, 2019

神经网络的常用激活函数 Sigmoid函数 解决二分类问题。 $$ f(z) = \frac{1}{1+\exp(-z)} $$ 其对应的导函数为 $$ f'(z) = f(z)(1-f(z)) $$ Tanh函数 $$ f(z) = tanh(z) =...

DL01-常用的激活函数