摘要:
x = 0 :0.02:pi y = sin(x).*exp((2*x+3)) plot(x,y)
阅读全文
posted @ 2017-06-08 18:46
papering
阅读(165)
推荐(0)
摘要:
http://legacy.python.org/dev/peps/pep-0008/ Object type comparisons should always use isinstance() instead of comparing types directly. When checking
阅读全文
posted @ 2017-06-08 18:30
papering
阅读(641)
推荐(0)
摘要:
w http://legacy.python.org/dev/peps/pep-0008/ Yes: if foo.startswith('bar'):No: if foo[:3] == 'bar':
阅读全文
posted @ 2017-06-08 18:29
papering
阅读(184)
推荐(0)
摘要:
方差variance 统计中的方差(样本方差)是每个样本值与全体样本值的平均数之差的平方值的平均数。V 离差平方和(Sum of Squares of Deviations)是各项与平均项之差的平方的总和。SS SS = V N 总体方差 数据个数 SS/N 样本方差 数据个数减一 SS/N 1 离
阅读全文
posted @ 2017-06-07 22:23
papering
阅读(210)
推荐(0)
摘要:
py 3.6 python (2.7) py 3.6 py m pip install upgrade pip py m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose py m pip install nlt
阅读全文
posted @ 2017-06-06 22:14
papering
阅读(158)
推荐(0)
摘要:

阅读全文
posted @ 2017-06-06 17:46
papering
阅读(140)
推荐(0)
摘要:
https://docs.python.org/3/library/threading.html Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no dir
阅读全文
posted @ 2017-06-05 22:03
papering
阅读(628)
推荐(0)
posted @ 2017-06-05 12:29
papering
阅读(158)
推荐(0)
posted @ 2017-06-05 12:26
papering
阅读(134)
推荐(0)
posted @ 2017-06-03 00:54
papering
阅读(158)
推荐(0)
摘要:
http://byvoid.github.io/slides/slmpime/index.html https://www.byvoid.com/zht/blog/slm_based_pinyin_ime
阅读全文
posted @ 2017-06-02 12:18
papering
阅读(172)
推荐(0)
摘要:
<!DOCTYPE html Title 立项背景: 0 突然被限制,无法访问原amazon_asin_reviews_us数据库; 1 原数据库asin类别、厂家信息不明; 2 自然语言处理“通过reviews得出差评原因”,必须出结果,去证明想法的可行性; 3 选择Huawei手机 https:
阅读全文
posted @ 2017-06-01 21:30
papering
阅读(315)
推荐(0)
摘要:
import os, sys os_sep = os.sep base_dir = os.path.dirname(os_sep.join(os.path.abspath(__file__).split(os_sep)[0: 2])) sys.path.append(base_dir) from c
阅读全文
posted @ 2017-06-01 21:06
papering
阅读(231)
推荐(0)
摘要:
Bobby Luo 罗如意(18907295660@189.cn) 2011年7月 http://weibo.com/cquptvlry 电子商务中的BI应用初探 系统架构 对整个数据仓库的架构进行规划 数据库管理 数据库的DBA 需求分析 了解业务部门的需求,或者主动提出需求 ID分析 对生产系统
阅读全文
posted @ 2017-05-27 20:27
papering
阅读(272)
推荐(0)
posted @ 2017-05-26 08:43
papering
阅读(140)
推荐(0)
posted @ 2017-05-25 22:26
papering
阅读(153)
推荐(0)
摘要:
https://baike.baidu.com/item/缺失值/2336661 缺失值是指粗糙数据中由于缺少信息而造成的数据的聚类、分组、删失或截断。它指的是现有数据集中某个或某些属性的值是不完全的。 中文名缺失值外文名Missing value拼 音Quē shī zhí学 科数学产生原因机械和
阅读全文
posted @ 2017-05-25 12:41
papering
阅读(303)
推荐(0)
posted @ 2017-05-22 20:42
papering
阅读(479)
推荐(0)
posted @ 2017-05-20 21:35
papering
阅读(181)
推荐(0)
摘要:
https://baike.baidu.com/item/随机抽样/6381136?fr=ge_ala 按照随机的原则,即保证总体中每一个对象都有已知的、非零的概率被选入作为研究的对象,保证样本的代表性。 随机抽样法就是调查对象总体中每个部分都有同等被抽中的可能,是一种完全依照机会均等的原则进行的抽
阅读全文
posted @ 2017-05-20 03:50
papering
阅读(384)
推荐(0)
posted @ 2017-05-20 01:24
papering
阅读(125)
推荐(0)
posted @ 2017-05-20 01:23
papering
阅读(177)
推荐(0)
posted @ 2017-05-19 22:11
papering
阅读(165)
推荐(0)
posted @ 2017-05-19 21:03
papering
阅读(171)
推荐(0)
posted @ 2017-05-19 00:18
papering
阅读(161)
推荐(0)
posted @ 2017-05-19 00:12
papering
阅读(179)
推荐(0)
posted @ 2017-05-19 00:11
papering
阅读(151)
推荐(0)
摘要:
第六章 贝叶斯估计 http://staff.ustc.edu.cn/~jbs/chapt6.pdf 统计推断中可用的三种信息 与 归纳推理 与 贝叶斯统计学 第一节 贝叶斯推断方法 一 、统计推断中可用的三种信息 美籍波兰统计学家耐曼(E.L.Lehmann1894-1981) 高度概括了在统计推
阅读全文
posted @ 2017-05-19 00:09
papering
阅读(739)
推荐(0)
posted @ 2017-05-18 18:38
papering
阅读(183)
推荐(0)
摘要:
https://zh.wikipedia.org/wiki/%E5%BD%92%E7%BA%B3%E6%8E%A8%E7%90%86
阅读全文
posted @ 2017-05-18 17:51
papering
阅读(156)
推荐(0)
摘要:
向同一个模型的外键反向关联名称产生了冲突 一个模型中有两个外键指向同一张表时,创建迁移模型时报错:“ HINT: Add or change a related_name argument to the definition for 'AnswersModel.author' or 'Answers
阅读全文
posted @ 2017-05-17 19:59
papering
阅读(276)
推荐(0)
摘要:
http://delivery.acm.org/10.1145/220000/218367/p543 brill.pdf?ip=116.30.5.154&id=218367&acc=OPEN&key=4D4702B0C3E38B35%2E4D4702B0C3E38B35%2E4D4702B0C3E3
阅读全文
posted @ 2017-05-17 19:35
papering
阅读(229)
推荐(0)
摘要:
https://zh.wikipedia.org/wiki/词类 https://en.wikipedia.org/wiki/Part of speech_tagging
阅读全文
posted @ 2017-05-17 19:30
papering
阅读(416)
推荐(0)
摘要:
http://www.cs.jhu.edu/~rflorian/fntbl/
阅读全文
posted @ 2017-05-17 16:52
papering
阅读(156)
推荐(0)
摘要:
w https://support.office.com/en us/article/Choose between the 64 bit or 32 bit version of Office 2dee7807 8f95 4d0c b5fe 6c6f49b8d261
阅读全文
posted @ 2017-05-17 12:39
papering
阅读(185)
推荐(0)
摘要:
https://civic.mit.edu/blog/natematias/best practices for ethical gender research at very large scales
阅读全文
posted @ 2017-05-16 18:50
papering
阅读(358)
推荐(0)
posted @ 2017-05-15 21:29
papering
阅读(283)
推荐(0)
posted @ 2017-05-12 23:31
papering
阅读(183)
推荐(0)
posted @ 2017-05-12 22:58
papering
阅读(153)
推荐(0)
posted @ 2017-05-12 21:12
papering
阅读(145)
推荐(0)