- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 机器学习
(1) 利用pandas熟悉数据 import pandas as pd 了解 DataFrame 的概念 看做一个表格 重要方法: 取数据 data = pd.read_csv('路径') 数据表述 (count mean std min 25%... max) data.describe() 显示 列 data.columns 去除缺省数值的数据 dat...
2018-08-30 20:47:45
183
原创 【插入排序实现】python
思想:类似于整理纸牌:摸出一张牌,插到一把牌中正确的位置(将它与手中每一张牌从右到左依次比较)插入排序伪代码:INSERTION-SORT(A)for j <-- 2 to length[A] //从右手第一张牌开始遍历 do key <-- A[j] //将右手拿到的牌设为key牌 i <-- j-1 ...
2018-04-03 18:25:20
171
原创 人工智能(1)
1.What is Artificial Intelligence?2.What's the relationship between Artificial Intelligence 、机器学习、and deeplearning?3.How to learn Artificial Inteliigence?发现感兴趣的问题,试着解决,重现。...
2018-03-13 17:53:18
298
LC滤波器设计小软件
2017-09-16
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人