E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Tensorlayer
Tensorflow 损失函数(loss function)及自定义损失函数(二)
我主要分三篇文章给大家介绍tensorflow的损失函数,本篇为tensorflow其他的损失函数,主要参照了
tensorlayer
中的实现(一)tensorflow内置的四个损失函数(二)其他损失函数
Liu-Kevin
·
2018-06-14 16:52
Tensorflow
mobilenet_v2
tensorlayer
实现
mobilenet_v2使用
tensorlayer
实现训练数据使用cifar10完整代码github地址https://github.com/One-sixth/mobilenet_v2-
tensorlayer
ONE_SIX_MIX
·
2018-06-09 22:13
神经网络
深度学习的经验
TensorFlow与
TensorLayer
学习
最近项目需要,刚好
Tensorlayer
里面有需要用到的功能。
edward_zcl
·
2018-06-04 12:57
Tensorflow
Tnesorlayer
Python
人工智能-神经网络
机器学习参数设置与预训练模型设置
使用
tensorlayer
时,出现了大量相关的参数设置,通用的参数设置如下:task='dcgan'flags=tf.app.flagsflags.DEFINE_string('task','dcgan
小杰bucter
·
2018-05-28 13:29
深度学习相关
教程网站
教程系列|莫烦Pythonhttps://morvanzhou.github.io/tutorials/machine-learning/reinforcement-learning/例子Examples—
TensorLayer
kyang624823
·
2018-03-29 08:27
TensorLayer
官方中文文档1.7.4:API – 操作系统管理
所属分类:TensorLayerAPI-操作系统管理¶系统操作,更多函数可在TensorFlowAPI中找到。exit_tf([sess,port])CloseTensorFlowsession,TensorBoardandNvidia-processifavailable.open_tb([logdir,port])OpenTensorboard.clear_all([printable])Cl
macair123
·
2018-03-10 16:33
人工智能
DeepRebirth: Accelerating Deep Neural Network Execution on Mobile Devices
DeepRebirth:AcceleratingDeepNeuralNetworkExecutiononMobileDevices作者将CNN中的层分为两种:(1)
TensorLayer
,如conv,fc
X-SPY
·
2018-03-05 19:10
CNN
计算机视觉
网络加速
使用
tensorlayer
来实现:通过keras例子来理解lstm循环神经网络
原指导+例子+keras实现:http://blog.csdn.net/ma416539432/article/details/53509607测试环境:tensorflow-gpu1.5.0+
tensorlayer
1.7.4
ONE_SIX_MIX
·
2018-02-24 19:53
神经网络
深度学习的经验
TensorFlow之Keras,
TensorLayer
, Tflearn库比较【转】
/dhsig552/article/details/52319541TensorFlow是非常强大的分布式跨平台深度学习框架;因此,我们有必要比较一下基于TensorFlow开发的三个库:Keras,
TensorLayer
shareinfo2018
·
2017-08-04 15:04
deeplearning
安装
tensorlayer
中遇到的问题
安装环境:ubuntuserver16.04、anconada2步骤一:安装root@ubuntu201:~#pipinstallgit+https://github.com/zsdonghao/
tensorlayer
.git
Babyzpj
·
2017-06-19 20:44
【Tensorflow】辅助工具篇——tensorflow slim(TF-Slim)介绍
但事实上它已经成为我比较喜欢,甚至是比较常用的模块,github上面大部分tensorflow的工程都会涉及到它,不得不说,撇开Keras,
TensorLayer
,tfLearn这些个高级库不谈,光用tensorflow
xf__mao
·
2017-06-18 12:22
TensorFlow
TensorFlow
python
深度学习
神经网络
机器学习
TF-Slim、TFLearn、Keras和
TensorLayer
TF-Slim、TFLearn、Keras和
TensorLayer
都是尝试简化TensorFlow/Theano的工具,是对TensorFlow/Theano的高层封装,API实现更加的工程化。
溪奇
·
2017-06-04 19:56
深度学习教程 TensorFlow and Deep Learning Tutorials
Google'sDeepLearningTutorialsTensorFlowOfficialDeepLearningTutorial[中文].MLPwithDropoutTensorFlow[中文]
TensorLayer
garfielder007
·
2017-04-16 16:40
Deep
Learning
TensorFlow与
TensorLayer
教程[精选][转]
TensorFlowTensorFlowOfficialDeepLearningTutorial[中文].MLPwithDropoutTensorFlow[中文]
TensorLayer
[中文]AutoencoderTensorLayer
zs左右左
·
2016-08-26 07:06
TensorFlow, Keras,
TensorLayer
, Tflearn 比较
TensorFlow是非常强大的分布式跨平台深度学习框架;因此,我们有必要比较一下基于TensorFlow开发的三个库:Keras,
TensorLayer
,TflearnKeras:是这三个库中最早发布的
zs左右左
·
2016-08-25 23:00
TensorLayer
如何重复使用 variable
TensorLayer
有2个简单的方法解决实现这个方法1这下面连接的例子中,Layer内部通过plac
zs左右左
·
2016-08-25 22:53
Word2vec 快熟实现之 TuneLayer (
TensorLayer
) 和 TensorFlow 篇
TensorLayer
把word2vec的cost,通过一个LayerClass抽象出来,大大简化了代码的难度。
WangBocz
·
2016-07-28 06:11
深度学习
tensorflow
人工智能
机器学习
如何在 MNIST 实现 CNN (
tensorlayer
, TuneLayer 实现)
卷积神经网络最简单的例子莫过于对MNIST做分类了。MNIST每个图片有28乘以28个像素,我们可以用4Dplaceholder作为输入。x=tf.placeholder(tf.float32,shape=[None,28,28,1])y_=tf.placeholder(tf.int64,shape=[None,])https://github.com/zsdonghao/tunelayer然后如
WangBocz
·
2016-07-28 05:06
深度学习
tensorflow
人工智能
清华大学
机器学习
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他