Dear all welcome back to FYS5429/9429.
The plan this week is to finish our discussion of recurrent neural networks, with a focus on the mathematics and how to write an RNN code and long-short-term-memory RNNs. After this (next week) we will discuss the whys and hows of autoencoders, before w emake a quick dive into transformers and then start with generative methods.
Plans for the week of March 2-6
Reminder on basics of recurrent neural networks (RNNs)
Mathematics of RNNs
L(ong)S(hort)T(erm)M(emory)s and RNNs
Writing our own codes for RNNs
Lab session: discussion and work on projects
Reading recommendations:
a. Goodfellow, Bengio and Courville's chapter 10 from?Deep Learning
b.?Sebastian Rashcka et al, chapter 15, Machine learning with Sickit-Learn and PyTorch
c.?David Foster, Generative Deep Learning with TensorFlow, see chapter 5
Th...