2018年3月26日

摘要: https://www.jianshu.com/p/6eecdeee5012 阅读全文
posted @ 2018-03-26 14:45 silence_storm 阅读(113) 评论(0) 推荐(0) 编辑

2018年3月15日

摘要: https://developers.google.cn/machine-learning/crash-course/ml-intro 阅读全文
posted @ 2018-03-15 17:37 silence_storm 阅读(133) 评论(0) 推荐(0) 编辑
 
摘要: 前些天看见了几个有趣的python项目,在自己实际测试和理解后贴一下代码。 https://www.shiyanlou.com/courses/589/labs/1964/document 算法主要逻辑是通过python自带的PIL库通过像素分析图片的皮肤部分,并通过皮肤占有整个图片面积和皮肤块数量 阅读全文
posted @ 2018-03-15 15:25 silence_storm 阅读(1404) 评论(0) 推荐(0) 编辑

2018年3月13日

摘要: 转载:http://norvig.com/spell-correct.html 第一次看到这篇文章,还是有些瑟瑟发抖的,不过仔细思考和阅读之后,发现这个功能还是比较容易实现的,就目前来说。同时也感谢作者对于知识的分享。 The function correction(word) returns a 阅读全文
posted @ 2018-03-13 16:14 silence_storm 阅读(435) 评论(0) 推荐(0) 编辑

2018年3月12日

摘要: 阅读全文
posted @ 2018-03-12 14:09 silence_storm 阅读(106) 评论(0) 推荐(0) 编辑

2018年3月6日

摘要: https://www.jianshu.com/p/3a1ea6f78ad5http://qwzs112.iteye.com/blog/2235410https://github.com/mukesh4u/RecyclerView http://blog.csdn.net/lmj623565791/ 阅读全文
posted @ 2018-03-06 16:49 silence_storm 阅读(150) 评论(0) 推荐(0) 编辑
 
摘要: https://www.cnblogs.com/weidiao/p/6428681.html 阅读全文
posted @ 2018-03-06 15:55 silence_storm 阅读(150) 评论(0) 推荐(0) 编辑
 
摘要: 前几天学习了scrapy的框架结构和基本的使用方法,部分内容转载自:http://blog.csdn.net/qq_30242609/article/details/52810840 scrapy由编写蜘蛛的spiders文件夹和其他框架自带的几个python文件组成 其中 items.py 双击打 阅读全文
posted @ 2018-03-06 10:50 silence_storm 阅读(1631) 评论(0) 推荐(0) 编辑
 
摘要: https://stackoverflow.com/questions/42247379/how-to-sort-multi-level-dictionary-by-its-value Resulting with Other Method: Output: 阅读全文
posted @ 2018-03-06 10:34 silence_storm 阅读(157) 评论(0) 推荐(0) 编辑
 
摘要: FROM:https://www.pythoncentral.io/how-to-sort-python-dictionaries-by-key-or-value/ AND https://www.pythoncentral.io/how-to-sort-a-list-tuple-or-object 阅读全文
posted @ 2018-03-06 10:07 silence_storm 阅读(341) 评论(0) 推荐(0) 编辑