Добавлен MLP-классификатор

This commit is contained in:
Дмитрий Аглямов 2026-05-28 11:14:57 +03:00
parent 05631f5f45
commit 75b4c05a68
2 changed files with 283 additions and 0 deletions

View File

@ -32,6 +32,7 @@ ipython_pygments_lexers==1.1.1
isoduration==20.11.0
jedi==0.20.0
Jinja2==3.1.6
joblib==1.5.3
json5==0.14.0
jsonpointer==3.1.1
jsonschema==4.26.0
@ -81,6 +82,8 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rfc3987-syntax==1.1.0
rpds-py==0.30.0
scikit-learn==1.8.0
scipy==1.17.1
seaborn==0.13.2
Send2Trash==2.1.0
setuptools==82.0.1
@ -88,6 +91,7 @@ six==1.17.0
soupsieve==2.8.4
stack-data==0.6.3
terminado==0.18.1
threadpoolctl==3.6.0
tinycss2==1.4.0
tornado==6.5.6
tqdm==4.67.3

279
week4_mlp.ipynb Normal file

File diff suppressed because one or more lines are too long