- 博客(35)
- 资源 (1)
- 收藏
- 关注
原创 碎片
1.为何通过多项式而非其他类型 如1/x来拟合数据?主要是听老张讲得好,才有所得。高数第三章第三节泰勒公式中,原文如下:对于一此较复杂的函数,为了便于研究,往往希望用一些简单的函数来近似表达。由于用多项式来表示的函数,只要对自变量进行有限次加、减、乘三种算术运算(无除法),便能求出其函数值来,因此常用多项式来近拟表达复杂函数。建模实际上就是为了找出数据中的对应关系,即函数。实际数据中的这种函数
2014-12-29 12:25:48
540
翻译 simplystas相关(待修)
近来太懒了,想想太不好了,于是决定每个星期去看一篇simplystas上的文章并稍加翻译 Sunday data/statistics link roundup (12/21/14) 星期日数据统计相关摘要James Stewart, author of the most popu
2014-12-29 00:27:49
565
转载 机器学习(Machine Learning)&深度学习(Deep Learning)资料转给自己看
机器学习(Machine Learning)&深度学习(Deep Learning)资料分类: 统计学习2014-11-24 16:14 5人阅读 评论(0) 收藏 举报http://blog.youkuaiyun.com/u013524655/article/details/40948057《Brief History of Machine L
2014-11-26 17:16:19
728
原创 multiple regression与multivariable regression的区别
最近在瞄别人的论文的时候《lasso在多元回归分析中应用
2014-11-24 21:00:35
3834
1
原创 线性回归week3
多元回归的例子Swiss fertility datalibrary(datasets); data(swiss); require(stats); require(graphics)pairs(swiss, panel = panel.smooth, main = "Swiss data", col = 3 + (swiss$Catholic > 50))
2014-08-22 14:58:50
2906
原创 datascience机器学习week2
The caret R packagehttp://caret.r-forge.r-project.org/Caret functionalitySome preprocessing (cleaning)preProcessData splittingcreateDataPartitioncreateResamplecreateTimeS
2014-08-13 14:54:02
1785
原创 datascience之机器学习week1
About this courseThis course covers the basic ideas behind machine learning/predictionStudy design - training vs. test setsConceptual issues - out of sample error, ROC curvesPractical implemen
2014-08-11 14:44:24
1577
原创 统计推断week4
4.1 P值P-valuesMost common measure of "statistical significance"Their ubiquity, along with concern over their interpretation and use makes them controversial among statisticianshttp:/
2014-07-31 14:07:21
2796
原创 数据清洗与收集week4
Fixing character vectors - tolower(), toupper()if(!file.exists("./data")){dir.create("./data")}fileUrl "https://data.baltimorecity.gov/api/views/dz54-2aru/rows.csv?accessType=DOWNLOAD"download.
2014-07-28 09:25:46
1747
原创 统计推断week3
3.1 likehood 似然LikelihoodA common and fruitful approach to statistics is to assume that the data arises from a family of distributions indexed by a parameter that represents a useful summary
2014-07-26 09:09:25
1185
原创 数据清洗与收集week3
3.1 subsetting and sortSubsetting - quick reviewset.seed(13435)X data.frame("var1"=sample(1:5),"var2"=sample(6:10),"var3"=sample(11:15))X X[sample(1:5),]; X$var2[c(1,3)] = NAX var
2014-07-23 09:02:06
1568
转载 国外程序员整理的机器学习资源大全(留着自己玩)
推荐!国外程序员整理的机器学习资源大全2014/07/21 | 分类: IT技术, 工具与资源 | 0 条评论 | 标签: 机器学习分享到:2本文由 伯乐在线 - toolate 翻译自 awesome-machine-learning。欢迎加入技术翻译小组。转载请参见文章末尾处的要求。本文汇编了一些机器学习领域的框架、库以及软件(按编程语言排序
2014-07-22 09:04:03
2380
1
原创 回归分析week2
2.1 回归相关Examplediamond data set from UsingRData is diamond prices (Signapore dollars) and diamond weight in carats (standard measure of diamond mass, 0.2 $g$). To get the data us
2014-07-20 09:51:57
844
原创 探索性数据分析week2
2.1 the lattice绘图系统The Lattice Plotting SystemThe lattice plotting system is implemented using the following packages:lattice: contains code for producing Trellis graphics, which are
2014-07-18 18:20:58
1425
转载 网上流传数据来源
世界经济专业常用数据库常用数据库介绍1.IMF--ifs 国际金融统计年鉴IMF-DOT 国际贸易方向统计年鉴IMF-BOP 国际收支平衡表2 PWT是联合国的ICP(国际比较计划),委托宾州大学的一个研究所建立的数据库,目前版本是6.2.在google里输入pwt即可找到.可以在线获得多种格式的数据.数据特点是:大部分宏观数据已经过价格或汇率因
2014-06-01 12:24:22
1162
原创 机器学习笔记-advice for applying machine learning
6.1 deciding what to try next 1.debug 时出现问题要咋办呢?机器学习诊断1.可以给出建议使得学习算法更有成效2.需要时间来完善和尝试,但总体来说还是节省时间的3.有时能排除某些不能显著提升表现的步骤6.2 evaluating a hypothesis训练误差小的假设并非就是好的假设(可能会导致过拟合),不能
2014-05-13 01:04:49
823
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人