http://freemind.pluskid.org/machine-learning/softmax-vs-softmax-loss-numerical-stability/ softmax 在 Logistic Regression 里起到的作用是将线性预测值转化为类别概率 ...
分类:
其他好文 时间:
2017-05-01 17:02:56
阅读次数:
209
必做: [*] warmUpExercise.m - Simple example function in Octave/MATLAB[*] plotData.m - Function to display the dataset[*] computeCost.m - Function to com ...
分类:
系统相关 时间:
2017-04-29 09:53:43
阅读次数:
302
https://www.coursera.org/learn/machine-learning/exam/dbM1J/octave-matlab-tutorial Octave Tutorial 5 试题 1. Suppose I first execute the following Octave ...
分类:
系统相关 时间:
2017-04-29 01:17:10
阅读次数:
644
前面,我们提到了监督学习,在机器学习中,与之对应的是非监督学习。无监督学习的问题是,在未加标签的数据中,试图找到隐藏的结构。因为提供给学习者的实例是未标记的,因此没有错误或报酬信号来评估潜在的解决方案。这区别于监督学习和强化学习无监督学习。 无监督学习是密切相关的统计数据密度估计的问题。然而无监督学 ...
分类:
系统相关 时间:
2017-04-28 22:18:25
阅读次数:
299
在机器学习(Machine learning)领域。主要有三类不同的学习方法: 监督学习(Supervised learning)、 非监督学习(Unsupervised learning)、 半监督学习(Semi-supervised learning), 监督学习:通过已有的一部分输入数据与输出 ...
分类:
其他好文 时间:
2017-04-22 20:43:33
阅读次数:
305
Machine Learning(机器学习)是研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。 它是人工智能的核心,是使计算机具有智能的根本途径,其应用遍及人工智能的各个领域,它主要使用归纳、综合而不是演译。 在过去的十年中,机器学习帮助我 ...
分类:
其他好文 时间:
2017-04-22 12:33:29
阅读次数:
153
Overview Photo OCR Problem Description and Pipeline Sliding Windows Getting Lots of Data and Artificial Data Ceiling Analysis: What Part of the Pipeli ...
分类:
系统相关 时间:
2017-04-21 09:52:12
阅读次数:
266
Here is the note for lecture five. There will be several points 1. Training and Testing Both of these are about data. Training is using the data to ge ...
分类:
系统相关 时间:
2017-04-18 22:03:09
阅读次数:
230
python 篇: http://machinelearningmastery.com/ensemble-machine-learning-algorithms-python-scikit-learn/ R 篇: http://machinelearningmastery.com/machine-l ...
分类:
其他好文 时间:
2017-04-18 18:14:46
阅读次数:
148
声明:
开个新坑,督促自己坚持学习。这个系列同样是学习心得以及总结,用到的资料都是从吴恩达大神在Coursera上的课程中摘下来的。另外,依照Coursera的要求,保证学员的学习质量,在这一系...
分类:
系统相关 时间:
2017-04-16 19:33:55
阅读次数:
280