initial commit
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Python-generated files
|
||||||
|
__pycache__/
|
||||||
|
*.py[oc]
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
wheels/
|
||||||
|
*.egg-info
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
|
.venv
|
||||||
1
.python-version
Normal file
1
.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.12
|
||||||
BIN
ChosunSm.ttf
Normal file
BIN
ChosunSm.ttf
Normal file
Binary file not shown.
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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
991
report.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user