浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 272 273 274 275 276 277 278 279 280 ··· 630 下一页

2012年12月8日

摘要: numarray 1.5.1 : Python Package Indexnumarray 1.5.1numarray: array processing for numbers, strings, records and objects.Numarray is an array processing package designed to efficiently manipulate large... 阅读全文
posted @ 2012-12-08 10:42 lexus 阅读(162) 评论(0) 推荐(0)

摘要: Enthought Python Distribution :: Products :: Enthought, Inc.The Enthought Python Distribution provides scientists with a comprehensive set of tools to perform rigorous data analysis and visualiza... 阅读全文
posted @ 2012-12-08 10:33 lexus 阅读(605) 评论(0) 推荐(0)

摘要: Bio and Geo Informatics: k-means clustering in scipyk-means clustering in scipyit's fairly simple to do clustering of points with similar z-values in scipy:import numpyimport matplotlibmatplotlib.use(... 阅读全文
posted @ 2012-12-08 10:31 lexus 阅读(227) 评论(0) 推荐(0)

摘要: Python k-means algorithm - Stack OverflowPython k-means algorithm 阅读全文
posted @ 2012-12-08 10:17 lexus 阅读(202) 评论(0) 推荐(0)

摘要: k-means clustering - Wikipedia, the free encyclopediak-means clustering 阅读全文
posted @ 2012-12-08 10:15 lexus 阅读(219) 评论(0) 推荐(0)

摘要: K-means clustering and vector quantization (scipy.cluster.vq) — SciPy v0.11 Reference Guide (DRAFT)K-means clustering and vector quantization (scipy.cluster.vq)¶Provides routines for k-means clusterin... 阅读全文
posted @ 2012-12-08 10:14 lexus 阅读(355) 评论(0) 推荐(0)

2012年12月7日

摘要: WampServer, the web development platform on Windows - Apache, MySQL, PHPa Windows web development environment.WampServer is a Windows web development environment. It allows you to create web applicati... 阅读全文
posted @ 2012-12-07 21:59 lexus 阅读(221) 评论(0) 推荐(0)

2012年12月6日

摘要: [python]用profile协助程序性能优化 - 赖勇浩的编程私伙局 - 博客频道 - CSDN.NET [python]用profile协助程序性能优化 分类: Python Optimize 2007-01-15 16:51 13041人阅读 评论(4) 收藏 举报pythonfunctionprofilertimerimport报表本文最初发表于恋花蝶的博客h... 阅读全文
posted @ 2012-12-06 15:09 lexus 阅读(307) 评论(0) 推荐(0)

摘要: g点套|||g点安全套 阅读全文
posted @ 2012-12-06 14:56 lexus 阅读(302) 评论(0) 推荐(0)

摘要: 垃圾代码评析——关于《C程序设计伴侣》9.4——链表(三) - garbageMan - 博客园垃圾代码评析——关于《C程序设计伴侣》9.4——链表(三)前文链接:http://www.cnblogs.com/pmer/archive/2012/11/22/2783672.html【样本】 ——陈良乔 ,《C程序设计伴侣》,人民邮电出版社,2012年10月,p237【评析】 阅读全文
posted @ 2012-12-06 11:57 lexus 阅读(158) 评论(0) 推荐(0)

2012年12月5日

摘要: 《关于android上的定位》,作者:jy02432443,原文链接:http://www.cnblogs.com/tianjian/archive/2012/12/05/2803560.html 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2012-12-05 19:52 lexus 阅读(192) 评论(0) 推荐(0)

摘要: 裘千丈还是裘三尺——用挖矿的比喻说平台与门槛 - xiaotie - 博客园刨坟式学习 阅读全文
posted @ 2012-12-05 17:40 lexus 阅读(144) 评论(0) 推荐(0)

