摘要: 安装Python 是通过 安装的,默认安装的是 版本,但 目前只能在 ,`3.5 3.6 3.6 python`。 首先运行命令 然后通过 "https://github.com/Homebrew/homebrew core/commits/master/Formula/python.rb" 找到要 阅读全文
posted @ 2019-04-12 23:47 VVingerfly 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 翻译自 "Build a Convolutional Neural Network using Estimators" 的`layer API dropout regularization layer MNIST`数据集中的手写数字。 数据集由 训练样例和 测试样例组成,全部都是0 9的手写数字,每 阅读全文
posted @ 2019-04-12 23:45 VVingerfly 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 标准化方法 Z score Normalization Z score normalization 又叫 standardization (规范化),将特征进行缩放使得其具有均值为0,方差为1的标准正态分布的特性。 $$ z = \frac{x \mu}{\sigma} $$ 其中均值$\mu = 阅读全文
posted @ 2019-04-12 23:43 VVingerfly 阅读(2878) 评论(0) 推荐(0) 编辑
摘要: ## 准备工作 首先下载[nodejs](https://nodejs.org/en/download/),一路next安装即可。验证是否安装成功: ```bash node -v # 输出 v10.15.1 npm -v # 输出 6.8.0 ``` 接下来更改npm的安装源,这能大大加快安装包的 阅读全文
posted @ 2019-04-12 23:37 VVingerfly 阅读(269) 评论(0) 推荐(0) 编辑