码迷,mamicode.com
首页 >  
搜索关键字:symbolic regression    ( 1032个结果
机器学习基石笔记9——机器可以怎样学习(1)
Linear Regression 线性回归
分类:其他好文   时间:2015-03-05 01:29:40    阅读次数:172
notes: the architecture of GDB
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
Machine Learning - VII. Regularization (Week 3)
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进行分类时,ROC的绘制和AUC的计算
在之前的这篇日志中,我简单介绍了使用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、计算机语言发展阶段
1、机器语言 二进制代码(机器指令)的集合2、符号语言 如用ADD代表“加”。符号语言又称为符号汇编语言(symbolic assembler language)或汇编语言(assembler language)。3、高级语言 不依赖于具体的机器,用它写出的程序对任何型号的计算机都适用(或者只...
分类:编程语言   时间:2015-02-22 09:52:29    阅读次数:312
Machine Learning - VI. Logistic Regression (Week 3)
机器学习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 分类器
logistic regression , 梯度下降法
分类:其他好文   时间:2015-02-14 18:48:35    阅读次数:216
More 3D Graphics (rgl) for Classification with Local Logistic Regression and Kernel Density Estimates (from The Elements of Statistical Learning)(转)
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
Linux软链接和硬链接
1.Linux链接概念 Linux链接分两种,一种被称为硬链接(Hard Link),另一种被称为符号链接(Symbolic Link)。默认情况下,ln命令产生硬链接。 【硬连接】 硬连接指通过索引节点来进行连接。在Linux的文件系统中,保存在磁盘分区中的文件不管是什么类型都给它分配一个编号,称为索引节点号(Inode Index)。在Linux中,多个文件名指向同一索引节点是存在的...
分类:系统相关   时间:2015-02-06 15:00:35    阅读次数:177
Machine Learning - IV. Linear Regression with Multiple Variables (Week 2)
机器学习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
1032条   上一页 1 ... 87 88 89 90 91 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!