<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://wiki.cs.hse.ru/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexgri</id>
	<title>Wiki - Факультет компьютерных наук - Вклад [ru]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.hse.ru/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexgri"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%92%D0%BA%D0%BB%D0%B0%D0%B4/Alexgri"/>
	<updated>2026-09-21T12:21:31Z</updated>
	<subtitle>Вклад</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=39346</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=39346"/>
		<updated>2020-03-06T11:26:53Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manager:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1k6xMnyWzpKHO6SmA7GEFjZVCw85paSCJAgMXTwu_zsE/edit?usp=sharing Course syllabus]&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
The first assignment has been uploaded to anytask. Deadline: 15 February, 21:00.&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and  Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
Assignment is considered completed if the grade is equal or greater than 5 out of 10.&lt;br /&gt;
Necessary condition for O_final to be greater or equal to 4/6/8 is to complete one/two/three assignment and pass the exam. &lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 8 February, 15 February, 1 March, 15 March&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model &lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: Local Reparametrization Trick&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1yu_77loRT3Th3-YkYc6sbnf9QDcYIO9U/view?usp=sharing Natural gradient, Fisher Information matrix, VI] by Artem Sobolev&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1cp3Ek9XJAgxrXC6tfTOEcSx1FyxBT_iH/view?usp=sharing Discrete Latent Variables and Variance Reduction] by Artem Sobolev&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1yaXWGx4TeGfNPgotIDc1zbJ1Dv6NKV26aB1QWpxwvek/edit?usp=sharing SIVI lecture papers] by Dmitry Molchanov&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=39128</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=39128"/>
		<updated>2020-02-24T10:15:38Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manager:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1k6xMnyWzpKHO6SmA7GEFjZVCw85paSCJAgMXTwu_zsE/edit?usp=sharing Course syllabus]&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
The first assignment has been uploaded to anytask. Deadline: 15 February, 21:00.&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and  Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
Assignment is considered completed if the grade is equal or greater than 5 out of 10.&lt;br /&gt;
Necessary condition for O_final to be greater or equal to 4/6/8 is to complete one/two/three assignment and pass the exam. &lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 8 February, 15 February, 1 March, 15 March&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model &lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: Local Reparametrization Trick&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1yu_77loRT3Th3-YkYc6sbnf9QDcYIO9U/view?usp=sharing Natural gradient, Fisher Information matrix, VI] by Artem Sobolev&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1cp3Ek9XJAgxrXC6tfTOEcSx1FyxBT_iH/view?usp=sharing Discrete Latent Variables and Variance Reduction] by Artem Sobolev&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=39102</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=39102"/>
		<updated>2020-02-23T10:48:38Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manager:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1k6xMnyWzpKHO6SmA7GEFjZVCw85paSCJAgMXTwu_zsE/edit?usp=sharing Course syllabus]&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
The first assignment has been uploaded to anytask. Deadline: 15 February, 21:00.&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and  Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
Assignment is considered completed if the grade is equal or greater than 5 out of 10.&lt;br /&gt;
Necessary condition for O_final to be greater or equal to 4/6/8 is to complete one/two/three assignment and pass the exam. &lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 8 February, 15 February, 1 March, 15 March&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model &lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: Local Reparametrization Trick&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/open?id=1yu_77loRT3Th3-YkYc6sbnf9QDcYIO9U Natural gradient, Fisher Information matrix, VI] by Artem Sobolev&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/open?id=1cp3Ek9XJAgxrXC6tfTOEcSx1FyxBT_iH Discrete Latent Variables and Variance Reduction] by Artem Sobolev&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=39101</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=39101"/>
		<updated>2020-02-23T10:48:25Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manager:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1k6xMnyWzpKHO6SmA7GEFjZVCw85paSCJAgMXTwu_zsE/edit?usp=sharing Course syllabus]&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
The first assignment has been uploaded to anytask. Deadline: 15 February, 21:00.&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and  Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
Assignment is considered completed if the grade is equal or greater than 5 out of 10.&lt;br /&gt;
Necessary condition for O_final to be greater or equal to 4/6/8 is to complete one/two/three assignment and pass the exam. &lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 8 February, 15 February, 1 March, 15 March&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model &lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: Local Reparametrization Trick&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
[https://drive.google.com/open?id=1yu_77loRT3Th3-YkYc6sbnf9QDcYIO9U Natural gradient, Fisher Information matrix, VI] by Artem Sobolev&lt;br /&gt;
[https://drive.google.com/open?id=1cp3Ek9XJAgxrXC6tfTOEcSx1FyxBT_iH Discrete Latent Variables and Variance Reduction] by Artem Sobolev&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38856</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38856"/>
		<updated>2020-02-13T13:37:32Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manager:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1k6xMnyWzpKHO6SmA7GEFjZVCw85paSCJAgMXTwu_zsE/edit?usp=sharing Course syllabus]&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
The first assignment has been uploaded to anytask. Deadline: 15 February, 21:00.&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and  Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
Assignment is considered completed if the grade is equal or greater than 5 out of 10.&lt;br /&gt;
Necessary condition for O_final to be greater or equal to 4/6/8 is to complete one/two/three assignment and pass the exam. &lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 8 February, 15 February, 1 March, 15 March&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: Local Reparametrization Trick&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38286</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38286"/>
		<updated>2020-01-25T10:37:52Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manager:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
Course syllabus TBA&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and  Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
(*) There are several extra conditions which will be described soon&lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 6 February, 13 February, 27 February, 12 March&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: TBA&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38285</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38285"/>
		<updated>2020-01-25T10:33:55Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manager:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
Course syllabus TBA&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and (4) Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
(*) There are several extra conditions which will be described soon&lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 6 February, 13 February, 27 February, 12 March&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: TBA&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38284</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38284"/>
		<updated>2020-01-25T10:26:25Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin], [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/131072080 Ekaterina Lobacheva], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
Course syllabus TBA&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and (4) Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
(*) There are several extra conditions which will be described soon&lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 6 February, 13 February, 27 February, 12 March&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: TBA&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38283</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38283"/>
		<updated>2020-01-25T10:22:17Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin], [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/131072080 Ekaterina Lobacheva], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram. Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
