电脑配置:win10 + Anaconda3 + pyton3.5 + vs2013 + tensorflow + Gpu980 + matlab2016b softmax regression的详细介绍,请参考黄文坚的《tensorflow实战》的第3.2节。 原书pdf下载地址: 链接:http ...
分类:
其他好文 时间:
2017-12-14 17:58:59
阅读次数:
180
第一页纸定义了损失函数的样子, theta, X 和 y 的 shape, 以及最终的损失函数向量表现形式. 第二页纸抄上了几个要用到的矩阵求导公式,以及推导过程和结果. 要说明的是:推导结果与theta, X 和 y 的 shape有直接关系.也就是说可能和某教材,某大牛教学视频的结论外貌上不一致 ...
分类:
其他好文 时间:
2017-12-10 14:49:25
阅读次数:
169
package Spark_MLlib import java.util.Properties import org.apache.spark.mllib.regression.LabeledPoint import org.apache.spark.mllib.linalg.{Vector, Ve ...
分类:
其他好文 时间:
2017-12-09 14:03:58
阅读次数:
268
问题背景: root 用户安装了maven,切换到jenkins 用户可以正常执行mvn 命令,但是jenkins job 构建任务却无法执行mvn命令,报错如下:/bin/sh: 1: mvn: not found 1、root用户安装maven 2、root用户配置/etc/profile 文件 ...
分类:
其他好文 时间:
2017-12-08 23:08:24
阅读次数:
288
Linux中文件链接有两种方式,一种是hard link,又称为硬链接;另一种是symbolic link,又称为符号链接。要区分两者的不同要回顾Linux常用的ext2文件系统。这种文件系统使用inode与block,其中inode记录文件数据所存储的block序号,而block用于存储数据。至于 ...
分类:
系统相关 时间:
2017-12-07 23:49:13
阅读次数:
200
Symbolicating Crash Reports With atos The atos command converts numeric addresses to their symbolic equivalents. If full debug symbol information is a ...
分类:
其他好文 时间:
2017-12-05 18:54:21
阅读次数:
184
引用来自:https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ Windows 10,8,7and Vista 都支持符号链接(symbolic lin ...
分类:
其他好文 时间:
2017-12-05 17:35:05
阅读次数:
775
①假设函数(hypothesis function) 在给定一些样本数据(training set)后,采用某种学习算法(learning algorithm)对样本数据进行训练,得到了一个模型或者说是假设函数。 当需要预测新数据的结果时,将新数据作为假设函数的输入,假设函数计算后得到结果,这个结果 ...
分类:
系统相关 时间:
2017-11-27 23:31:41
阅读次数:
169
1. Build a logistic regression model, structured as a shallow neural network2. Implement the main steps of an ML algorithm, including making predictio ...
分类:
其他好文 时间:
2017-11-09 19:47:59
阅读次数:
174