摘要: “逻辑回归” 和 "线性回归" 的关系_百度知道 “逻辑回归” 和 "线性回归" 的关系 2010-08-18 13:35 提问者: 惹蛋么 |浏览次数:4162次 logistic regression 和 linear regression 的关系是什么? 包含关系还是? 分别在什么地方用到? 谢谢指点 我来帮他解答 满意回答 2010-08-28 22:55 都可以做预测,但它们之间不存... 阅读全文
posted @ 2012-12-05 16:41 lexus 阅读(363) 评论(0) 推荐(0)

摘要: 逻辑回归模型 - zgw21cn - 博客园逻辑回归模型1.逻辑回归模型1.1逻辑回归模型考虑具有p个独立变量的向量,设条件概率为根据观测量相对于某事件发生的概率。逻辑回归模型可表示为 (1.1)上式右侧形式的函数称为称为逻辑函数。下图给出其函数图象形式。其中。如果含有名义变量,则将其变为dummy变量。一个具有k个取值的名义变量,将变为k-1个dummy变量。这样,有 (1.2)定义不发生事件的... 阅读全文
posted @ 2012-12-05 16:37 lexus 阅读(683) 评论(0) 推荐(0)

摘要: Python环境部署 1. 部署 2. 软件包 1.部署1. Python2.7 由于一部分Pyhotn模块的支持需要2.5之后的版本,因此现在开发环境为Python2.7。安装包已上传至附件,解压后进入到解压目录,安装命令如下:./configure --enable-unicode=ucs4 --enable-shared make make install 注:--enable-unic... 阅读全文
posted @ 2012-12-05 15:09 lexus 阅读(244) 评论(0) 推荐(0)

2012年12月4日

摘要: 个性化离线实时分析系统pora -- 系统架构 -- IT技术博客大学习 -- 共学习 共进步! 个性化离线实时分析系统pora 欢迎您,来自新浪微博的朋友!如果喜欢,您也可以把这篇文章分享到新浪微博:,这样除了作为收藏还分享给了您的朋友!您也可以通过RSS订阅来获取我们的文章:Goolge源(推荐), FeedSky源。 祝您好运! 1.业务场景 伴随着市场和技术的发展,个性化已经成为淘宝搜索的... 阅读全文
posted @ 2012-12-04 19:43 lexus 阅读(557) 评论(0) 推荐(0)

摘要: crontab 每月执行一次怎么写? - Linux系统管理 - ChinaUnix.net -0 19 1 * * /bin/sh xxx.sh 每个月的1号的19点钟运行xxx.sh 分钟、小时、日子可以更改,后两项为*就是monthly。 阅读全文
posted @ 2012-12-04 17:25 lexus 阅读(2219) 评论(0) 推荐(0)

摘要: 关于刘思喆@贝吉塔行星主页 存档 链接 标签 关于 TODO关于 自己:毕业于中国人民大学统计学院,2001级统计学专业。在2002年吴喜之教授的《统计计算》课程上,第一次接触开源统计语言R,从此同开源软件结下不解之缘。毕业以后,进入中国最大的视频彩票(VLT)供应商——北京中彩在线科技有限责任公司,专职从事数据分析、数据挖掘、市场研究、彩票培训等方面工作。后出于对电信行业成熟数据挖掘解决方案的好... 阅读全文
posted @ 2012-12-04 13:30 lexus 阅读(1042) 评论(0) 推荐(0)

摘要: ReAKKT: First steps in text mining with RFirst steps in text mining with REveryone is preparing for Christmas Eve's Dinner. No one is calling, little email. Looks like a perfect time to start research... 阅读全文
posted @ 2012-12-04 11:38 lexus 阅读(247) 评论(0) 推荐(0)

摘要: RDataMining.com: R and Data MiningRDataMining.com: R and Data MiningSearch this siteHomeNewsR Package for Data MiningDocumentsExamplesData ExplorationDecision Treesk-means ClusteringHierarchical Clust... 阅读全文
posted @ 2012-12-04 11:36 lexus 阅读(312) 评论(0) 推荐(0)

上一页 1 ··· 272 273 274 275 276 277 278 279 280 ··· 630 下一页