自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (10)
  • 收藏
  • 关注

原创 【TensorFlow】tf.nn.conv2d是怎样实现卷积的?

实验环境:tensorflow版本1.2.0,python2.7介绍惯例先展示函数:tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=None, name=None)除去name参数用以指定该操作的name,与方法有关的一共五个参数:input: 指需要做卷积的输入图像,它要求是一个Tensor,具有[batch, i

2017-09-16 16:30:44 24078 14

原创 【Tensorflow】tf.nn.atrous_conv2d如何实现空洞卷积?

实验环境:tensorflow版本1.2.0,python2.7介绍关于空洞卷积的理论可以查看以下链接,这里我们不详细讲理论:1.Long J, Shelhamer E, Darrell T, et al. Fully convolutional networks for semantic segmentation[C]. Computer Vision and Pattern Recognitio

2017-09-16 15:04:35 24792 13

原创 【Tensorflow】tf.nn.depthwise_conv2d如何实现深度卷积?

实验环境:tensorflow版本1.2.0,python2.7介绍depthwise_conv2d来源于深度可分离卷积:Xception: Deep Learning with Depthwise Separable Convolutionstf.nn.depthwise_conv2d(input,filter,strides,padding,rate=None,name=None,data_fo

2017-09-16 14:32:56 41787 9

原创 【Tensorflow】tf.nn.separable_conv2d如何实现深度可分卷积?

实验环境:tensorflow版本1.2.0,python2.7介绍tf.nn.separable_conv2d可以看做,深度卷积tf.nn.depthwise_conv2d的扩展,所以首先我们需要了解depthwise_conv2d,可以查看我的另一篇博客: 【Tensorflow】tf.nn.depthwise_conv2d如何实现深度卷积?tf.nn.separable_conv2d(inpu

2017-09-16 13:01:12 21010 2

原创 【Tensorflow】tf.nn.depthwise_conv2d如何实现深度卷积?

tensorflow版本1.2.0,python2.7环境depthwise_conv2d来源于深度可分离卷积Xception: Deep Learning with Depthwise Separable Convolutionstf.nn.depthwise_conv2d(input,filter,strides,padding,rate=None,name=Non

2017-09-11 23:10:03 4032

原创 【Tensorflow】tf.nn.atrous_conv2d如何实现空洞卷积?

tensorflow版本1.2.0,python2.7环境关于空洞卷积的理论可以查看以下链接,这里我们不详细讲理论:1.Long J, Shelhamer E, Darrell T, et al. Fully convolutional networks for semantic segmentation[C]. Computer Vision and Pattern Recognit

2017-09-10 21:22:57 6387 1

原创 官方教程:用Pytorch实现迁移学习

迁移学习官方教程翻译+搬运自:http://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html#training-the-model前置阅读:PyTorch深度学习:60分钟入门(Translation) - 知乎专栏实际情况下,很少有人从头开始训练整个卷积网络(网络参数随机初始化),因为很难

2017-09-07 11:43:07 10495 4

鸢尾花卉数据集

鸢尾花卉数据集iris

2017-06-25

domain_adaptation_images.part2.rar

实验用 office数据集

2017-06-16

domain_adaptation_images.part1.rar

office数据集

2017-06-16

迁移学习综述a survey on transfer learning的整理下载

迁移学习的一些基础概念和研究领域分类整理

2017-02-19

Deep Transfer Network: Unsupervised Domain Adaptation

Deep Transfer Network: Unsupervised Domain Adaptation

2017-02-09

Going deeper with convolutions

Going deeper with convolutions

2016-11-26

Deep Residual Learning for Image Recognition

Deep Residual Learning for Image Recognition

2016-11-20

Batch Normalization: Accelerating Deep Network Training by Reducing

Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift

2016-11-20

Unity3D游戏开发vr插件CardboardSDKForUnity

CardboardSDKForUnity

2016-07-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除