Difference between revisions of "Week 6"
From Research management course
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{#seo: | ||
+ | |title=Course My first scientific paper: Week 6 | ||
+ | |titlemode=replace | ||
+ | |keywords=My first scientific paper | ||
+ | |description=Course My first scientific paper: Goal of the week: conciliate the problem statement and the computational experiment. | ||
+ | }} | ||
+ | |||
Goal of the week: conciliate the problem statement and the computational experiment. | Goal of the week: conciliate the problem statement and the computational experiment. | ||
Результат: описание решения формально поставленной задачи. | Результат: описание решения формально поставленной задачи. | ||
− | == | + | == T: Theoretical part == |
The theoretical part describes the proposed solution and declares its properties. | 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, | + | The goal is to join the theoretical elements into a '''method'''. This method includes hypotheses, models, criteria, and the optimization algorithm. |
# Write the solution of your problem | # Write the solution of your problem | ||
#* in a simple outline variant, | #* in a simple outline variant, | ||
#* expand necessary details, | #* expand necessary details, | ||
#* use algorithm LaTeX template. | #* use 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. |
===Пояснения=== | ===Пояснения=== | ||
Line 24: | Line 31: | ||
==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]. | ||
− | + | [http://www.machinelearning.ru/wiki/images/e/ed/M1p2022lect6.pdf Slides for week 6, 2022]. | |
− |
Latest revision as of 16:56, 19 February 2024
Goal of the week: conciliate the problem statement and the computational experiment.
Результат: описание решения формально поставленной задачи.
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.
- Write the solution of your problem
- in a simple outline variant,
- expand necessary details,
- use algorithm LaTeX template.
- Compare notations in the problem statement, solution, and code. Make sure the code does not contradict the text.
Пояснения
Описание задания краткое, но само задание нетривиальное: обсудить с консультантом, что в качестве теоретического решения задачи будет описано в работе.
Варианты:
- Сложный: выставить гипотезы и условия. Сформулировать и доказать теорему.
- Ожидаемый: предложить решение в прямом изложении и проанализировать его свойства.
- Базовый: описать последовательность действий в алгоритмическом формате.
- Формально: Вы должны ввести раздел после Постановки задачи. Он должен описывать решение задачи, следовать Вашим целям и вести к эксперименту. Формат определяется вами и консультантом.
- По факту: мы будем обсуждать смысловую часть решения на неделе Check 2.