摘要: 转自"https://www.52ml.net/21379.html" Machine learning algorithms A collection of minimal and clean implementations of machine learning algorithms. 机器学习 阅读全文
posted @ 2019-12-26 19:42 yonziliu 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 转自"https://www.52ml.net/21391.html" 本文主要回顾下几个常用算法的适应场景及其优缺点!(提示:部分内容摘自网络)。 机器学习算法太多了,分类、回归、聚类、推荐、图像识别领域等等,要想找到一个合适算法真的不容易,所以在实际应用中,我们一般都是采用启发式学习方式来实验。 阅读全文
posted @ 2019-12-26 19:40 yonziliu 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 1.使用mongodb时,如果存入键值对数据的键名中含有英文句号,在插入的时候会保存,导致无法插入数据 mongo_client = MongoClient('127.0.0.1', 27017) db_auth = mongo_client['admin'] db_auth.authenticat 阅读全文
posted @ 2019-12-26 19:23 yonziliu 阅读(165) 评论(0) 推荐(0) 编辑