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

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.12

BIN
ChosunSm.ttf Normal file

Binary file not shown.

0
README.md Normal file
View File

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",
]

991
report.ipynb Normal file

File diff suppressed because one or more lines are too long

2371
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff