Difference between revisions of "Week 3"
From m1p.org
m (→Tips) |
|||
Line 5: | Line 5: | ||
|description=Course My first scientific paper: The introductory part includes research goals and motivations. It reasons the research with fundamental and state-of-the-art references. | |description=Course My first scientific paper: The introductory part includes research goals and motivations. It reasons the research with fundamental and state-of-the-art references. | ||
}} | }} | ||
− | The goal is to understand | + | ''The goal is'' to understand the type of problem to state. |
== I: Introduction == | == I: Introduction == | ||
Line 17: | Line 17: | ||
# the project tasks, | # the project tasks, | ||
# the proposed solution, its novelty, and advantages, | # the proposed solution, its novelty, and advantages, | ||
− | # the | + | # the pros and cons of recent works, |
# goal of the experiment, set up, data sets, workflow. | # goal of the experiment, set up, data sets, workflow. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Also, to refine your Introduction: | Also, to refine your Introduction: | ||
Line 31: | Line 26: | ||
#* Use [http://liinwww.ira.uka.de/bibliography/ bibliographic databases] to facilitate your work. | #* Use [http://liinwww.ira.uka.de/bibliography/ bibliographic databases] to facilitate your work. | ||
#* Use the default style ''\bibliographystyle{plain}'' before the bibliography section ''\bibliography{ProjectN}''. | #* Use the default style ''\bibliographystyle{plain}'' before the bibliography section ''\bibliography{ProjectN}''. | ||
− | |||
== P: Problem statement == | == P: Problem statement == | ||
Line 43: | Line 37: | ||
## its origin, or its algebraic structure, | ## its origin, or its algebraic structure, | ||
## statistical hypotheses of data generation, | ## statistical hypotheses of data generation, | ||
− | ## [conditions of measurements] , | + | ## [conditions of measurements], |
## [restrictions of the sample set and its values], | ## [restrictions of the sample set and its values], | ||
## your model in the class of models, | ## your model in the class of models, | ||
Line 55: | Line 49: | ||
Note that: | Note that: | ||
− | * The '''model''' is a parametric family of functions | + | * The '''model''' is a parametric family of functions that map design space to target space. |
− | * The '''criterion''' (error function) is a function to optimize | + | * The '''criterion''' (error function) is a function to optimize and get an optimal solution (model parameters, a function). |
* The '''algorithm''' transforms solution space, usually iteratively. | * The '''algorithm''' transforms solution space, usually iteratively. | ||
* The '''method''' combines a model, a criterion, and an algorithm to produce a solution. | * The '''method''' combines a model, a criterion, and an algorithm to produce a solution. |
Revision as of 14:20, 28 February 2025
The goal is to understand the type of problem to state.
Contents
I: Introduction
The introductory part includes research goals and motivations. It reasons the research with fundamental and state-of-the-art references. It delivers the main message of the work to the reader. This message shows the novelty of this work in comparison to recent results.
Write Introduction. The expected size is one page. The expected plan is:
- the research goal (and its motivations),
- the object of research (introduce main termini),
- the problem (what is the challenge),
- methodology: literature review and state-of-the-art
- the project tasks,
- the proposed solution, its novelty, and advantages,
- the pros and cons of recent works,
- goal of the experiment, set up, data sets, workflow.
Also, to refine your Introduction:
- Create the file Surname2018Title.bib for your project.
- Move from the file LinkReview to bibliographic records in the BibTeX format.
- Check the correctness of the BibTeX database (styles of authors' names, volumes of journals, page numbers).
- Use bibliographic databases to facilitate your work.
- Use the default style \bibliographystyle{plain} before the bibliography section \bibliography{ProjectN}.
P: Problem statement
In the paradigm Idea\(\to\)Formula\(\to\)Code state the problem to find an optimal solution.
- Discuss the problem statement with your adviser.
- See the examples below and in past projects.
- Discuss terminology and notation. See [pdf] and [tex] with notations and a useful style file.
- At the beginning of the Problem statement, write a general problem description.
- Describe the elements of your problem statement:
- the sample set,
- its origin, or its algebraic structure,
- statistical hypotheses of data generation,
- [conditions of measurements],
- [restrictions of the sample set and its values],
- your model in the class of models,
- restrictions on the class of models,
- the error function (and its inference) or a loss function, a quality criterion,
- cross-validation procedure,
- restrictions to the solutions,
- external (industrial) quality criteria,
- the optimization statement as \(\arg\min\).
- Define the main termini: what is called the model, the solution, and the algorithm.
Note that:
- The model is a parametric family of functions that map design space to target space.
- The criterion (error function) is a function to optimize and get an optimal solution (model parameters, a function).
- The algorithm transforms solution space, usually iteratively.
- The method combines a model, a criterion, and an algorithm to produce a solution.
Check it:
- the regression model,
- the sum of squared errors,
- the Newton-Raphson algorithm,
- the method of least squares.
Tips
How to pronounce mathematical notations
References
- Insert notation by Bakhteev, Isachenko, Grabovoy
- Machine learning notation by Shan-Hung Wu
Resources
2024
- Slides, part a
- Slides, part b
- Video
- Recommended notations: pdf and .tex with .sty
Old
- Slides for week 3, slides 2022.
- Video for week 3.
Examples of problem statements
- Katrutsa A.M., Strijov V.V. Stresstest procedure for feature selection algorithms // Chemometrics and Intelligent Laboratory Systems, 2015, 142: 172-183 article
- Katrutsa A.M., Strijov V.V. Comprehensive study of feature selection methods to solve multicollinearity problem according to evaluation criteria // Expert Systems with Applications, 2017 article
- Motrenko A., Strijov V., Weber G.-W. Bayesian sample size estimation for logistic regression // Journal of Computational and Applied Mathematics, 2014, 255: 743-752. article
- Kulunchakov A.S., Strijov V.V. Generation of simple structured Information Retrieval functions by genetic algorithm without stagnation // Expert Systems with Applications, 2017, 85 : 221-230. article
- Ivkin N.P. Feature generation for classification and forecasting problems, MIPT, 2013 draft
- Notations for wiki Ru
- Basic notations, pdf
- Simple and useful notations
- Notations for Bayesian model selection, pdf
Homework
- Watch the slides in Resources
- Request feedback for your project at its current landed state from consultants and instructors!
- Prepare the letter I and discuss it with your consultant.
- Look at the useful notations in the Resources above. Select the essential notations and terms.
- Together with your consultant prepare the letter P.