1. gdb structureat the largest scale,GDB can be said to have two sides to it:1. The "symbol side" is concerned with symbolic information about the pro...
分类:
数据库 时间:
2015-03-05 00:05:58
阅读次数:
294
http://blog.csdn.net/pipisorry/article/details/43884027
机器学习Machine Learning - Andrew NG
courses学习笔记
The Problem of Overfitting
Cost Function
Regularized Linear Regression
R...
分类:
系统相关 时间:
2015-02-27 13:38:19
阅读次数:
177
在之前的这篇日志中,我简单介绍了使用R进行Logistic
Regression时,Recall,Precision,TPR,FPR等等的计算,但是如果依照这种方法绘制ROC曲线(关于ROC和AUC的概念,网上有很多介绍,例如:http://beader.me/2013/12/15/auc-roc/ )就太过于麻烦了,需要手动调整分类阈值。其实R也提供了最基本的ROC曲线绘制的工具包(Pack...
分类:
其他好文 时间:
2015-02-23 12:01:29
阅读次数:
269
1、机器语言 二进制代码(机器指令)的集合2、符号语言 如用ADD代表“加”。符号语言又称为符号汇编语言(symbolic assembler language)或汇编语言(assembler language)。3、高级语言 不依赖于具体的机器,用它写出的程序对任何型号的计算机都适用(或者只...
分类:
编程语言 时间:
2015-02-22 09:52:29
阅读次数:
312
机器学习Machine Learning - Andrew NG
courses学习笔记
Classification
0、1表示含义
denote with 0 is the negative class
denote with 1 is the positive class.
Hypothesis Representation
Decisi...
分类:
系统相关 时间:
2015-02-19 23:00:48
阅读次数:
350
logistic regression , 梯度下降法
分类:
其他好文 时间:
2015-02-14 18:48:35
阅读次数:
216
This post builds on aprevious post, but can be read and understood independently.As part of my course on statistical learning, we created 3D graphics ...
分类:
其他好文 时间:
2015-02-09 10:43:24
阅读次数:
245
1.Linux链接概念
Linux链接分两种,一种被称为硬链接(Hard Link),另一种被称为符号链接(Symbolic Link)。默认情况下,ln命令产生硬链接。
【硬连接】
硬连接指通过索引节点来进行连接。在Linux的文件系统中,保存在磁盘分区中的文件不管是什么类型都给它分配一个编号,称为索引节点号(Inode Index)。在Linux中,多个文件名指向同一索引节点是存在的...
分类:
系统相关 时间:
2015-02-06 15:00:35
阅读次数:
177
机器学习Machine Learning - Andrew NG
courses学习笔记
linear regression works with multiple variables or with multiple features多变量线性规划
Multiple Features多变量
Gradient Descent for Multiple...
分类:
系统相关 时间:
2015-02-05 18:31:27
阅读次数:
237