Course syllabus TBA&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: Sparse Variational Dropout, Normalizing flows,  VAE,  and (4) Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained (*) from the following formula:&lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is a weighted average grade for the practical assignments:&lt;br /&gt;
&lt;br /&gt;
О_cumulative = 1/6 * O(SVDO) + 1/3 * O(NF) + 1/3 * O(VAE) + 1/6 * O(DLV)&lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
(*) There are several extra conditions which will be described soon&lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to [https://anytask.org/course/602 anytask]. To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to 10 points. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. You will have 1 to 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: 28 February, 6 March, 20 March, 3 April&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
&lt;br /&gt;
Exam questions will be published here.&lt;br /&gt;
&lt;br /&gt;
At the beginning of the exam, we will give you a random question from the main part of the exam questions list. You will have one hour to prepare your answer. During this hour you may use any materials (including the ones on your laptop).&lt;br /&gt;
&lt;br /&gt;
Then you discuss your answer with an examiner, answer questions from the theoretical minimum, answer additional questions on the course and solve problems. At this part of the exam, you CAN NOT use any materials. Please pay attention to the theoretical minimum - inability to answer any questions from it automatically entails an unsatisfactory mark for the exam.&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;№&#039;&#039;&#039; !! &#039;&#039;&#039;Date&#039;&#039;&#039; !! &#039;&#039;&#039;Theme&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1 ||  30 January || Lecture: Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
|30 January||Seminar: Application of SVI to Latent Dirichlet Allocation model&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || 30 January || Lecture: Doubly Stochastic Variational Inference &lt;br /&gt;
|-&lt;br /&gt;
| 31 January || Seminar: Reparametrization Trick and Variance Reduction &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || 6 February || Lecture: Bayesian Neural Networks&lt;br /&gt;
|- &lt;br /&gt;
| 6 February || Seminar: TBA&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 4 || 13 February || Lecture: Variational autoencoders (VAE) and normalizing flows (NF)&lt;br /&gt;
|- &lt;br /&gt;
| 13 February || Seminar: Importance Weighted Autoencoders + more complex NF &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 5 || 20 February ||  Lecture: Discrete Latent Variables and Variance Reduction &lt;br /&gt;
|- &lt;br /&gt;
| 20 February || Seminar: Discrete Latent Variables and Variance Reduction&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 6 || 27 February ||  Lecture: Implicit Variational Inference using Adversarial Training&lt;br /&gt;
|- &lt;br /&gt;
| 27 February || Seminar: f-GAN&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 7 || 5 March || Lecture: TBA&lt;br /&gt;
|-&lt;br /&gt;
| 5 March || Seminar: TBA&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 8 || 12 March || Lecture: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|- &lt;br /&gt;
| 12 March || Seminar: Deep Markov chain Monte Carlo (MCMC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38106</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38106"/>
		<updated>2020-01-20T11:29:49Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin], [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/131072080 Ekaterina Lobacheva], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram (invite TBA). Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
Course syllabus TBA&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to anytask (url TBA). To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to TBA. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. Usually you will have 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: TBA&lt;br /&gt;
&lt;br /&gt;
A hard deadline for all assignments: TBA&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=%D0%9E_%D1%84%D0%B0%D0%BA%D1%83%D0%BB%D1%8C%D1%82%D0%B5%D1%82%D0%B5&amp;diff=38103</id>
		<title>О факультете</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=%D0%9E_%D1%84%D0%B0%D0%BA%D1%83%D0%BB%D1%8C%D1%82%D0%B5%D1%82%D0%B5&amp;diff=38103"/>
		<updated>2020-01-20T11:04:38Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
= Учебные курсы факультета компьютерных наук =&lt;br /&gt;
&lt;br /&gt;
== Курсы за 2019/20 учебный год ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! 1 курс !! 2 курс !! 3 курс !! 4 курс  !! майноры и факультативы&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_1_2019/2020 | Математический анализ-1 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_на_ПМИ_2019/2020_(основной_поток,_2_семестр) | Математический анализ на ПМИ (основной поток, 2 семестр)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_на_ПМИ_2019/2020_(основной_поток) | Математический анализ на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Дискретная_математика_1_2019/2020 | Дискретная математика-1 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Линейная_алгебра_и_геометрия_на_ПМИ_2019/2020_(пилотный_поток) | Линейная алгебра и геометрия на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Линейная_алгебра_и_геометрия_на_ПМИ_2019/2020_(основной_поток) | Линейная алгебра и геометрия на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Основы_и_методология_программирования_2019/2020 | Основы и методология программирования на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Основы_и_методология_программирования_1_2019/2020_(пилотный_поток) | Основы и методология программирования-1 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Discrete_Mathematics_DSBA2019/2020 | Discrete Mathematics DSBA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Calculus_DSBA2019/2020 | Calculus DSBA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[LAaG_DSBA_2019/2020 | Linear Algebra and Geometry (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Introduction_to_programming_DSBA_2019/2020 | Introduction to Programming (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[English_DSBA_2019/2020 | English DSBA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Algorithms_and_Data_Structures_DSBA_2020 | Algorithms and Data Structures DSBA ]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_1_основной_поток_2019/202 | Алгоритмы и структуры данных-1 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_пилотный_поток_2019/2020 | Алгоритмы и структуры данных на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[DM2-basic2019/2020 | Дискретная математика-2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[DM2-pilot2019/2020 | Дискретная математика-2 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Теория_вероятностей_2019/2020_(основной_поток)| Теория_вероятностей_2019/2020 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Теория_вероятностей_и_математическая_статистика_2019/2020_(пилотный_поток)| ТВиМС (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_2019/2020_(пилотный_поток) | Математический анализ 2 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_2_2019/2020_(основной_поток) | Математический анализ 2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_2_2019/2020 | Алгоритмы и структуры данных – 2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_2018/2019 (пилотный поток) | Алгоритмы и структуры данных на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Calculus_2_2019 | Calculus-2 DBSA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Statistics_DSBA_2019/2020 | Statistics DSBA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[DM2 | Дискретная Математика-2 (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[ADS2 | Алгоритмы и Структуры Данных-2 (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Introduction_to_Economics | Introduction to Economics DSBA ]]&lt;br /&gt;
&lt;br /&gt;
[[Business_and_Management_in_Global_Context_2019-2020| Business and Management in Global Context DSBA ]]&lt;br /&gt;
&lt;br /&gt;
[[ACOS_DSBA_2019/2020 | Computer Architecture and Operating Systems (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Differential_Equations_2020 | Differential Equations DSBA ]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
[[Машинное_обучение_1 | Машинное обучение 1 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Прикладная_статистика_в_машинном_обучении(2019)|Прикладная статистика в машинном обучении]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_РС_1|НИС Распределенные системы]]&lt;br /&gt;
&lt;br /&gt;
[[Theory_of_Computing_2019_2020 | Theory of Computing, AMI]]&lt;br /&gt;
&lt;br /&gt;
[[Компьютерные_Сети | Компьютерные сети]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Машинное_обучение_и_приложения_2019/2020|НИС Машинное обучение и приложения]]&lt;br /&gt;
&lt;br /&gt;
[[Безопасность_компьютерных_систем_2019|Безопасность компьютерных систем]]&lt;br /&gt;
&lt;br /&gt;
[[Непрерывная_оптимизация_(МОП)/2020| Непрерывная оптимизация (МОП)]]&lt;br /&gt;
&lt;br /&gt;
[[%D0%9D%D0%B5%D0%BF%D1%80%D0%B5%D1%80%D1%8B%D0%B2%D0%BD%D0%B0%D1%8F_%D0%BE%D0%BF%D1%82%D0%B8%D0%BC%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F_(%D0%A2%D0%98,_%D0%90%D0%94%D0%98%D0%A1,_%D0%90%D0%9F%D0%A0,_%D0%A0%D0%A1)| Непрерывная оптимизация (ТИ, АДИС, АПР, РС) ]] &lt;br /&gt;
&lt;br /&gt;
[[Data_analysis_(Software_Engineering)_2020|Data Analysis]]&lt;br /&gt;
&lt;br /&gt;
[[Промышленное_программирование_на_языке_Java| Промышленное программирование на языке Java]]&lt;br /&gt;
&lt;br /&gt;
[[CCTI_2020|Сложность вычислений и логика в теоретической информатике]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
[[InfTheo2019-2020|Теория информации]]&lt;br /&gt;
&lt;br /&gt;
[[Байесовские_методы_машинного_обучения_2019|Байесовские методы машинного обучения]]&lt;br /&gt;
&lt;br /&gt;
[[НИС Науки о данных]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_РС_2|НИС Распределенные системы 2]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Машинное_обучение_и_приложения_2019/2020|НИС Машинное обучение и приложения]]&lt;br /&gt;
&lt;br /&gt;
[[Философия_науки_2019|Философия науки]]&lt;br /&gt;
&lt;br /&gt;
[[Глубинное обучение|Глубинное обучение]]&lt;br /&gt;
&lt;br /&gt;
[[NLP 2019|NLP Анализ данных]]&lt;br /&gt;
&lt;br /&gt;
[[Безопасность_компьютерных_систем_2019|Безопасность компьютерных систем]]&lt;br /&gt;
&lt;br /&gt;
[[Генеративные_модели_в_машинном_обучении_2020|Генеративные модели в машинном обучении]]&lt;br /&gt;
&lt;br /&gt;
[[Компьютерные Сети 4 курс| Компьютерные сети]]&lt;br /&gt;
&lt;br /&gt;
[[Промышленное_программирование_на_языке_Java| Промышленное программирование на языке Java]]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.cs.hse.ru/%D0%9C%D0%B0%D1%88%D0%B8%D0%BD%D0%BD%D0%BE%D0%B5_%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5_%D0%BD%D0%B0_%D0%B1%D0%BE%D0%BB%D1%8C%D1%88%D0%B8%D1%85_%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85_2020 Машинное обучение на больших данных 2020 ]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
[[MinorBioinformatics|Биоинформатика]]&lt;br /&gt;
&lt;br /&gt;
[[Майнор Интеллектуальный анализ данных/Современные_методы_машинного_обучения | Современные методы машинного обучения (ИАД)]]&lt;br /&gt;
&lt;br /&gt;
[[KotlinElective|Факультатив &amp;quot;Язык Kotlin&amp;quot; (2-3 модули)]]&lt;br /&gt;
&lt;br /&gt;
[[ISDElective|Факультатив &amp;quot;Методы разработки программного обеспечения&amp;quot; (1-2 модули)]]&lt;br /&gt;
&lt;br /&gt;
[[Введение в программирование (курс майнора)]]&lt;br /&gt;
&lt;br /&gt;
[[dopglavy_DM_1920|Допглавы дискретной математики]]&lt;br /&gt;
&lt;br /&gt;
[[Дополнительные_главы_теории_вероятностей-2_2019/2020|ДГТВ-2]]&lt;br /&gt;
&lt;br /&gt;
[[Введение_в_анализ_данных_(майнор_ИАД)|Введение в анализ данных (майнор ИАД)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Курсы магистратуры ФКН ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Дисциплина !! Образовательная программа !! Курс&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Theory_of_Computing_2019_2020 | Theory of Computing]] || Науки о данных, специализация ТИ || 1 курс&lt;br /&gt;
|-&lt;br /&gt;
| [[Project_Seminar_2019_2020 | Проектный семинар специализации ТИ]] || Науки о данных, специализация ТИ || 1 курс&lt;br /&gt;
|-&lt;br /&gt;
| [[Stochastic_analysis_2019_2020 | Stochastic Calculus ]] || Statistical Learning Theory || 1 year&lt;br /&gt;
|-&lt;br /&gt;
| [[A_Theorist&#039;s_Toolkit_2019_2020 | A Theorist&#039;s Toolkit, AMI]] || Науки о данных, специализация ТИ || 1 курс&lt;br /&gt;
|-&lt;br /&gt;
| [[Neurobayesian_models_2020 | Neurobayesian models ]] || Statistical Learning Theory || 2 year&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Курсы в рамках проекта [https://www.hse.ru/dataculture/ Data Culture]==&lt;br /&gt;
=== 2 семестр ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Дисциплина !! Образовательная программа !! Курс !! Модули &lt;br /&gt;
|-&lt;br /&gt;
| [[ Цифровая грамотность, ИЯиМК|  Цифровая грамотность  ]] || Иностранные языки и межкультурная коммуникация || 1 курс || 3-4 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[ Цифровая грамотность, ЯиЛ_ЮВА|  Цифровая грамотность  ]] || Языки и литература Юго-Восточной Азии || 1 курс || 3-4 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[ Цифровая грамотность, ЯиЛЯ|  Цифровая грамотность  ]] || Языки и литература Японии || 1 курс || 3-4 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[ ППО Социология 1 курс 2019/2020|  ППО (Python для извлечения и обработки данных)  ]] || Социология || 1 курс || 3 модуль&lt;br /&gt;
|-&lt;br /&gt;
|[[ Машинное обучение на матфаке 2020 | Машинное обучение]] || Математика || 2-4 курс || 3-4 модуль &lt;br /&gt;
|-&lt;br /&gt;
|[[ Excel для анализа данных | Excel для анализа данных]] || ИЯиМК || 4 курс || 3 модуль &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 1 семестр ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Дисциплина !! Образовательная программа !! Курс !! Модули &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[ Основы анализа и визуализация данных для медиа 2019/2020 |  Основы анализа и визуализации данных для медиа  ]] || Журналистика || 4 курс || 1 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[ Анализ данных в Python 2019-2020 |  Анализ данных в Python  ]] || Политология || 4 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Introduction to Data Culture 2019-2020 | Introduction to Data Culture ]] || Программа двух дипломов НИУ ВШЭ и Лондонского университета &amp;quot;Международные отношения&amp;quot; || 1 курс || 2 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[ Основы анализа данных в международных отношениях |  Основы анализа данных в международных отношениях  ]] || Международные отношения || 2 курс || 1-2 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы программирования в Python (Политология)|Основы программирования в Python]] || Политология || 3 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы программирования на Python осень 2019 матфак|Основы программирования на Python-1]] || Математика || 1-4 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[ Цифровая грамотность (История 2019) |  Цифровая грамотность  ]] || История || 1 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[ Цифровая грамотность (Востоковедение 2019) |  Цифровая грамотность  ]] || Востоковедение|| 1 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[ Цифровая_грамотность_2019-2020(философия) |  Цифровая грамотность  ]] || Философия || 1 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[ Цифровая грамотность (ассириология и античность 2019) |  Цифровая грамотность  ]] || Ассириология и античность|| 1 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[ПМСАР-2_2019| Методы анализа больших данных в исследованиях поведения покупателей]] || Прикладные методы социального анализа рынков || 2 г.о. || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Работа с данными]] || Медиакоммуникации || 4 курс || 1 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Машинное обучение (фэн 2019)]] || ФЭН || 3 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Natural_Language_Processing_Blended_2019_module1 | Natural Language Processing (blended)]] || Прикладная политология || 2 г.о. || 1 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[ ML_HSE_NES_2019 | Машинное обучение (ВШЭ-РЭШ)]] || Совместный бакалавриат ВШЭ-РЭШ || 3-4 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[ Основы_анализа_и_визуализации_данных_ДИЯ_2019/2020 |  Основы анализа и визуализации данных  ]] || ДИЯ || 2 курс || 1,2 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Методы_машинного_обучения_(Прикладная_политология)|Методы машинного обучения]] || Прикладная политология || 1 г.о. || 2-3 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы_программирования_на_Python2019/2020|Основы программирования на Python]] || Экономика и статистика || 2-4 курс || 2 модуль&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Архив=&lt;br /&gt;
== Курсы за 2018/19 учебный год ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! 1 курс !! 2 курс !! 3 курс !! 4 курс  !! майноры и факультативы&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_на_ПМИ_2018/2019_(пилотный_поток) | Математический анализ на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_на_ПМИ_2018/2019_(основной_поток) | Математический анализ на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Calculus_DSBA_2018/2019 | Calculus I DSBA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Основы_и_методология_программирования_на_ПМИ_2018/2019_(пилотный_поток) | Основы и методология программирования на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Основы_и_методология_программирования_на_ПМИ_2019_(С%2B%2B,_основной_поток) | Основы и методология программирования на ПМИ (С++, основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Линейная_алгебра_и_геометрия_на_ПМИ_2018/2019_(пилотный_поток) | Линейная алгебра и геометрия на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Линейная_алгебра_и_геометрия_на_ПМИ_2018/2019_(основной_поток) | Линейная алгебра и геометрия на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[LAaG_DSBA_2018/2019 | LAaG DSBA]]&lt;br /&gt;
&lt;br /&gt;
[[Дискретная_математика_1_2018/2019 | Дискретная математика-1 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Discrete_Mathematics_DSBA2018/2019 |Discrete Mathematics DSBA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Introduction_to_programming | Introduction to programming DSBA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Introduction_to_programming_2 | Introduction to programming 2 DSBA (ПАД)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгебра_на_ПМИ_2018/2019_(пилотный_поток) | Алгебра на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгебра_на_ПМИ_2018/2019_(основной_поток) | Алгебра на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Algebra_DSBA_2018/2019 | Algebra DSBA]]&lt;br /&gt;
&lt;br /&gt;
[http://hsealgebra19.wikidot.com Алгебра на ПИ]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_2018/2019 | Алгоритмы и структуры данных на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_2018/2019 (пилотный поток) | Алгоритмы и структуры данных на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
[http://math-info.hse.ru/s18/t Дифференциальные уравнения]&lt;br /&gt;
&lt;br /&gt;
[[Теория_вероятностей_2018/2019_(основной_поток) | Теория вероятностей на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Теория_вероятностей_2018/2019_(пилотный_поток) | Теория вероятностей на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_2018/2019_(пилотный_поток) | Математический анализ 2 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_2018/2019_(основной_поток) | Математический анализ 2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[DM2-pilot2018/2019 | Дискретная математика-2 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[DM2-basic2018/2019 | Дискретная математика-2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_2_2018/2019 | Алгоритмы и структуры данных – 2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Факультатив  Теория вычислений]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
[[Машинное_обучение_1/2018_2019 | Машинное обучение 1 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Машинное_обучение_2 | Машинное обучение 2 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Численные_Методы_2018 | Численные методы ]]&lt;br /&gt;
&lt;br /&gt;
[[PDC | Параллельные и распределенные вычисления]]&lt;br /&gt;
&lt;br /&gt;
[[Theory_of_Computing_2018_2019 | Theory of Computing, AMI]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Машинное_обучение_и_приложения_2018/2019|НИС Машинное обучение и приложения]]&lt;br /&gt;
&lt;br /&gt;
[[Прикладная_статистика_в_машинном_обучении(2018)|Прикладная статистика в машинном обучении]]&lt;br /&gt;
&lt;br /&gt;
[[Безопасность_компьютерных_систем_2018|Безопасность компьютерных систем]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_РС|НИС Распределенные системы]]&lt;br /&gt;
&lt;br /&gt;
[[Основные методы анализа данных]]&lt;br /&gt;
&lt;br /&gt;
[[Теория баз данных]]&lt;br /&gt;
&lt;br /&gt;
[[Непрерывная оптимизация/2019|Непрерывная оптимизация (161-162)]]&lt;br /&gt;
&lt;br /&gt;
[[Непрерывная оптимизация (163-167)]]&lt;br /&gt;
&lt;br /&gt;
[[Сложность вычислений и логика в теоретической информатике]]&lt;br /&gt;
&lt;br /&gt;
[[Data analysis (Software Engineering) 2019|Data analysis]]&lt;br /&gt;
&lt;br /&gt;
[[Анализ данных в бизнесе 2019|Анализ данных в бизнесе на ПМИ ]]&lt;br /&gt;
&lt;br /&gt;
[[Intro to DL Blended | Intro to DL Blended]]&lt;br /&gt;
&lt;br /&gt;
[[Дискретная оптимизация 2019 | Дискретная оптимизация 2019]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
[[Statistical_learning_theory_2018_2019 | Introduction to statistical learning theory]]&lt;br /&gt;
&lt;br /&gt;
[[Анализ_неструктурированных_данных-2018 |Анализ неструктурированных данных ]]&lt;br /&gt;
&lt;br /&gt;
[[Байесовские_методы_машинного_обучения_2018|Байесовские методы машинного обучения]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Машинное_обучение_и_приложения_2018/2019|НИС Машинное обучение и приложения]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Науки_о_данных_2018/2019|НИС Науки о данных]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Распределенные_системы_(4_курс,_2018)|НИС Распределенные системы]]&lt;br /&gt;
&lt;br /&gt;
[[Теория_Информации_2018/2019|Теория информации]]&lt;br /&gt;
&lt;br /&gt;
[[Безопасность_компьютерных_систем_2018|Безопасность компьютерных систем]]&lt;br /&gt;
&lt;br /&gt;
[[Методы_и_системы_обработки_больших_данных_(осень_2018)|Методы и системы обработки больших данных]]&lt;br /&gt;
&lt;br /&gt;
[[Философия_науки_2018|Философия науки]]&lt;br /&gt;
&lt;br /&gt;
[[Теория баз данных]]&lt;br /&gt;
&lt;br /&gt;
[[ConvAppr19 | Выпуклое программирование и аппроксимационные алгоритмы (ТИ)]]&lt;br /&gt;
&lt;br /&gt;
[[Функциональное программирование 2019 | Функциональное программирование]]&lt;br /&gt;
&lt;br /&gt;
[[A_Theorist&#039;s_Toolkit_2018_2019 | A Theorist&#039;s Toolkit, AMI]]&lt;br /&gt;
&lt;br /&gt;
[[Анализ данных в бизнесе 2019|Анализ данных в бизнесе на ПМИ ]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
[[Дополнительные главы теории вероятностей 2019 | Дополнительные главы теории вероятностей 2019]]&lt;br /&gt;
&lt;br /&gt;
[[Дополнительные главы математической статистики 2019 | Дополнительные главы математической статистики 2019]]&lt;br /&gt;
&lt;br /&gt;
[[Введение в программирование (курс майнора) 2018/2019]]&lt;br /&gt;
&lt;br /&gt;
[[dopglavy_DM_1819|Допглавы дискретной математики]]&lt;br /&gt;
&lt;br /&gt;
[[Современные_методы_машинного_обучения_(курс_майнора)_2018/2019 | Современные методы машинного обучения (курс майнора) 2018/2019]]&lt;br /&gt;
&lt;br /&gt;
[[Прикладные_задачи_анализа_данных_(майнор_-_весна_2019) | Прикладные задачи анализа данных (майнор - весна 2019)]]&lt;br /&gt;
&lt;br /&gt;
[[Майнор Интеллектуальный анализ данных/Введение в анализ данных | Введение в анализ данных (курс майнора)]]&lt;br /&gt;
&lt;br /&gt;
[[Функциональный анализ (весна_2019) | Функциональный анализ (весна_2019)]]&lt;br /&gt;
&lt;br /&gt;
[[KotlinElective| Язык Kotlin (3 и 4 модули 2018-2019)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Курсы в рамках проекта [https://www.hse.ru/dataculture/ Data Culture]==&lt;br /&gt;
=== 2 семестр ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Дисциплина !! Образовательная программа !! Курс !! Модули &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы программирования на Python весна 2019 матфак|Основы программирования на Python-2]] || Математика || 2-4 курс || 3-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Цифровая_грамотность_(филология)|Цифровая грамотность]] || Филология || 1 курс || 3-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Цифровая_грамотность_(ИИ_и_культурология)|Цифровая грамотность]] || История искусств и Культурология || 1 курс || 3-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Цифровая_грамотность_(ИЯМК_2019)|Цифровая грамотность]] ||  Иностранные языки и межкультурная коммуникация (ДИЯ) || 1 курс || 3-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы_анализа_и_визуализации_данных_ДИЯ_2019|Анализ и визуализации данных]] ||  Иностранные языки и межкультурная коммуникация (ДИЯ) || 2 курс || 3-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Научно-исследовательский_семинар_2019| Научно-исследовательский семинар]] ||  Политология || 1 курс || 3 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[ММО_Политология_201810|Методы машинного обучения]] || Прикладная политология || 1 г.о. || 2-3 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы_программирования_в_Python_2019|Основы программирования в Python]] || Мировая экономика || 2 курс || 3-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Программирование_и_компьютерные_инструменты_лингвистического_исследования|Программирование и компьютерные инструменты лингвистического исследования]] || Фундаментальная и компьютерная лингвистика || 1 курс || 1-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Компьютерная лингвистика и информационные технологии|Компьютерная лингвистика и информационные технологии]] || Фундаментальная и компьютерная лингвистика || 4 курс || 1-3 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[ПМСАР-1|Автоматизированный сбор больших данных в экономико-социологических исследованиях]] || Прикладные методы социального анализа рынков  || 2 г.о.  || 3-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Искусственный интеллект и большие данные_(2019)|Искусственный интеллект и большие данные]] || Дизайн, Мода, Современное искусство || 1 курс || 3-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Информационный менеджмент: Введение в Data Science|Информационный менеджмент: Введение в Data Science]] || Управление бизнесом &amp;lt;br&amp;gt; Маркетинг и рыночная аналитика || 1 курс || 4 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Технологии анализа больших данных|Технологии анализа больших данных]] || ГМУ || 1 курс || 4 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы программирования на Python (Прикладное программное обеспечение)|Основы программирования на Python (Прикладное программное обеспечение)]] || Социология || 1 курс || 4 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы работы с данными|Основы работы с данными]] || Медиакоммуникации || 2 курс || 4 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Введение_в_data_science_Социология_1_курс|Профориентационный семинар (Data Culture)]] || Социология || 1 курс || 4 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Введение_в_анализ_данных_МирЭк_2019|Введение в анализ данных]] || Мировая экономика || 1 курс || 4 модуль&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 1 семестр ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Дисциплина !! Образовательная программа !! Курс !! Модули &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы анализа данных в международных отношениях 2018/2019|Основы анализа данных в международных отношениях]] || Международные отношения || 2 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Introduction_to_Data_Culture_2018-2019|Introduction to Data Culture]] || Программа двух дипломов НИУ ВШЭ и Лондонского университета &amp;quot;Международные отношения&amp;quot; || 1 курс || 2 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Программирование_и_компьютерные_инструменты_лингвистического_исследования|Программирование и компьютерные инструменты лингвистического исследования]] || Фундаментальная и компьютерная лингвистика || 1 курс || 1-4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Цифровая грамотность(востоковедение)|Цифровая грамотность]] || Востоковедение || 1 курс || 1 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Разработка управленческих решений в маркетинге | Разработка управленческих решений в маркетинге]] || Маркетинг и рыночная аналитика || 2 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Информационные технологии в деятельности юриста_2018-2019| Информационные технологии в деятельности юриста]] || Юриспруденция || 1 курс || 2 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Машинное обучение на матфаке 2018/2019| Машинное обучение]] || Факультет математики || 2-4 курсы || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[ПМСАР-2| Методы анализа больших данных в исследованиях поведения покупателей]] || Прикладные методы социального анализа рынков || 2 г.о. || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Анализ данных в Python (Политологи 1 семестр 1-2 модули)|Анализ данных в Python]] || Политология || 4 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Основы анализа и визуализации данных для медиа (Журналисты 1 семестр 1 модуль)|Основы анализа и визуализации данных для медиа]] || Журналистика || 4 курс || 1 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[Компьютерная лингвистика и информационные технологии|Компьютерная лингвистика и информационные технологии]] || Фундаментальная и компьютерная лингвистика || 4 курс || 1-3 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Введение в анализ текстов на Python для ФГН 2018|Введение в анализ текстов на Python для ФГН 2018]] || Фундаментальная и компьютерная лингвистика || 3 курс || 1, 2, 4 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Машинное обучение (ФЭН)]] || Факультет экономических наук || 3-4 курсы || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Программирование_(python)_для_экономистов|Программирование (Python) для экономистов]] || Факультет экономических наук || 2 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Цифровая грамотность(философия)|Цифровая грамотность]] || Философия || 1 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Цифровая_грамотность_(историки)|Цифровая грамотность]] || История || 1 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Обработка и анализ данных физического эксперимента|Обработка и анализ данных физического эксперимента]] || Физика || 2 курс || 1-2 модули&lt;br /&gt;
|-&lt;br /&gt;
| [[Статистический анализ в среде R (Социологи 1 семестр 2 модуль)|Статистический анализ в среде R ]] || Социология || 4 курс || 2 модуль&lt;br /&gt;
|-&lt;br /&gt;
| [[ММО_Политология_201810|Методы машинного обучения]] || Прикладная политология || 1 г.о. || 2-3 модули&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Courses of the  Statistical Learning Theory program==&lt;br /&gt;
[[Neurobayesian_models_2019|Neurobayesian models]]&lt;br /&gt;
&lt;br /&gt;
== Курсы за 2017/18 учебный год ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! 1 курс !! 2 курс !! 3 курс !! 4 курс  !! майноры и факультативы&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_на_ПМИ_2017/2018_(пилотный_поток) | Математический анализ на ПМИ 2017/2018 (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический_анализ_на_ПМИ_2017/2018_(основной_поток) | Математический анализ на ПМИ 2017/2018 (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Основы_и_методология_программирования_на_ПМИ_2017/2018_(пилотный_поток,_1_модуль) | Основы и методология программирования на ПМИ 2017/2018 (пилотный поток, 1 модуль)]]&lt;br /&gt;
&lt;br /&gt;
[[Основы_и_методология_программирования_на_ПМИ_2017/2018_(основной_поток,_2_модуль) | Основы и методология программирования на ПМИ 2017/2018 (основной поток, 2 модуль)]]&lt;br /&gt;
&lt;br /&gt;
[[Основы_и_методология_программирования_на_ПМИ_2017/2018_(основной_поток,_3_модуль) | Основы и методология программирования на ПМИ 2017/2018 (основной поток, 3 модуль)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_на_ПМИ_2017/2018_(основной_поток) | Алгоритмы и структуры данных на ПМИ 2017/2018 (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Линейная_алгебра_и_геометрия_на_ПМИ_2017/2018_(пилотный_поток) | Линейная алгебра и геометрия на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Линейная_алгебра_и_геометрия_на_ПМИ_2017/2018_(основной_поток) | Линейная алгебра и геометрия на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Дискретная_математика_1_2017/2018 | Дискретная математика-1 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы и структуры данных 1  | Алгоритмы и структуры данных – 1 (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгебра_на_ПМИ_2017/2018 | Алгебра на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[http://hsealgebra18.wikidot.com Алгебра на ПИ]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
[[Теория_вероятностей_2017/2018_(основной_поток) | Теория вероятностей на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Теория_вероятностей_2017/2018_(пилотный_поток) | Теория вероятностей на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический анализ-3 на ПМИ_2017/2018_(основной_поток) | Математический анализ-2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математический анализ на ПМИ_2017/2018 | Математический анализ-3 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[DM2-pilot2017/2018 | Дискретная математика-2 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[DM_2_2017_2018 | Дискретная математика-2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы и структуры данных_2_2017/2018 | Алгоритмы и структуры данных – 2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Дифференциальные уравнения (2 курс, 2017/2018)| Дифференциальные уравнения]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
[[Машинное_обучение_1/2017_2018 | Машинное обучение 1 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Машинное_обучение_2/2017_2018 | Машинное обучение 2 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Численные_методы_2017 | Численные методы]]&lt;br /&gt;
&lt;br /&gt;
[[Statistics of Stochastic Processes|Статистика случайных процессов 2018]] &lt;br /&gt;
&lt;br /&gt;
[[Прикладная_статистика_в_машинном_обучении | Прикладная статистика в машинном обучении]]&lt;br /&gt;
&lt;br /&gt;
[[Theory_of_Computing | Theory of Computing, AMI]]&lt;br /&gt;
&lt;br /&gt;
[[Statistical_learning_theory | Introduction to statistical learning theory]]&lt;br /&gt;
&lt;br /&gt;
[[Основные_методы_анализа_данных_(специализация_АДИС) | Основные методы анализа данных на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Анализ неструктурированных данных]]&lt;br /&gt;
&lt;br /&gt;
[[Безопасность компьютерных систем 2017 | Безопасность компьютерных систем]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Распределенные_системы_(3_курс,_2017) | НИС Распределенные системы]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Машинное_обучение_и_приложения_2017/2018 | НИС Машинное обучение и приложения]]&lt;br /&gt;
&lt;br /&gt;
[[Непрерывная_оптимизация | Непрерывная оптимизация]]&lt;br /&gt;
&lt;br /&gt;
[[ Сложность_и_логика|  Сложность вычислений и логика в теоретической информатике]]&lt;br /&gt;
&lt;br /&gt;
[[Data_analysis_(Software_Engineering)_2018 | Data Analysis на ПИ]]&lt;br /&gt;
&lt;br /&gt;
[http://telegra.ph/Kurs-Vvedenie-v-OOP-VSHEH-2018-Modul-3-01-30 Введение в ООП]&lt;br /&gt;
&lt;br /&gt;
[http://wiki.cs.hse.ru/Машинное_обучение_на_больших_данных Машинное обучение на больших данных]&lt;br /&gt;
&lt;br /&gt;
[[Дискретная_оптимизация | Дискретная оптимизация]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
[[Безопасность компьютерных систем 2017 | Безопасность компьютерных систем]]&lt;br /&gt;
&lt;br /&gt;
[[Философия_науки_2017 | Философия науки]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Распределенные_системы_(4_курс,_2017) | НИС Распределенные системы]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Машинное_обучение_и_приложения_2017/2018 | НИС Машинное обучение и приложения]]&lt;br /&gt;
&lt;br /&gt;
[[Анализ неструктурированных данных]]&lt;br /&gt;
&lt;br /&gt;
[[Байесовские методы машинного обучения 2017 | Байесовские методы машинного обучения]]&lt;br /&gt;
&lt;br /&gt;
[[Функциональное программирование 2018 | Функциональное программирование]]&lt;br /&gt;
&lt;br /&gt;
[http://telegra.ph/Kurs-Vvedenie-v-OOP-VSHEH-2018-Modul-3-01-30 Введение в ООП]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
[[Современные методы машинного обучения (курс майнора) 2017/2018]]&lt;br /&gt;
&lt;br /&gt;
[[Введение в программирование (курс майнора) 2017/2018]]&lt;br /&gt;
&lt;br /&gt;
[[Майнор Интеллектуальный анализ данных/Введение в анализ данных/2017-2018 | Введение в анализ данных (курс майнора)]]&lt;br /&gt;
&lt;br /&gt;
[[Прикладные задачи анализа данных (майнор - весна 2018)]]&lt;br /&gt;
&lt;br /&gt;
[[Маго-лего &amp;quot;Линейная алгебра в приложениях&amp;quot; весна 2018 | Линейная алгебра в приложениях (маго-лего)]]&lt;br /&gt;
&lt;br /&gt;
[[Функциональный анализ 2017/18 | Функциональный анализ на ПМИ (факультатив)]]&lt;br /&gt;
&lt;br /&gt;
[[Дополнительные главы теории вероятностей и математической статистики (факультативы) | Дополнительные главы теории вероятностей и математической статистики (факультативы)]]&lt;br /&gt;
&lt;br /&gt;
[[Дополнительные главы дискретной математики 2017/18 | Дополнительные главы дискретной математики (факультатив)]]&lt;br /&gt;
&lt;br /&gt;
[[Цифровые технологии в гуманитарных науках]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Курсы в рамках проекта [https://www.hse.ru/dataculture/ Data Culture]==&lt;br /&gt;
&lt;br /&gt;
=== 2 семестр ===&lt;br /&gt;
&lt;br /&gt;
[[Цифровая_грамотность_2018_(2_семестр)|Цифровая грамотность (факультет гуманитарных наук — 2 семестр: ИЯМК, Филология, История искусств, Культурология, 1 курс)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Научно-исследовательский семинар (ФСН) |Научно-исследовательский семинар (ОП &amp;quot;Политология&amp;quot;, 1 курс)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Introduction_to_Data_Culture|Introduction to Data Culture (HSE and University of London Parallel Degree Programme in International Relations, 1 year)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[ИИ_и_БД|Искусственный интеллект и большие данные (ОП &amp;quot;Дизайн&amp;quot;, &amp;quot;Мода&amp;quot;, 1 курс)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Компьютерная лингвистика и информационные технологии |Компьютерная лингвистика и информационные технологии (ОП &amp;quot;Фундаментальная и компьютерная лингвистика&amp;quot;, 4 курс, 2 семестр)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Основы анализа данных в международных отношениях|Основы анализа данных в международных отношениях (ОП &amp;quot;Международные отношения&amp;quot;, 2 курс, 4 модуль)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Введение в data science (2_семестр)|Профориентационный семинар (блок по введению в data scicence) (Факультет социальных наук — 2 семестр: Социология, 1 курс)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Введение в Data Science| Введение в Data Science (ФБиМ, 4 модуль)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 1 семестр ===&lt;br /&gt;
&lt;br /&gt;
[[Цифровая_грамотность|Цифровая грамотность (факультет гуманитарных наук — 1 семестр: История, Философия, 1 курс)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Машинное обучение (факультет экономических наук)|Машинное обучение (факультет экономических наук)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Компьютерная лингвистика и информационные технологии |Компьютерная лингвистика и информационные технологии (ОП &amp;quot;Фундаментальная и компьютерная лингвистика&amp;quot;, 4 курс, 1 семестр)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Извлечение и анализ интернет-данных | Извлечение и анализ интернет-данных (факультет экономических наук)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Анализ больших данных в социальных науках (ФСН, 2017) | Анализ больших данных в социальных науках (ФСН, 2017)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Информационные_технологии_в_деятельности_юриста|Информационные технологии в деятельности юриста (Факультет права)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Машинное_обучение_для_лингвистов|Машинное обучение (магистратура Школы лингвистики)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Курсы магистратуры Финансовые технологии и анализ данных ==&lt;br /&gt;
&lt;br /&gt;
[[Вероятностные_модели_и_прикладная_статистика_в_финансовой_математике|Вероятностные модели и прикладная статистика в финансовой математике]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Рекомендательные системы и поиск закономерностей в данных|Рекомендательные системы и поиск закономерностей в данных]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Courses of Data Science master  program/Курсы магистерской программы &amp;quot;Науки о данных&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
[[Introduction to Machine Learning and Data Mining|Introduction to Machine Learning and Data Mining]]&lt;br /&gt;
&lt;br /&gt;
== Курсы за 2016/17 учебный год ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! 1 курс !! 2 курс !! 3-4 курс !! майноры&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
[[Математический анализ на ПМИ_2016/2017 | Математический анализ на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Линейная алгебра и геометрия_2016/2017 | Линейная алгебра и геометрия на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Дискретная_математика_1_2016/2017 | Дискретная математика-1 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Основы и методология программирования_2016/2017_пилотный_поток | Основы и методология программирования на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Основы и методология программирования_2016/2017 | Основы и методология программирования на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_на_ПМИ_(пилотный_поток) | Алгоритмы и структуры данных на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы_и_структуры_данных_на_ПМИ_(основной_поток) | Алгоритмы и структуры данных на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгебра_на_ПМИ_2016/2017 | Алгебра на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[http://hsealgebra17.wikidot.com/ Алгебра на ПИ]&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
[[Математический анализ_2016/2017 | Математический анализ-3 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Математически_анализ_3_на_ПМИ_(пилотный_поток) | Математический анализ-3 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[DM_2_2016_2017 | Дискретная математика-2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Дискретная математика_2_2016/2017 | Дискретная математика-2 на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Алгоритмы и структуры данных_2_2016/2017 | Алгоритмы и структуры данных – 2 на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Теория вероятностей_2016/2017 | Теория вероятностей на ПМИ (основной поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Теория_вероятностей_2016/2017_(пилотный_поток) | Теория вероятностей на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Архитектура_компьютеров_и_операционные_системы_2016/2017 | Архитектура компьютеров и операционные системы]]&lt;br /&gt;
&lt;br /&gt;
[[Факультатив_теория_вычислений_2016/2017 | Факультатив теория вычислений на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Дополнительные_главы_теории_вероятностей_(факультатив,_2017) | Дополнительные главы теории вероятностей (факультатив)]]&lt;br /&gt;
&lt;br /&gt;
[[Дифференциальные_уравнения_(2_курс,_2016/2017) | Дифференциальные уравнения]]&lt;br /&gt;
&lt;br /&gt;
[[Математическая_статистика_2016/2017_(пилотный_поток) | Математическая статистика на ПМИ (пилотный поток)]]&lt;br /&gt;
&lt;br /&gt;
[[Архитектура_компьютеров_и_операционные_системы_2016/2017 | Архитектура компьютеров и операционные системы ]]&lt;br /&gt;
&lt;br /&gt;
|| &lt;br /&gt;
&lt;br /&gt;
[[НИС_Машинное_обучение_и_приложения_2016/2017 | НИС Машинное обучение и приложения на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Машинное_обучение_1/2016_2017 | Машинное обучение 1 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Машинное_обучение_2/2016_2017 | Машинное обучение 2 на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Прикладной_статистический_анализ_данных | Прикладной статистический анализ данных на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Численные_методы_в_анализе_данных | Численные методы в анализе данных на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[http://www.machinelearning.ru/wiki/index.php?title=Статистика_случайных_процессов_(курс_лекций,_ФКН_ВШЭ) Вероятностные модели и статистика случайных процессов на ПМИ]&lt;br /&gt;
&lt;br /&gt;
[http://www.machinelearning.ru/wiki/index.php?title=Opt Методы оптимизации на ПМИ (специализации МОП и РС)]&lt;br /&gt;
&lt;br /&gt;
[[Методы_оптимизации_(весна_2017)|Методы оптимизации 2 (дискретная оптимизация)]]&lt;br /&gt;
&lt;br /&gt;
[[НИС_Распределенные_системы_(осень_2016) | НИС Распределенные системы]]&lt;br /&gt;
&lt;br /&gt;
[[Анализ и верификация алгоритмов биржевой торговли | Анализ и верификация алгоритмов для систем биржевой торговли ]]&lt;br /&gt;
&lt;br /&gt;
[[Программирование_на_графических_процессорах | Программирование на графических процессорах]]&lt;br /&gt;
&lt;br /&gt;
[[ЯРПО | Языки разработки ПО (курс по выбору) на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
[[Data analysis (Software Engineering) 2017 | Data analysis  на ПИ]]&lt;br /&gt;
&lt;br /&gt;
[[Базы данных 2 | Базы данных 2 ]]&lt;br /&gt;
&lt;br /&gt;
[[Компьютерные сети 2 | Компьютерные сети 2]]&lt;br /&gt;
&lt;br /&gt;
[[Машинное_обучение_на_больших_данных | Машинное обучение на больших данных на ПМИ]]&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
[[Современные_методы_машинного_обучения_(курс_майнора) | Современные методы машинного обучения (курс майнора)]]&lt;br /&gt;
&lt;br /&gt;
[[Майнор_Интеллектуальный_анализ_данных/Введение_в_программирование_2016/2017 | Введение в программирование (курс майнора)]]&lt;br /&gt;
&lt;br /&gt;
[[Майнор Интеллектуальный анализ данных/Введение в анализ данных/2016-2017 | Введение в анализ данных (курс майнора)]]&lt;br /&gt;
&lt;br /&gt;
[[Майнор Интеллектуальный анализ данных/Прикладные задачи анализа данных| Прикладные задачи анализа данных (курс майнора)]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=100%&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Первая колонка --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Курсы за 2015/16 учебный год ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[Технологии программирования|Технологии программирования на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[ОиМП-2015|Основы и методология программирования на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Алгоритмы и структуры данных 2016]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Линейная алгебра и геометрия_2015/2016 | Линейная алгебра и геометрия на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Алгебра_2015/2016 | Алгебра на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[http://hsealgebra.wikidot.com/ Алгебра на ПИ]&lt;br /&gt;
|-&lt;br /&gt;
|[[Компьютерные системы]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Математический анализ на ПМИ_2015/2016 | Математический анализ на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Факультатив_Матпрактикум | Матпрактикум (факультатив) на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Data analysis (Software Engineering)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Майнор Интеллектуальный анализ данных/Введение в программирование|Введение в программирование (курс майнора) на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Майнор Интеллектуальный анализ данных/Введение в анализ данных/2015-2016|Введение в анализ данных (курс майнора) на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[НИС Машинное обучение и приложения|НИС Машинное обучение и приложения на ПМИ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Архитектура компьютеров и системное программирование (ПМИ_4, 2015/2016)|Архитектура компьютеров и системное программирование (4 курс)]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Дифференциальные уравнения (2 курс, 2015/2016)| Дифференциальные уравнения]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Введение в VBA|Введение в VBA]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Вторая колонка --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Курсы за 2014/15 учебный год ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|[[Основы и методологии программирования]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Алгоритмы и структуры данных 2015 | Алгоритмы и структуры данных]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Анализ данных (Программная инженерия)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Алгебра_2014/2015 | Алгебра]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Magolego_sna_2015| MAGoLEGO Social Network Analysis]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Проектная работа ====&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|[[Проектная работа]] &amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Учебная практика 1 курс (2016)]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Проектная работа 2 курс (2016)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Завершение двухколоночной таблицы --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Мероприятия факультета компьютерных наук ==&lt;br /&gt;
=== Summer School 2015 ===&lt;br /&gt;
[[Introduction to Natural Language Processing|Introduction to Natural Language Processing]]&lt;br /&gt;
#[[Lecture 1. Introduction|Introduction]]&lt;br /&gt;
#[[Lecture 2. Tokenization and word counts|Tokenization and word counts]]&lt;br /&gt;
#[[Lecture 3. POS tagging. Key word and phrase extraction|POS tagging. Key word and phrase extraction]]&lt;br /&gt;
#[[Lecture 4. Parsing|Parsing]]&lt;br /&gt;
#[[Lecture 5. Language sources|Language sources]]&lt;br /&gt;
#[[Lecture 6. Synonyms and near-synonyms detection|Synonyms and near-synonyms detection]]&lt;br /&gt;
#[[Lecture 8. Suffix trees for NLP|Suffix trees for NLP]]&lt;br /&gt;
#[[NLP References|References]]&lt;br /&gt;
&lt;br /&gt;
== Архив ==&lt;br /&gt;
* [[Учебная практика 1 курс (2015)]]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38102</id>
		<title>Neurobayesian models 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2020&amp;diff=38102"/>
		<updated>2020-01-20T11:00:45Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: Новая страница: «&amp;#039;&amp;#039;&amp;#039;Lector:&amp;#039;&amp;#039;&amp;#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]  &amp;#039;&amp;#039;&amp;#039;Tutors:&amp;#039;&amp;#039;&amp;#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin], [https://www.hse…»&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin], [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/131072080 Ekaterina Lobacheva], [https://www.hse.ru/en/org/persons/137291612 Artyom Gadetsky], [https://www.hse.ru/org/persons/318659918 Aibek Alanov].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Subject line of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM20]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram (invite TBA). Its main language is English. All important news will be announced in the chat. &lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
Course syllabus TBA&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consists of 4 practical assignments and a final oral exam. Practical assignments consist of programming some models/methods from the course in Python and analysing their behavior: VAE, Normalizing flows, Sparse Variational Dropout and Discrete Latent Variables. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained from the following formula: &lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is an average grade for the practical assignments. &lt;br /&gt;
&lt;br /&gt;
Grades for the practical assignments are TBA. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up.&lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
* The course contains four practical assignments. Solutions should be submitted to anytask (url TBA). To get the invite, please write to the course e-mail. The site has an interface only in Russian, so non-Russian speaking students may submit their solutions to the course e-mail. In this case, the subject line of the letter in addition to the tag should contain your name, surname and assignment number.&lt;br /&gt;
* All assignments should be coded in Python 3 using PyTorch.&lt;br /&gt;
* Students have to complete all assignments by themselves.  Using code of your colleagues or code from open implementations is prohibited and will be considered as plagiarism. All involved students (including those who shared their solutions) will be severely punished.&lt;br /&gt;
* Assignments are scored up to TBA. Each assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. Usually you will have 2 weeks to solve an assignment. Some assignments may contain bonus parts.&lt;br /&gt;
&lt;br /&gt;
Approximate dates of assignments&#039; upload: TBA&lt;br /&gt;
&lt;br /&gt;
A hard deadline for all assignments: TBA&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
=== Course Materials ===&lt;br /&gt;
[https://docs.google.com/document/d/1Mqzo89OeX5gteQ9qYF5rhz6Ap00JQEyoiq2WKo54vA8/edit?usp=sharing List of materials from previous year (relevant papers, blogposts, etc.)]&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2019&amp;diff=32342</id>
		<title>Neurobayesian models 2019</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2019&amp;diff=32342"/>
		<updated>2019-02-06T19:21:09Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;The page is not ready yet!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin], [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/131072080 Ekaterina Lobacheva].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Theme of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM19]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram (link to it was sent to the group email). It&#039;s main language is Russian, but all the questions in English will be answered in English. All important news will be announced in English in the chat and also sent to the group e-mail.&lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/18oyqKOJfBLQJAqj6fnAxeDDbd1nCl6OgvlH9mns3NTY/edit?usp=sharing Course syllabus]&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consist of 3 practical assignments and a final oral exam. Practical assignments consist in programming some models/methods from the course in Python and analysing their behavior: VAE, Normalizing flows, Sparse Variational Dropout. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained from the following formula: &lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is an average grade for the practical assignments. &lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up. &lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
There are three practical assignments. Usually, they are submitted in  [https://anytask.org/course/444 anytask]. To get the invite please write to course mail. The site has only Russian interface so the foreign student can submit to course mail. In this case, the subject line should consist of your name, surname and assignment number.&lt;br /&gt;
&lt;br /&gt;
All assignments should be coded in Python 3.&lt;br /&gt;
&lt;br /&gt;
Students have to complete all assignments by themselves. If the solution was discussed together, or any third-party codes and materials were used, then this should be written in the report. Otherwise, “similar” solution would be considered as plagiarism and all involved students (including those who share his solution) will be severely punished.&lt;br /&gt;
&lt;br /&gt;
Assignments are scored up to 10 points. Each practical assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. Some assignments may contain bonus part.&lt;br /&gt;
&lt;br /&gt;
Approximate dates for homework assignments (they can change!): TBA&lt;br /&gt;
&lt;br /&gt;
At the end of the module before the exam there will be a hard deadline for all assignments! Exact date will be announced later.&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Занятие&#039;&#039;&#039; !! &#039;&#039;&#039;Дата&#039;&#039;&#039; !! &#039;&#039;&#039;Название&#039;&#039;&#039; !! &#039;&#039;&#039;Материалы&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 24 September || Lecture: Stochastic Variational Inference || [http://jmlr.org/papers/volume14/hoffman13a/hoffman13a.pdf article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || rowspan=&amp;quot;2&amp;quot; | 31 September || Seminar: Application of SVI to Latent Dirichlet Allocation model || [http://jmlr.org/papers/volume14/hoffman13a/hoffman13a.pdf article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Doubly Stochastic Variational Inference || TBA &lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 7 October || Seminar: Doubly Stochastic Variational Inference || TBA&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Variational autoencoders (VAE) and normalizing flows (NF) || [https://arxiv.org/abs/1312.6114  VAE article], [https://arxiv.org/abs/1505.05770  NF article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 14 October || Seminar: Importance Weighted Autoencoders + more complex NF || TBA&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Density ratio estimation + alpha-GAN || [https://arxiv.org/abs/1701.04722 article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 21 October || Seminar: f-GAN || [https://arxiv.org/abs/1606.00709 article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Bayesian neural networks || [https://arxiv.org/abs/1505.05424 article], [http://proceedings.mlr.press/v28/wang13a.pdf article], [https://arxiv.org/abs/1703.01961 article ]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 28 October || Seminar: Local reparametrization trick || [https://arxiv.org/abs/1506.02557 article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Bayesian compression of neural networks || [https://arxiv.org/abs/1701.05369 article], [https://arxiv.org/abs/1702.04008 article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 7 November || Seminar: Deep Marcov chain Monte Carlo (MCMC)|| [https://arxiv.org/abs/1706.07561  article] [https://arxiv.org/abs/1711.09268 article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Variance Reduction  || [https://arxiv.org/abs/1711.00123 article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 14 November || Seminar: Discrete latent variables || [https://arxiv.org/abs/1611.01144 article] [https://arxiv.org/abs/1611.00712  article] [https://arxiv.org/abs/1711.00123 article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Semi-implicit variational inference || [https://arxiv.org/abs/1805.11183 article], [https://arxiv.org/abs/1810.02789 article]&lt;br /&gt;
|- &lt;br /&gt;
|  3 ||  21 November || Seminar: VampPrior || [https://arxiv.org/abs/1705.07120 article], [https://arxiv.org/abs/1809.05284 article]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[The same course in Russian at MSU] (contains more materials in Russian).&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page.]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2019&amp;diff=32341</id>
		<title>Neurobayesian models 2019</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.hse.ru/index.php?title=Neurobayesian_models_2019&amp;diff=32341"/>
		<updated>2019-02-06T19:19:37Z</updated>

		<summary type="html">&lt;p&gt;Alexgri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;The page is not ready yet!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lector:&#039;&#039;&#039; [https://www.hse.ru/en/staff/dvetrov Dmitry Vetrov]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tutors:&#039;&#039;&#039; [https://www.hse.ru/en/org/persons/190884100 Alexander Grishin], [https://www.hse.ru/en/org/persons/165140955 Kirill Struminsky], [https://www.hse.ru/en/org/persons/205487138 Dmitry Molchanov], [https://www.hse.ru/en/org/persons/191263008 Kirill Neklyudov], [http://artem.sobolev.name/ Artem Sobolev], [https://ars-ashuha.ru/ Arsenii Ashukha], [https://bayesgroup.ru/people/oleg-ivanov/ Oleg Ivanov], [https://www.hse.ru/en/org/persons/131072080 Ekaterina Lobacheva].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contacts:&#039;&#039;&#039; All the questions should be addressed to &#039;&#039;&#039;bayesml@gmail.com&#039;&#039;&#039;. Theme of any letter must contain the following tag: &#039;&#039;&#039;[HSE NBM19]&#039;&#039;&#039;. Letters without the tag will be most probably lost in the inbox.&lt;br /&gt;
&lt;br /&gt;
We also have a chat in Telegram (link to it was sent to the group email). It&#039;s main language is Russian, but all the questions in English will be answered in English. All important news will be announced in English in the chat and also sent to the group e-mail.&lt;br /&gt;
&lt;br /&gt;
===Course description=== &lt;br /&gt;
This course is devoted to Bayesian reasoning in application to deep learning models. Attendees would learn how to use probabilistic modeling to construct neural generative and discriminative models, how to use the paradigm of generative adversarial networks to perform approximate Bayesian inference and how to model the uncertainty about the weights of neural networks. Selected open problems in the field of deep learning would also be discussed. The practical assignments will cover implementation of several modern Bayesian deep learning models.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/18oyqKOJfBLQJAqj6fnAxeDDbd1nCl6OgvlH9mns3NTY/edit?usp=sharing Course syllabus]&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
===Grading System===&lt;br /&gt;
&lt;br /&gt;
The assessment consist of 3 practical assignments and a final oral exam. Practical assignments consist in programming some models/methods from the course in Python and analysing their behavior: VAE, Normalizing flows, Sparse Variational Dropout. At the final exam students have to demonstrate knowledge of the material covered during the entire course.&lt;br /&gt;
&lt;br /&gt;
Final course grade is obtained from the following formula: &lt;br /&gt;
&lt;br /&gt;
О_final = 0,7 * О_cumulative + 0,3 * О_exam,&lt;br /&gt;
&lt;br /&gt;
where О_cumulative is an average grade for the practical assignments. &lt;br /&gt;
&lt;br /&gt;
All grades are in ten-point grading scale. If О_cumulative or О_final has a fractional part greater or equal than 0.5 then it is rounded up. &lt;br /&gt;
&lt;br /&gt;
===Assignments  ===&lt;br /&gt;
There are three practical assignments. Usually, they are submitted in  [https://anytask.org/course/444 anytask]. To get the invite please write to course mail. The site has only Russian interface so the foreign student can submit to course mail. In this case, the subject line should consist of your name, surname and assignment number.&lt;br /&gt;
All assignments should be coded in Python 3.&lt;br /&gt;
Students have to complete all assignments by themselves. If the solution was discussed together, or any third-party codes and materials were used, then this should be written in the report. Otherwise, “similar” solution would be considered as plagiarism and all involved students (including those who share his solution) will be severely punished.&lt;br /&gt;
Assignments are scored up to 10 points. Each practical assignment has a deadline, a penalty is charged in the amount of 0.3 points for each day of delay, but in total not more than 6 points. Some assignments may contain bonus part.&lt;br /&gt;
&lt;br /&gt;
Approximate dates for homework assignments (they can change!): TBA&lt;br /&gt;
&lt;br /&gt;
At the end of the module before the exam there will be a hard deadline for all assignments! Exact date will be announced later.&lt;br /&gt;
&lt;br /&gt;
===Exam  ===&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
=== Course Plan ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Занятие&#039;&#039;&#039; !! &#039;&#039;&#039;Дата&#039;&#039;&#039; !! &#039;&#039;&#039;Название&#039;&#039;&#039; !! &#039;&#039;&#039;Материалы&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 24 September || Lecture: Stochastic Variational Inference || [http://jmlr.org/papers/volume14/hoffman13a/hoffman13a.pdf article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 2 || rowspan=&amp;quot;2&amp;quot; | 31 September || Seminar: Application of SVI to Latent Dirichlet Allocation model || [http://jmlr.org/papers/volume14/hoffman13a/hoffman13a.pdf article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Doubly Stochastic Variational Inference || TBA &lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 7 October || Seminar: Doubly Stochastic Variational Inference || TBA&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Variational autoencoders (VAE) and normalizing flows (NF) || [https://arxiv.org/abs/1312.6114  VAE article], [https://arxiv.org/abs/1505.05770  NF article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 14 October || Seminar: Importance Weighted Autoencoders + more complex NF || TBA&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Density ratio estimation + alpha-GAN || [https://arxiv.org/abs/1701.04722 article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 21 October || Seminar: f-GAN || [https://arxiv.org/abs/1606.00709 article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Bayesian neural networks || [https://arxiv.org/abs/1505.05424 article], [http://proceedings.mlr.press/v28/wang13a.pdf article], [https://arxiv.org/abs/1703.01961 article ]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 28 October || Seminar: Local reparametrization trick || [https://arxiv.org/abs/1506.02557 article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Bayesian compression of neural networks || [https://arxiv.org/abs/1701.05369 article], [https://arxiv.org/abs/1702.04008 article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 7 November || Seminar: Deep Marcov chain Monte Carlo (MCMC)|| [https://arxiv.org/abs/1706.07561  article] [https://arxiv.org/abs/1711.09268 article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Variance Reduction  || [https://arxiv.org/abs/1711.00123 article]&lt;br /&gt;
|- &lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 3 || rowspan=&amp;quot;2&amp;quot; | 14 November || Seminar: Discrete latent variables || [https://arxiv.org/abs/1611.01144 article] [https://arxiv.org/abs/1611.00712  article] [https://arxiv.org/abs/1711.00123 article]&lt;br /&gt;
|-&lt;br /&gt;
| Lecture: Semi-implicit variational inference || [https://arxiv.org/abs/1805.11183 article], [https://arxiv.org/abs/1810.02789 article]&lt;br /&gt;
|- &lt;br /&gt;
|  3 ||  21 November || Seminar: VampPrior || [https://arxiv.org/abs/1705.07120 article], [https://arxiv.org/abs/1809.05284 article]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Reading List  ====&lt;br /&gt;
* Murphy K.P. Machine Learning: A Probabilistic Perspective. The MIT Press, 2012.&lt;br /&gt;
* Bishop C.M. Pattern Recognition and Machine Learning. Springer, 2006.&lt;br /&gt;
* Mackay D.J.C. Information Theory, Inference, and Learning Algorithms. Cambridge University Press, 2003.&lt;br /&gt;
* Ian Goodfellow, Yoshua Bengio &amp;amp; Aaron Courville. Deep Learning. MIT Press, 2016.&lt;br /&gt;
&lt;br /&gt;
====Useful links  ====&lt;br /&gt;
&lt;br /&gt;
[The same course in Russian at MSU] (contains more materials in Russian).&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://bayesgroup.ru BayesGroup page.]&lt;/div&gt;</summary>
		<author><name>Alexgri</name></author>
	</entry>
</feed>