随笔分类 -  机器学习笔记

摘要:Matplotlib 阅读全文
posted @ 2020-12-24 21:53 时光飞逝,逝者如斯 阅读(508) 评论(0) 推荐(0) 编辑
摘要:梯度下降算法 阅读全文
posted @ 2020-08-03 21:45 时光飞逝,逝者如斯 阅读(403) 评论(0) 推荐(0) 编辑
摘要:0x00 list 转 numpy ndarray = np.array(list) 0x01 numpy 转 list list = ndarray.tolist() 0x02 list 转 torch.Tensor tensor=torch.Tensor(list) 0x03 torch.Ten 阅读全文
posted @ 2020-03-13 21:41 时光飞逝,逝者如斯 阅读(413) 评论(0) 推荐(1) 编辑
摘要:sklearn特征工程 阅读全文
posted @ 2020-03-11 18:33 时光飞逝,逝者如斯 阅读(323) 评论(0) 推荐(0) 编辑
摘要:Jupyter Notebook 阅读全文
posted @ 2019-12-22 21:09 时光飞逝,逝者如斯 阅读(1560) 评论(0) 推荐(0) 编辑
摘要:TF-IDF原理及使用 阅读全文
posted @ 2019-12-22 21:00 时光飞逝,逝者如斯 阅读(940) 评论(0) 推荐(0) 编辑
摘要:LATEX数据公式基本语法 阅读全文
posted @ 2019-12-22 20:49 时光飞逝,逝者如斯 阅读(1082) 评论(0) 推荐(0) 编辑
摘要:ModuleNotFoundError: No module named ‘xgboost’ 阅读全文
posted @ 2019-12-22 20:43 时光飞逝,逝者如斯 阅读(6002) 评论(0) 推荐(1) 编辑
摘要:XGBoost实现对鸢尾花数据集分类预测 阅读全文
posted @ 2019-12-22 20:40 时光飞逝,逝者如斯 阅读(1518) 评论(0) 推荐(0) 编辑