@@ -8,16 +8,17 @@ learning algorithms, starting with the mathematics of neural networks
88autoencoders, transformers, graph neural networks and other dimensionality reduction methods to finally
99discuss generative methods. These will include Boltzmann machines,
1010variational autoencoders, generalized adversarial networks, diffusion methods and other.
11+ Reinforcement learning is another topic which can be covered if there is enough interest.
1112
1213![ alt text] ( https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/images/image001.jpg?raw=true )
1314
1415
1516## Practicalities
1617
17- - Lectures Thursdays 1215pm-2pm , room FØ434, Department of Physics
18- - Lab and exercise sessions Thursdays 215pm-4pm , , room FØ434, Department of Physics
18+ - Lectures Thursdays 1015am-12pm , room FØ434, Department of Physics
19+ - Lab and exercise sessions Thursdays 1215pm-2pm , , room FØ434, Department of Physics
1920- We plan to work on two projects which will define the content of the course, the format can be agreed upon by the participants
20- - No exam, only two projects. Each projects counts 1/2 of the final grade. Alternatively one long project.
21+ - No exam, only two projects. Each projects counts 50% of the final grade. Alternatively one long project which counts 100% of the final grade .
2122- All info at the GitHub address https://github.com/CompPhysics/AdvancedMachineLearning
2223- Permanent Zoom link for the whole semester is https://uio.zoom.us/my/mortenhj
2324
@@ -28,16 +29,16 @@ variational autoencoders, generalized adversarial networks, diffusion methods an
2829- Convolutional neural networks (CNNs)
2930- Recurrent neural networks (RNNs)
3031- Autoencoders and principal component analysis
31- - Transformers (tentative)
32+ - Transformers (tentative, if interest )
3233
3334### Deep learning, generative methods
3435- Basics of generative models
3536- Boltzmann machines and energy based methods
3637- Diffusion models
3738- Variational autoencoders (VAEe)
39+ - Autoregressive methods
3840- Generative Adversarial Networks (GANs)
39- - Normalizing flows (tentative)
40- - Autoregressive methods (tentative)
41+ - Normalizing flows (tentative, if interest)
4142
4243
4344### Reinforcement Learning
@@ -193,3 +194,4 @@ o David Foster, Generative Deep Learning, https://www.oreilly.com/library/view/g
193194
194195o Babcock and Gavras, Generative AI with Python and TensorFlow, https://github.com/PacktPublishing/Hands-On-Generative-AI-with-Python-and-TensorFlow-2
195196
197+ o Sutton and Barto, An Introduction to Reinforcement Learning, https://web.stanford.edu/class/psych209/Readings/SuttonBartoIPRLBook2ndEd.pdf
0 commit comments