initial commit

This commit is contained in:
2025-12-01 03:33:49 +09:00
commit 900611f382
7 changed files with 3387 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "2025-02-ai-hw2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyter>=1.1.1",
"matplotlib>=3.10.7",
"numpy>=2.3.5",
"scikit-learn>=1.7.2",
"seaborn>=0.13.2",
"torch>=2.9.1",
]