上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 29 下一页
摘要: 参考:Java读取mat文件 下载链接:ujmp jmatio 下载完两个.jar文件之后,如何引用到java项目当中?项目名称->右键->Property->Java Build Path->Libraries->Add External JARs->选择那两个jar文件即可。 接下来在类中就可i 阅读全文
posted @ 2016-11-25 15:31 morein2008 阅读(1851) 评论(0) 推荐(0)
摘要: Cloud computing has changed the ITC industry. Companies like Amazon, Google and Microsoft have built large computing clusters of as many as 1 million 阅读全文
posted @ 2016-11-09 20:22 morein2008 阅读(183) 评论(0) 推荐(0)
摘要: 推荐系统的目标是向用户推荐他没有体验过的那些物品,没体验过的物品有很多,推荐哪一个呢,这需要预测用户对某个物品的评分,评分高的物品被推荐给用户,所以推荐系统的本质其实是一个预测问题。协同过滤会先算用户的相似度,然后把相似用户给物品的评分乘以两者的相似度,作为目标用户对物品的预测评分,预测评分大的加入 阅读全文
posted @ 2016-10-17 21:32 morein2008 阅读(766) 评论(0) 推荐(0)
摘要: 隐因子分解机Factorization Machine【http://www. w2bc. com/article/113916】 https://my.oschina.net/keyven/blog/648747 http://www.cnblogs.com/hxsyl/p/5255427.htm 阅读全文
posted @ 2016-09-30 17:18 morein2008 阅读(267) 评论(0) 推荐(0)
摘要: http://foofish.net/blog/110/http-request-process 阅读全文
posted @ 2016-09-29 19:10 morein2008 阅读(136) 评论(0) 推荐(0)
摘要: 摘要: 为了在源代码中支持非ASCII字符,必须在源文件的第一行或者第二行显示地指定编码格式: 或者是: 在python中和字符串相关的数据类型,分别是str、unicode两种,他们都是basestring的子类,可见str与unicode是两种不同类型的字符串对象。 不论是Python3x、Ja 阅读全文
posted @ 2016-09-29 18:24 morein2008 阅读(272) 评论(0) 推荐(0)
摘要: 用BeautifulSoup查找指定标签(元素)的时候,有几种方法: soup=BeautifulSoup(html) 1.soup.find_all(tagName),返回一个指定Tag元素的列表 2.soup.select(selector),返回一个指定Tag元素的列表,是非常好用的方法,它支 阅读全文
posted @ 2016-09-28 20:24 morein2008 阅读(957) 评论(0) 推荐(0)
摘要: 获取本目录下的pic子目录中的所有图片(jpg,png,bmp,gif等,此处以jpg文件为例),然后生成一个image.html文件,打开该html文件即可在浏览器中查看pic子目录中的所有图片。 阅读全文
posted @ 2016-09-21 21:32 morein2008 阅读(2210) 评论(0) 推荐(0)
摘要: 二叉排序树即中序遍历结果为递增的二叉树,如: 阅读全文
posted @ 2016-09-21 20:24 morein2008 阅读(620) 评论(0) 推荐(0)
摘要: 绘制散点+连线图: http://www.cnblogs.com/aaronhoo/p/5150596.html http://zhidao.baidu.com/link?url=Q1b7NG8eEz-e-pg5PonP1M0A70sctCvfMgyvtjbu7jdGzRQX5TTpg5vqKEvR 阅读全文
posted @ 2016-09-20 21:31 morein2008 阅读(3548) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 29 下一页