Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
apkuznetsov committed May 30, 2021
1 parent 34d8f98 commit c25f8a0
Show file tree
Hide file tree
Showing 67 changed files with 265,366 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,9 @@ dmypy.json
# Pyre type checker
.pyre/

*/.idea/
.idea/

*.h5

lab3-image-caption-generator/train-data/ru-12k-features-inception.pkl
lab3-image-caption-generator/train-data/ru-12k-features-vgg16.pkl
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# Нейронные сети глубокого обучения
# Нейронные сети глубокого обучения

### Курсовой проект.
### Порождение подписей к изображениям

ПОДРОБНЕЕ – lab3-image-caption-generator/about.pdf

![](https://raw.githubusercontent.com/apkuznetsov/deep-learning-2021/main/lab3-image-caption-generator/images/readme-1.png)

![](https://raw.githubusercontent.com/apkuznetsov/deep-learning-2021/main/lab3-image-caption-generator/images/readme-2.png)

![](https://raw.githubusercontent.com/apkuznetsov/deep-learning-2021/main/lab3-image-caption-generator/images/readme-3.png)

![](https://raw.githubusercontent.com/apkuznetsov/deep-learning-2021/main/lab3-image-caption-generator/images/readme-4.png)

![](https://raw.githubusercontent.com/apkuznetsov/deep-learning-2021/main/lab3-image-caption-generator/images/readme-5.png)

### Лабораторная работа №1. Классификация изображений
### Классификация пород собак

ПОДРОБНЕЕ – lab1-dog-breed-classifier/about.pdf

![](https://raw.githubusercontent.com/apkuznetsov/deep-learning-2021/main/lab1-dog-breed-classifier/about.png)

### Лабораторная работа №2. Прогноз временных рядов

ПОДРОБНЕЕ – lab2-stock-forecasting/about.pdf
2,811 changes: 2,811 additions & 0 deletions lab2-stock-forecasting/1-stock-forecasting.ipynb

Large diffs are not rendered by default.

Binary file added lab2-stock-forecasting/about.pdf
Binary file not shown.
Binary file added lab2-stock-forecasting/images/data-windowing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lab2-stock-forecasting/images/model-baseline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c25f8a0

Please sign in to comment.