Difference between revisions of "Week 6"

From m1p.org
Jump to: navigation, search
Line 3: Line 3:
 
|titlemode=replace
 
|titlemode=replace
 
|keywords=My first scientific paper
 
|keywords=My first scientific paper
|description=Course My first scientific paper: Goal of the week: conciliate the problem statement and the computational experiment.
+
|description=Course My first scientific paper: The goal of the week is to describe the solution to your problem and its theoretical foundations.
 
  }}
 
  }}
  
Goal of the week: conciliate the problem statement and the computational experiment.
+
The goal of the week is to describe the solution to your problem and its theoretical foundations.
 
 
Результат: описание решения формально поставленной задачи.
 
  
 
== T: Theoretical part ==  
 
== T: Theoretical part ==  
Line 16: Line 14:
 
#* in a simple outline variant,  
 
#* in a simple outline variant,  
 
#* expand necessary details,
 
#* expand necessary details,
#* use algorithm LaTeX template.
+
#* use the ''algorithm'' LaTeX template.
 
# Compare notations in the problem statement, solution, and code. Make sure the code does not contradict the text.
 
# Compare notations in the problem statement, solution, and code. Make sure the code does not contradict the text.
  
===Пояснения===
+
===Tips===
Описание задания краткое, но само задание нетривиальное: обсудить с консультантом, что в качестве теоретического решения задачи будет описано в работе.  
+
The homework description is brief, but the task itself is non-trivial: you discuss with the consultant what theoretical solution to your problem you have to describe in the paper.
 +
 
 +
Options:
 +
# Complex: you set hypotheses and conditions;  formulate and prove theorems.
 +
# Expected: you offer a solution in a direct presentation and analyze its properties.
 +
# Basic: you describe the sequence of actions in an algorithmic format.
 +
 
 +
* Formally: You must enter a section after the Problem Statement. It must describe the solution to the problem, follow your goals, and lead to an experiment. The format is determined by your consultant.
 +
 
 +
During the Check-1 week, we will discuss the foundational part of your solution, its methodology.
  
Варианты:
 
# Сложный: выставить гипотезы и условия. Сформулировать и доказать теорему.
 
# Ожидаемый: предложить решение в прямом изложении и проанализировать его свойства.
 
# Базовый: описать последовательность действий в алгоритмическом формате.
 
  
* Формально: Вы должны ввести раздел после Постановки задачи. Он должен описывать решение задачи, следовать Вашим целям и вести к эксперименту. Формат определяется вами и консультантом.
+
==Homework==
* По факту: мы будем обсуждать смысловую часть решения на неделе Check 2.
+
# Write '''T'''heoretical foundations and explanations for your main message.
 +
# Update One-slide talk .tex-file according to the feedback you obtained after your talk.
  
 
==Resources==
 
==Resources==
* [https://www.youtube.com/watch?v=u2vLwHp46Q4. Фундаментальные теоремы машинного обучения, примеры студенческих теорем]
 
 
* [https://www.youtube.com/watch?v=rNV3sW2lXkc Video for week 6].
 
* [https://www.youtube.com/watch?v=rNV3sW2lXkc Video for week 6].
 +
* [https://www.youtube.com/watch?v=u2vLwHp46Q4. Video on the fundamental theorem of machine learning.]
 +
<!--
 
[http://www.machinelearning.ru/wiki/images/e/ed/M1p2022lect6.pdf Slides for week 6, 2022].
 
[http://www.machinelearning.ru/wiki/images/e/ed/M1p2022lect6.pdf Slides for week 6, 2022].
 +
-->

Revision as of 16:55, 27 March 2025

The goal of the week is to describe the solution to your problem and its theoretical foundations.

T: Theoretical part

The theoretical part describes the proposed solution and declares its properties. The goal is to join the theoretical elements into a method. This method includes hypotheses, models, criteria, and the optimization algorithm.

  1. Write the solution of your problem
    • in a simple outline variant,
    • expand necessary details,
    • use the algorithm LaTeX template.
  2. Compare notations in the problem statement, solution, and code. Make sure the code does not contradict the text.

Tips

The homework description is brief, but the task itself is non-trivial: you discuss with the consultant what theoretical solution to your problem you have to describe in the paper.

Options:

  1. Complex: you set hypotheses and conditions; formulate and prove theorems.
  2. Expected: you offer a solution in a direct presentation and analyze its properties.
  3. Basic: you describe the sequence of actions in an algorithmic format.
  • Formally: You must enter a section after the Problem Statement. It must describe the solution to the problem, follow your goals, and lead to an experiment. The format is determined by your consultant.

During the Check-1 week, we will discuss the foundational part of your solution, its methodology.


Homework

  1. Write Theoretical foundations and explanations for your main message.
  2. Update One-slide talk .tex-file according to the feedback you obtained after your talk.

Resources