
Mathematics and St 数学与统计学
文章平均质量分 72
坚决拥护王大大
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Lecture 1 Linear regression
机器学习笔记,原笔记完成于2014/06/17,整理于2015年4月17日原创 2015-04-17 22:07:54 · 507 阅读 · 0 评论 -
fitsvm in MATLAB 2014 and svmtrain in previous version
matlab 2014以前的版本不包含fitcsvm()训练函数,而是以svmtrain()函数代替。网上找到的关于此函数的资料原文:http://blog.163.com/liu_xi_en/blog/static/2817450620102297336227/最近结合ACO和SVM做分类,于是仔细看了下svmtrain的help文档。现结合该doc文档,做简单整理,转载 2015-04-21 16:26:38 · 2234 阅读 · 0 评论 -
第三讲 Gradient descent in practice II: Learning rate
机器学习笔记,原笔记完成于2014/06/19,整理于2015年4月17日原创 2015-04-17 22:12:02 · 741 阅读 · 0 评论 -
旋度的直角系数学定义
在三维直角坐标系 中,设向量场为:其中的 分别是 轴、 轴、 轴方向上的单位向量,场的分量 具有一阶连续偏导数, 那么在各个坐标上的投影分别为:的向量叫做向量场 的旋度,也就是:旋度的表达式可以用也行列式记号形式表示:原创 2015-04-17 22:23:55 · 1074 阅读 · 0 评论 -
Machine Learning Project 2 Part A
Machine Learning Project 2 Part ASupport vector machines This Tropic Project is the project of ESIEE Paris’Machine Learning course, TP by Prof. Hilaire xavier. This TP was finished by WANG zihaoApr原创 2015-04-21 18:11:21 · 912 阅读 · 0 评论 -
第四讲 Matlab programming
机器学习笔记,原笔记完成于2014/06/20 整理于2015年4月17日原创 2015-04-17 22:14:45 · 660 阅读 · 0 评论 -
Lecture 2 Gradient descent
机器学习笔记,原笔记完成于2014/06/19,整理于2015年4月17日原创 2015-04-17 22:11:21 · 501 阅读 · 0 评论 -
Machine Learning Project 2 Part B
Strategy A : Bayes classificationOur strategy will attempt to classify a test shape based on naive Bayes classication. Based on our observation of section 1, we assume that we are able to build pairw原创 2015-04-25 18:20:54 · 729 阅读 · 0 评论