Compare commits

...

11 Commits
lab_4 ... main

Author SHA1 Message Date
d64813e31e Merge pull request 'lab_7: done?' (#7) from lab_7 into main
Reviewed-on: #7
2025-02-08 08:45:10 +04:00
8bf7021003 lab_7: done? 2025-02-07 06:02:14 +04:00
fe565fc8d8 Merge pull request 'lab_6' (#6) from lab_6 into main
Reviewed-on: #6
2024-12-14 09:04:37 +04:00
7508cf58e7 lab_6: markdown fix 2024-12-07 19:50:49 +04:00
133b2b4d30 lab_6: done 2024-12-07 19:26:24 +04:00
acd98448d1 lab_6: WiP 2024-12-07 05:30:11 +04:00
5c9bbb9c0b lab_5: add business purpose 2024-11-29 11:36:13 +04:00
d2ee579d28 change gitignore 2024-11-25 03:34:51 +04:00
fa420ecbdb Merge pull request 'lab_5: done' (#5) from lab_5 into main
Reviewed-on: #5
2024-11-22 15:38:19 +04:00
a9023476a1 lab_5: done 2024-11-18 18:06:06 +04:00
458aef51c1 Merge pull request 'lab_4' (#4) from lab_4 into main
Reviewed-on: #4
2024-11-18 18:00:56 +04:00
12 changed files with 4497 additions and 5 deletions

5
.gitignore vendored
View File

@ -13,4 +13,7 @@ ipython_config.py
# git rm -r .ipynb_checkpoints/
# virtual
/aimenv
/aimenv
# others
/Lections

View File

@ -231,7 +231,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.8"
}
},
"nbformat": 4,

View File

@ -2923,7 +2923,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.8"
}
},
"nbformat": 4,

View File

@ -2429,7 +2429,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.8"
}
},
"nbformat": 4,

View File

@ -2323,7 +2323,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.8"
}
},
"nbformat": 4,

1226
lab_5/lab5.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
lab_5/requirements.txt Normal file

Binary file not shown.

1192
lab_6/lab6.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
lab_6/requirements.txt Normal file

Binary file not shown.

1108
lab_7/fuzzy_logic.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

BIN
lab_7/requirements.txt Normal file

Binary file not shown.