
深度学习
顽强的蝈蝈
君子务本,本立而道生!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Efficient Video Segmentation using Parametric Graph Partitioning阅读笔记(1)
Efficient VideoSegmentation using Parametric Graph Partitioning (基于参数图划分的高效视频分割) 本篇博文要讲解的是来自International Conference on Computer Vision(ICCV)2015国际计算机视觉大会上的一篇经典Paper《Efficient原创 2017-09-14 12:53:11 · 465 阅读 · 0 评论 -
TensorFlow实现经典深度学习网络(3):TensorFlow实现Google Inception Net
TensorFlow实现经典深度学习网络(3):TensorFlow实现Google Inception Net Google Inception Net作为ILSVRC 2014比赛中的第一名(通常被称为Inception V1),其在控制计算量和参数量的同时,获得非常好的分类性能——top-5错误率6.67%,只有AlexNet的一半不到。Inception V1有22层(AlexNet 8层,VGGNet 19层),计算量却只有15亿次浮点运算,500万参数(AlexNet 6000万原创 2017-10-14 10:14:06 · 805 阅读 · 0 评论