Difference between revisions of "Week 6"
From m1p.org
Line 3: | Line 3: | ||
|titlemode=replace | |titlemode=replace | ||
|keywords=My first scientific paper | |keywords=My first scientific paper | ||
− | |description=Course My first scientific paper: | + | |description=Course My first scientific paper: The goal of the week is to describe the solution to your problem and its theoretical foundations. |
}} | }} | ||
− | + | 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== | |
− | + | # 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=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.
- Write the solution of your problem
- in a simple outline variant,
- expand necessary details,
- use the algorithm LaTeX template.
- 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
- Write Theoretical foundations and explanations for your main message.
- Update One-slide talk .tex-file according to the feedback you obtained after your talk.