neural networks 神经网络activation function 激活函数hyperbolic tangent 双曲正切函数bias units 偏置项activation 激活值forward propagation 前向传播feedforward neural network 前馈 ...
分类:
其他好文 时间:
2019-04-22 00:39:14
阅读次数:
152
写给小陈~ 参考文献: Chou X., Gambardella L.M., Montemanni R. (2018) Monte Carlo Sampling for the Probabilistic Orienteering Problem. In: Daniele P., Scrimali ...
分类:
编程语言 时间:
2019-04-11 01:39:45
阅读次数:
189
Underfitting (欠拟合) Overfitting (过拟合) 解决拟合的方法 线性回归正则化 欠拟合/高偏差(high bias) 过拟合/高方差(high variance) 过拟合与欠拟合也可以用 Bias 与 Variance 的角度来解释,欠拟合会导致高 Bias ,过拟合会导致 ...
分类:
其他好文 时间:
2019-03-31 16:56:50
阅读次数:
269
ARE 212 - Problem Set 2Due March 10thPart I: Theory (For your practice only. Not required)1. Derive the sampling error of the GLS estimator by showing ...
分类:
其他好文 时间:
2019-03-10 20:53:22
阅读次数:
162
1.time window, sampling interval 这里需要注意的是两者的和必须是2的n次方,可以写成2047 1; 2046 2,或2047.75 0.25,2047.9 0.1等等 2.最大频率 远震这里设置成0.2HZ就可以了 3.慢度最大值 设为0.4就可以了 4.antili ...
分类:
其他好文 时间:
2019-03-09 20:23:25
阅读次数:
198
上述代码写后,trian loss 和 valid loss 一致都不怎么变化,好像神经网络完全没有在训练一样。这是因为每训练一次后,weight和bias都被重新初始化了。 ...
分类:
其他好文 时间:
2019-02-27 22:08:23
阅读次数:
276
Inferential Statistics Generalizing from a sample to a population that involves determining how far sample statistics are likely to vary from each oth ...
分类:
其他好文 时间:
2019-02-07 09:14:56
阅读次数:
140
```
Do you bring mobile phone or any other electronic devices?”回答 “No”。
Have you brought your identification card with you?” 回答 “yes”。
Could I see it?... ...
分类:
其他好文 时间:
2019-02-03 21:03:25
阅读次数:
233
函数说明: 1. PolynomialFeatures(degree=2, interaction_only=False, include_bias=False) 参数说明:degree=2,表示多项式的变化维度为2,即^2, interaction_only表示是否只使用a*b, include_ ...
分类:
其他好文 时间:
2019-01-25 20:00:28
阅读次数:
413
app:layout_constraintHorizontal_chainStyle app:layout_constraintDimensionRatio app:layout_constraintHorizontal_bias constraintlayout.widget.Barrier co ...
分类:
移动开发 时间:
2019-01-22 12:23:24
阅读次数:
625