Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

运行环境

本课程代码需要安装以下 Python packages。建议先创建并启用虚拟环境:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

当前依赖文件如下:

requirements.txt
numpy
cvxpy
matplotlib
scipy
scikit-learn
torch

也可以直接下载:requirements.txt