1.Machine Learning AndrewNG 2022: Prepare for study

Machine Learning AndrewNG 2022

Machine Learning Andrew NG 2022

1.course link

【(强推|双字)2022吴恩达机器学习Deeplearning.ai课程】
(strong push | double words)2022 Andrew Ng machine learning Deeplearning.ai course
https://www.bilibili.com/video/BV1Pa411X76s/?share_source=copy_web&vd_source=9346d1baa752b5ddda5636787cd547f4

2.Environment

2.1 Python

Python = 3.7.6
download link: https://www.python.org/downloads/windows/

2.2 Pycharm replace source

阿里源 Aliyun source
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
pip config set install.trusted-host mirrors.aliyun.com
link: https://blog.csdn.net/weixin_42636075/article/details/135746699

2.3 Install related environment dependencies

pip install -r requirements.txt

2.3.1 Fail to install: fastcache, pycosat

Error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: https://visualstudio.microsoft.com/visual-cpp-build-tools/
Solve Step:
1.Downloading vs_BuildTools.exe from https://visualstudio.microsoft.com/visual-cpp-build-tools/ , and install it.
2.pip fastcache and pycosat!
pip install fastcache -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install pycosat -i https://pypi.tuna.tsinghua.edu.cn/simple/

2.3.2 Fail to install: pycurl

Error: Please specify --curl-dir=/path/to/built/libcurl
Solve Step:
1.download
pycurl-7.43.0.5-cp37-cp37m-win_amd64.whl
website link:https://pypi.org/project/pycurl/7.43.0.5/#files
directly download link: https://files.pythonhosted.org/packages/b9/21/7b0db498334b552094dc72960fb2e528699952c953652b585f0b3dd88c79/pycurl-7.43.0.5-cp37-cp37m-win_amd64.whl
if you are 32bit windows, download directly from here:https://files.pythonhosted.org/packages/41/96/1586daee453326396b9f96defc5c3ec33efc0ce26e123709f43819bd3df4/pycurl-7.43.0.5-cp37-cp37m-win32.whl
2.install
pip install {your document address}}\pycurl-7.43.0.5-cp37-cp37m-win_amd64.whl
example: pip install D:\Document\AI\pycurl-7.43.0.5-cp37-cp37m-win_amd64.whl

3.Homework

3.1 Introduce .ipynb document

1.press shift + enter to get back to Markdown formate
2.press shift + enter to run python code

3.2 .ipynb文件 转换为 .py 文件

jupyter nbconvert --to script *.ipynb
web link: https://blog.csdn.net/qq_40986693/article/details/115215726

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值