2019年8月11日

Tensorflow中的损失函数loss汇总

摘要: 回归和分类是监督学习中的两个大类。自学过程中... 阅读全文

posted @ 2019-08-11 10:32 丁错儿 阅读(118) 评论(0) 推荐(0) 编辑

Tensorflow中的tf.placeholder函数

摘要: tf.placeholder(dtype, ... 阅读全文

posted @ 2019-08-11 10:00 丁错儿 阅读(5) 评论(0) 推荐(0) 编辑

python中shape用法

摘要: x_data.shape = -1, 1 ... 阅读全文

posted @ 2019-08-11 09:54 丁错儿 阅读(62) 评论(0) 推荐(0) 编辑

numpy.random.normal()剖析

摘要: numpy.random.normal(lo... 阅读全文

posted @ 2019-08-11 09:39 丁错儿 阅读(28) 评论(0) 推荐(0) 编辑

numpy.linspace使用详解

摘要: numpy.linspace(start, ... 阅读全文

posted @ 2019-08-11 09:17 丁错儿 阅读(6) 评论(0) 推荐(0) 编辑

Python深浅拷贝的问题剖析

摘要: 直接赋值:其实就是对象的引用(别名)。浅拷贝... 阅读全文

posted @ 2019-08-11 08:54 丁错儿 阅读(1) 评论(0) 推荐(0) 编辑

TensorFlow学习和整理

摘要: 一、介绍Tensorflow是一个通过计算图... 阅读全文

posted @ 2019-08-11 08:14 丁错儿 阅读(9) 评论(0) 推荐(0) 编辑

导航