1. Sigmoid FunctionIn Logisttic Regression, the hypothesis is defined as:where function g is the sigmoid function. The sigmoid function is defined as:...
分类:
系统相关 时间:
2015-06-25 21:12:53
阅读次数:
804
(1) How to comput the Cost function in Univirate/Multivariate Linear Regression;(2) How to comput the Batch Gradient Descent function in Univirate/Mul...
分类:
系统相关 时间:
2015-06-24 10:55:27
阅读次数:
546
构建一个递归函数treeToList(Node root),将一棵已排序的二叉树,调整内部指针,使之从外面看起来,是一个循环双向链表。其中前向指针存储在"small"区域,后向指针存储在"large"区域。链表需要进行调整进行升序排序,并返回链表头指针。
下面的这篇文章详细解释了这个转换的过程。
http://cslibrary.stanford.edu/109/TreeListRecursi...
分类:
编程语言 时间:
2015-06-14 15:14:41
阅读次数:
167
一、 什么是StandfordParser?StandfordParser是Stanford NLP小组提供的一系列工具之一,是用来完成语法分析的任务。StanfordParser可以找出句子中词语之间的dependency关联信息,并且以StanfordDependency格式输出,包括有向图及树...
分类:
其他好文 时间:
2015-06-13 22:48:40
阅读次数:
526
前言本教程综合Stanford CS231N和UC Berkerley CS188的Python教程。
教程很短,但适合有一定编程基础,学过其他语言的童鞋。Python启动Python 解释器Python可以有两种使用方式,一种就是使用解释器interpreter,类似Matlab,输入一行代码,运行一行;另一种就是编写一个py后缀的文档,称为脚本,然后python xxx.py运行脚本scrip...
分类:
编程语言 时间:
2015-06-11 21:17:29
阅读次数:
133
1. ufldl教程:http://ufldl.stanford.edu/tutorial/ Andrew Ng的教程,matlab代码。2. Neural Network and Deep Learning:http://neuralnetworksanddeeplearning.com/inde...
分类:
其他好文 时间:
2015-06-08 22:55:15
阅读次数:
144
学习笔记:AlexNet&Imagenet学习笔记ImageNet(http://www.image-net.org)是李菲菲组的图像库,和WordNet 可以结合使用(毕业于Caltech;导师:Pietro Perona;主页:http://vision.stanford.edu/~feifei...
分类:
Web程序 时间:
2015-06-05 10:04:14
阅读次数:
327
Basic Operations 基本操作a = 1.0000 15.0000 2.0000 0.5000
% ================format ================
>> format long
>> aa = 1.000000000000000 15.000000000000000 2.000000000000000 0.5000000...
分类:
其他好文 时间:
2015-06-04 15:50:05
阅读次数:
203
STANFORD机器学习公开课第4-5讲算法,文章主要介绍简单的二分类算法:线性分类器、高斯判别分析、朴素贝叶斯。...
分类:
其他好文 时间:
2015-06-04 13:56:03
阅读次数:
171
我的java版本是jdk1.8.0_45,安装了protege后打开总显示:ERROR: Bundle org.protege.common [1] Error starting file:/home/xxx/Protege_4.3/bundles/org.protege.common.jar(or...
分类:
其他好文 时间:
2015-06-02 00:06:33
阅读次数:
184