0311
《MLiA》chapter2.1:
1.更改默认路径到一个新的工作路径的方法:
https://blog.youkuaiyun.com/xiao_lxl/article/details/76904547
2.classify0函数定义后不能使用
3.Traceback (most recent call last):
File “”, line 1, in
AttributeError: module ‘kNN’ has no attribute ‘classify0’
0312
《MLiA》chapter2.2:
1.reload命令在python2中和python3中的不同
2.读取文件数据,array中全是0??
3.创建散点图只出现了一个点。
0313
《MLiA》chapter2.3:
1.python3中reload的用法:
from imp import reload
reload(xxx)
2.第一次尝试后:

0314
《MLiA》chapter3.1.2:
- 计算香农熵的步骤还是不太理解。
TF实战
- Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
本篇笔记记录了《Machine Learning in Action》一书的学习过程,包括更改Python默认路径、处理模块属性错误、理解reload命令在不同Python版本中的用法、解决数据读取和绘图问题,以及对计算香农熵步骤的探讨。同时,提到了TensorFlow与CPU指令集兼容性问题。
117

被折叠的 条评论
为什么被折叠?



