Python
文章平均质量分 61
大漠_孤烟
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python机器学习库
Theano、TensorFlow原创 2017-03-20 20:54:27 · 463 阅读 · 0 评论 -
机器学习---k-近邻算法
knn近邻算法基础原理版:1.shape二维数组时: shape[0],行数shape[1], 列数一维数组时:返回[1,]2.tile格式:tile(A,reps) * A:array_like * 输入的array * reps:array_like * A沿各个维度重复的次数举例:A=[1,2] 1.原创 2017-03-28 00:17:34 · 418 阅读 · 0 评论 -
Ubuntu中将Python默认为3.5
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150如果想要返回默认2.7sudo update-alter原创 2017-03-24 20:05:43 · 416 阅读 · 0 评论
分享