Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelmc committed Nov 24, 2023
1 parent 8ad5809 commit 80a0096
Show file tree
Hide file tree
Showing 27 changed files with 25,147 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# Deep-Learning
Assignments and presentation developed in the scope of the Deep Learning discipline, taught by Professor Dário Oliveira (FGV EMAp). Co-authored by @anacarolerthal
# 🧠 Deep Learning
Assignments and presentation developed in the scope of the Deep Learning discipline, taught by Professor Dário Oliveira (FGV EMAp). Co-authored by @anacarolerthal.

[**Assignment 1:**](assignment01) Transfer Learning (10/10)

[**Assignment 2:**](assignment02) Semantic Segmentation (10/10)

[**Assignment 3:**](assignment03) Action Recognition (10/10)

[**Assignment 4:**](assignment04) Generative Adversarial Networks + Autoencoders (10/10)

[**Assignment 5:**](assignment05) Deep $k$-Means (10/10)

[**Presentation:**](presentation) YUN, S. et al. Graph Transformer Networks. In: *NeurIPS*, 2019. [[pdf]](https://arxiv.org/pdf/1911.06455.pdf) [[slides]](presentation/slides.pdf)

All notebooks were ran on Google Colab.

The repository also contains the [`cheatsheets`](cheatsheets) folder with some useful concepts of Deep Learning I have written down during the course.
2,321 changes: 2,321 additions & 0 deletions assignment01/code01.ipynb

Large diffs are not rendered by default.

Binary file added assignment01/report01.pdf
Binary file not shown.
1,147 changes: 1,147 additions & 0 deletions assignment02/code02.ipynb

Large diffs are not rendered by default.

Binary file added assignment02/report02.pdf
Binary file not shown.
1,786 changes: 1,786 additions & 0 deletions assignment03/code03.ipynb

Large diffs are not rendered by default.

Binary file added assignment03/report03.pdf
Binary file not shown.
Loading

0 comments on commit 80a0096

Please sign in to comment.