一.运行中的一些问题
(1)jupyter notebook NotImplementedError! 解决办法
找到 …/tornado/platform/asyncio.py 文件,添加以下信息:
import sys
if sys.platform == 'win32':
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
(2)一直运行但是中间不显示图片
重新安装一些组件
二.一些损失函数(线性回归wx+b )有价值的可视化代码
(备注)代码资源:https://github.com/kaieye/2022-Machine-Learning-Specialization
看一下效果: