Difference between revisions of "Week 6"

From m1p.org
Jump to: navigation, search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Goal of the week: conciliate the problem statement and the computational experiment.
+
{{#seo:
 +
|title=Course My first scientific paper: Week 6
 +
|titlemode=replace
 +
|keywords=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.
 +
}}
  
== Todo T: Theoretical part ==  
+
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 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, model, criterion and the optimization algorithm.  
+
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 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. Review the video with your talk and professor's comments.
  
 
==Resources==
 
==Resources==
* [Slides for week 6].
+
* [https://www.youtube.com/watch?v=rNV3sW2lXkc Video for week 6].
* [Video for week 6].
+
* [https://www.youtube.com/watch?v=u2vLwHp46Q4. Video on the fundamental theorem of machine learning.]
* List of the figures and diagrams to support theoretical analysis.
+
<!--
 +
[http://www.machinelearning.ru/wiki/images/e/ed/M1p2022lect6.pdf Slides for week 6, 2022].
 +
-->

Latest revision as of 20:34, 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. Review the video with your talk and professor's comments.

Resources