上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 刘建平:DBSCAN密度聚类算法 https://www.cnblogs.com/pinard/p/6208966.html API 的说明: https://www.jianshu.com/p/b004861105f4 阅读全文
posted @ 2018-09-27 16:10 李威威 阅读(382) 评论(0) 推荐(0) 编辑
摘要: https://pyzh.readthedocs.io/en/latest/python pandas.html 阅读全文
posted @ 2018-09-27 15:19 李威威 阅读(188) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/04d180d90a3f https://www.jianshu.com/p/04d180d90a3f https://www.jianshu.com/p/04d180d90a3f 阅读全文
posted @ 2018-09-27 14:53 李威威 阅读(7375) 评论(0) 推荐(0) 编辑
摘要: seaborn单变量、多变量及回归分析绘图 https://blog.csdn.net/llh_1178/article/details/78147822 Python数据科学分析速查表 https://github.com/iamseancheney/python data science che 阅读全文
posted @ 2018-09-27 14:28 李威威 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 作者的 Kaggle 主页:https://www.kaggle.com/pavansanagapati Tutorial Housing Prices Model Prediction https://www.kaggle.com/pavansanagapati/tutorial housing 阅读全文
posted @ 2018-06-20 12:49 李威威 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 树状数组综述 树状数组能解决的问题 树状数组,也称作“二叉索引树”(Binary Indexed Tree)或 Fenwick 树。 它可以高效地解决处理如下两个操作:1、数组前缀和的查询;2、单点更新。 下面具体解释这两个操作: 操作1:数组前缀和的查询 例1:已知数组 [10, 15, 17, 阅读全文
posted @ 2018-06-06 04:25 李威威 阅读(188) 评论(0) 推荐(0) 编辑
摘要: layout: post title: "基础排序算法综述" date: 2018 01 01 08:00 categories: 算法 permalink: /archivers/test 基础排序算法综述 参考资料 1. "慕课网 liuyubobobo 老师《算法与数据结构》课程" 以及对应的 阅读全文
posted @ 2018-04-24 19:04 李威威 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 这篇文章教你怎么使用 scikit learn 的 API https://www.cnblogs.com/stevenlk/p/6543628.html 这篇文章让你懂得什么是卡方检验 https://segmentfault.com/a/1190000003719712 阅读全文
posted @ 2018-03-27 16:55 李威威 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 使用清华大学提供的 Anaconda 镜像下载 Python 软件包 地址:https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/ TUNA 还提供了 Anaconda 仓库的镜像,运行以下命令: 即可添加 Anaconda Python 免费仓库。 阅读全文
posted @ 2018-03-25 11:50 李威威 阅读(3697) 评论(0) 推荐(0) 编辑
摘要: 9-1 使用斐波那契数列引入了动态规划的概念 一、计算斐波那契数列的第 \(n\) 项数值 1、斐波那契数列的定义 斐波那契数列是通过"递归"定义的,通过这个递归关系式,我们可以知道斐波那契数列中任意一个位置的数值。 \[ \begin{equation}\begin{split} F(0) & = 阅读全文
posted @ 2018-03-21 11:43 李威威 阅读(4065) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页