自定义博客皮肤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)
  • 资源 (1)
  • 收藏
  • 关注

原创 1TensorFlow实现自编码器-1.8为自编码器计算图添加标量,图像等汇总节点

#1.8为自编码器计算图添加标量,图像等汇总节点import numpy as npimport sklearn.preprocessing as prepimport tensorflow as tfimport matplotlib.pyplot as pltfrom tensorflow.examples.tutorials.mnist import input_dataimport

2017-10-31 19:54:50 347

原创 1TensorFlow实现自编码器-1.7TensorFlow实现双隐层自编码器-计算图并运行

# 1.7TensorFlow实现双隐层自编码器-计算图并运行import numpy as npimport sklearn.preprocessing as prepimport tensorflow as tfimport matplotlib.pyplot as pltfrom tensorflow.examples.tutorials.mnist import input_data

2017-10-31 17:53:04 380

原创 1TensorFlow实现自编码器-1.6TensorFlow实现单隐层自编码器-启动会话训练模型

# 1.6TensorFlow实现单隐层自编码器-启动会话训练模型import numpy as npimport sklearn.preprocessing as prepimport tensorflow as tfimport matplotlib.pyplot as pltfrom tensorflow.examples.tutorials.mnist import input_da

2017-10-31 10:59:02 465

原创 1TensorFlow实现自编码器-1.5 TensorFlow实现单隐层自编码器--计算图设计

#1.5 TensorFlow实现单隐层自编码器--计算图设计import numpy as npimport sklearn.preprocessing as prepimport tensorflow as tfimport matplotlib.pyplot as pltfrom tensorflow.examples.tutorials.mnist import input_data

2017-10-27 20:03:44 461

原创 1TensorFlow实现自编码器-1.4 TensorFlow实现降噪自动编码器--运行会话,训练模型

import numpy as npimport sklearn.preprocessing as prepimport tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_dataimport osos.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'# Xvaier均匀初始

2017-10-27 11:13:22 806 1

翻译 Understanding the difficulty of training deep feedforward neural networks

Understanding the difficulty of training deep feedforward neural networks参考:http://blog.csdn.net/shuzfan/article/details/51338178摘要 Whereas before 2006 it appears that deep multilayer neural networks

2017-10-18 19:18:18 605

原创 均匀分布和高斯分布

一、均匀分布 若连续型随机变量X具有概率密度 f(x)={1b−a,0,a<x<b其他f(x) = \begin{cases} \tfrac{1}{b-a}, & { a<x<b } \\0, & {其他 }\end{cases}则称X在区间(a,b)上服从均匀分布。记为X~U(a,b)。易知f(x)≥0f(x)\geq 0,且∫∞−∞f(x)dx=1\int_{-\infty}^{

2017-10-12 17:14:08 27850 1

HxSkin.zip

Android 动态换肤实现,模仿网易云音乐,简单易懂,值得学习!

2019-07-16

空空如也

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

TA关注的人

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