会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Tao Kong(孔涛)
Enjoy myself, enjoy life!
首页
新随笔
管理
上一页
1
2
3
2014年11月23日
[监督学习]GDA 高斯判别分析
摘要: 高斯判别分析(Gaussian discriminative analysis )是一个较为直观的模型,基本的假设是我们得到的数据是独立同分布的(IID),虽然在实际中这种假设很难达到,但有时候拥有了好的假设可以得到较好的结果。在Andrew Ng大神的CS229 Lecture notes中有...
阅读全文
posted @ 2014-11-23 20:51 Tao Kong
阅读(3248)
评论(0)
推荐(0)
2014年10月19日
The Josephus problem
摘要: Legend has it that Josephus wouldn't have lived to become famous without his mathematical talents. During the Jewish-Roman war, he was among a band of...
阅读全文
posted @ 2014-10-19 10:30 Tao Kong
阅读(424)
评论(0)
推荐(0)
cluster by fast search and find of density peaks
摘要: 说实在的这篇文章一发出来就遭到很多同行的鄙视,具体可以见Science上的评论,作为小菜,我还是保持沉默,好好学习为好。今天终于挤出时间来写这篇文章,闲话少说,直接上干货吧。聚类是根据距离来进行的,关于距离也可以用一篇很长的文章来叙述,但是这篇文章不是关注这个方面,我们只关注有了距离dij以后,怎么...
阅读全文
posted @ 2014-10-19 10:27 Tao Kong
阅读(3773)
评论(1)
推荐(0)
遗传算法解决TSP问题
摘要: 基本原理在代码中有注释: 1 #include 2 #include 3 #include 4 #include 5 #include 6 using std::string; 7 8 struct Position 9 { 10 string EID; 11 ...
阅读全文
posted @ 2014-10-19 10:19 Tao Kong
阅读(513)
评论(0)
推荐(0)
2014年8月7日
Latex基本模版
摘要: \documentclass[a4paper,onecolumn,10pt]{article}%定义文档格式:%a4paper 用a4纸张大小%onecolumn 单排 亦可以使双排 twocolumn%10pt 11pt 12pt%article 文档样式,report book slides%\...
阅读全文
posted @ 2014-08-07 15:09 Tao Kong
阅读(3575)
评论(0)
推荐(0)
2014年8月5日
算法练习与整理
摘要: 单源点最短路径整理动态规划求解钢条切割问题
阅读全文
posted @ 2014-08-05 12:09 Tao Kong
阅读(121)
评论(0)
推荐(0)
2013年12月23日
机器学习笔记——持续更新
摘要: 以下笔记均为个人整理,学习和交流用。1.机器学习笔记一——梯度下降和最小二乘法2.机器学习笔记二——为什么选择最小二乘
阅读全文
posted @ 2013-12-23 21:38 Tao Kong
阅读(198)
评论(0)
推荐(0)
2013年12月18日
一些有用的网站
摘要: 小木虫http://emuch.net/将图片转化为eps,用于Latex排版http://www.tlhiv.org/rast2vec/中国计算机学会推荐国际学术会议和期刊目录http://www.ccf.org.cn/sites/ccf/paiming.jsp在线latex公式编辑器http:/...
阅读全文
posted @ 2013-12-18 09:47 Tao Kong
阅读(444)
评论(0)
推荐(0)
2013年12月17日
博客园的第一天!
摘要: 博客园的第一天!
阅读全文
posted @ 2013-12-17 16:03 Tao Kong
阅读(140)
评论(1)
推荐(0)
上一页
1
2
3
公告