Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41,188 changes: 0 additions & 41,188 deletions lab3/bank-additional-full.csv

This file was deleted.

501 changes: 0 additions & 501 deletions lab3/dataset_Facebook.csv

This file was deleted.

2,170 changes: 0 additions & 2,170 deletions lab3/facebook.ipynb

This file was deleted.

Binary file added lab8/Model.h5
Binary file not shown.
15 changes: 15 additions & 0 deletions lab8/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Lab 8 - RNNs for sequences

## Resources

* rnn.ipynb contains the code shown in the lecture
* weather.csv contains the weather dataset used in the lecture


## Lab Exercises

- [X] Create a folder called lab8
- [ ] Open rnn.ipynb in Colab and go through the code.
- [ ] The exercise you have to do is at the bottom of the Notebook: can you create an RNN that has at least one Bidirectional layer and which obtains at least 90% accuracy on the validation set.
- [ ] Open the quiz on Moodle. You'll have to upload the model you created in the previous point and code a simple algorithm for the forward step of the SimpleRNN layer.
- [ ] After you've done it, make sure you save your version of the notebook (and your trained model) in your lab8 folder in Github!
Binary file added lab8/model.keras
Binary file not shown.
2,199 changes: 2,199 additions & 0 deletions lab8/rnn.ipynb

Large diffs are not rendered by default.

Binary file added lab8/temperature_over_time.pdf
Binary file not shown.
Binary file added lab8/temperature_over_time_2y.pdf
Binary file not shown.
2,557 changes: 2,557 additions & 0 deletions lab8/weather.csv

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions lab9/README.md

This file was deleted.

712 changes: 0 additions & 712 deletions lab9/advanced_transfer_learning.ipynb

This file was deleted.