Skip to content

Commit

Permalink
+lab9, lab10
Browse files Browse the repository at this point in the history
  • Loading branch information
vytkuc committed Nov 8, 2023
1 parent 294218c commit ea4f0ca
Show file tree
Hide file tree
Showing 6 changed files with 10,834 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ Table of contents:
2. Data preparation
3. Machine learning methods
4. Simple neural network
5. Multilayer perceptron
5. Multilayer perceptron for classification and prediction
6. Convolutional NN
7. Recurrent NN
8. LSTM
9. Autoencoders
10. Transformers
823 changes: 823 additions & 0 deletions lab10_transformers/lab10.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lab8_LSTM/lab8.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -10495,7 +10495,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.7.6"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
Binary file added lab9_autoencoders/img/autoencoders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
472 changes: 472 additions & 0 deletions lab9_autoencoders/lab9_ae.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ea4f0ca

Please sign in to comment.