摘要: 分治,归并 阅读全文
posted @ 2020-10-15 09:12 JackpotNeaya 阅读(537) 评论(0) 推荐(0) 编辑
摘要: bfs 阅读全文
posted @ 2020-10-06 15:11 JackpotNeaya 阅读(120) 评论(0) 推荐(0) 编辑
摘要: dfs求解迷宫问题 阅读全文
posted @ 2020-10-05 22:49 JackpotNeaya 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 优化 阅读全文
posted @ 2020-10-04 22:23 JackpotNeaya 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 分治法 阅读全文
posted @ 2020-10-01 21:35 JackpotNeaya 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 深度学习 阅读全文
posted @ 2020-09-15 00:43 JackpotNeaya 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 混淆矩阵,模型评估 阅读全文
posted @ 2020-09-07 16:35 JackpotNeaya 阅读(509) 评论(0) 推荐(0) 编辑
摘要: diabetes model prediction """ # @Time : 2020/9/6 # @Author : Jimou Chen """ from sklearn.linear_model import LogisticRegression import pandas as pd im 阅读全文
posted @ 2020-09-06 19:07 JackpotNeaya 阅读(973) 评论(2) 推荐(1) 编辑
摘要: 逻辑回归应用 阅读全文
posted @ 2020-09-05 15:49 JackpotNeaya 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 基础部分、string、vector、queue、stack、set、deque、list... 阅读全文
posted @ 2020-09-03 21:04 JackpotNeaya 阅读(226) 评论(0) 推荐(0) 编辑