1 import tensorflow as tf 2 import numpy as np 3 import matplotlib.pyplot as plt 4 def add_layer(inputs, in_size, out_size,activation_function=None): Read More
posted @ 2019-11-25 14:57 小雨点1206 Views(162) Comments(0) Diggs(0) Edit
1 import tensorflow as tf 2 import numpy as np 3 import matplotlib.pyplot as plt 4 def add_layer(inputs, in_size, out_size,n_layer,activation_function Read More
posted @ 2019-11-25 14:40 小雨点1206 Views(122) Comments(0) Diggs(0) Edit
非线性方程 我们为什么要使用激励函数? 用简单的语句来概括. 就是因为, 现实并没有我们想象的那么美好, 它是残酷多变的. 开个玩笑, 不过激励函数也就是为了解决我们日常生活中 不能用线性方程所概括的问题. 好了,我知道你的问题来了. 什么是线性方程 (linear function)? 我们可以把 Read More
posted @ 2019-11-25 10:06 小雨点1206 Views(628) Comments(0) Diggs(0) Edit