Compare commits

...

3 Commits

Author SHA1 Message Date
7469db0fac Add lec4 examples 2025-04-30 12:17:40 +04:00
0ff44cf26c Add lec3 examples 2025-04-30 12:17:29 +04:00
d6f0b2a349 Add lec2 example 2025-04-30 12:16:56 +04:00
55 changed files with 9654 additions and 57 deletions

BIN
data/-cat.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
data/-dog.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
data/text/tz_01.docx Normal file

Binary file not shown.

BIN
data/text/tz_02.docx Normal file

Binary file not shown.

BIN
data/text/tz_03.docx Normal file

Binary file not shown.

BIN
data/text/tz_04.docx Normal file

Binary file not shown.

BIN
data/text/tz_05.docx Normal file

Binary file not shown.

BIN
data/text/tz_06.docx Normal file

Binary file not shown.

BIN
data/text/tz_07.docx Normal file

Binary file not shown.

BIN
data/text/tz_08.docx Normal file

Binary file not shown.

BIN
data/text/tz_09.docx Normal file

Binary file not shown.

BIN
data/text/tz_10.docx Normal file

Binary file not shown.

BIN
data/text/tz_11.docx Normal file

Binary file not shown.

BIN
data/text/tz_12.docx Normal file

Binary file not shown.

BIN
data/text/tz_13.docx Normal file

Binary file not shown.

BIN
data/text/tz_14.docx Normal file

Binary file not shown.

BIN
data/text/tz_15.docx Normal file

Binary file not shown.

BIN
data/text/tz_16.docx Normal file

Binary file not shown.

BIN
data/text/tz_17.docx Normal file

Binary file not shown.

BIN
data/text/tz_18.docx Normal file

Binary file not shown.

BIN
data/text/tz_19.docx Normal file

Binary file not shown.

BIN
data/text/tz_20.docx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1878,7 +1878,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv (3.13.3)",
"display_name": ".venv (3.12.10)",
"language": "python",
"name": "python3"
},

1209
lec3-1-lenet.ipynb Normal file

File diff suppressed because it is too large Load Diff

779
lec3-2-alexnet.ipynb Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2243
lec4-1-preprocessing.ipynb Normal file

File diff suppressed because one or more lines are too long

1610
lec4-2-nlp-dense.ipynb Normal file

File diff suppressed because one or more lines are too long

323
lec4-3-nlp-conv.ipynb Normal file

File diff suppressed because one or more lines are too long

323
lec4-4-nlp-rnn.ipynb Normal file

File diff suppressed because one or more lines are too long

299
lec4-5-nlp-lstm.ipynb Normal file

File diff suppressed because one or more lines are too long

303
lec4-6-nlp-blstm.ipynb Normal file

File diff suppressed because one or more lines are too long

2062
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,8 +16,27 @@ jupyter = "^1.1.1"
numpy = "^1.26.4"
pandas = "^2.2.2"
matplotlib = "^3.9.2"
scikit-learn = "^1.5.2"
kagglehub = "^0.3.12"
mahotas = "^1.4.18"
python-docx = "^1.1.2"
spacy = "^3.7.5"
ru_core_news_lg = {url = "https://github.com/explosion/spacy-models/releases/download/ru_core_news_lg-3.7.0/ru_core_news_lg-3.7.0-py3-none-any.whl"}
gensim = "^4.3.3"
bokeh = "^3.7.2"
keras = "^3.9.2"
jax = "^0.5.3"
torch = "^2.7.0"
torchaudio = "^2.7.0"
torchvision = "^0.22.0"
#torch = { version = "^2.7.0+cu128", source = "pytorch-cuda128" }
#torchaudio = { version = "^2.7.0+cu128", source = "pytorch-cuda128" }
#torchvision = { version = "^0.22.0+cu128", source = "pytorch-cuda128" }
#[[tool.poetry.source]]
#name = "pytorch-cuda128"
#url = "https://download.pytorch.org/whl/cu128"
#priority = "explicit"
[build-system]
requires = ["poetry-core"]