No description
Find a file
2026-04-28 16:03:00 +08:00
DigitRecognition fix typora rendering error 2026-04-28 16:03:00 +08:00
IrisClassification 完成两个实验 2026-04-28 15:54:36 +08:00
.gitignore 完成两个实验 2026-04-28 15:54:36 +08:00
.python-version 完成两个实验 2026-04-28 15:54:36 +08:00
pyproject.toml 完成两个实验 2026-04-28 15:54:36 +08:00
README.md 完成两个实验 2026-04-28 15:54:36 +08:00
uv.lock 完成两个实验 2026-04-28 15:54:36 +08:00

大数据分析实验

鸢尾花分类实验

使用决策树对鸢尾花进行分类

人工神经网络实验

使用PyTorch识别MNIST手写数字

安装环境

uv add matplotlib scikit-learn
uv pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130