Difference between revisions of "Todo list"

From Research management course
Jump to: navigation, search
Line 1: Line 1:
The todo lists here corresponds to the [[Course schedule]]. Each list must be completed before the day of review. It is Wednesday 06:00 am for the 2020 Spring semester.
+
{{#seo:
 +
|title=Course My first scientific article: To-do list
 +
|titlemode=replace
 +
|keywords=My first scientific article
 +
|description=Course My first scientific article: The to-do lists here correspond to the Course Schedule. Each list must be completed before the day of review.
 +
}}
 +
 
 +
The to-do lists here correspond to the [[Course Schedule]]. Each list must be completed before the day of review. It is Wednesday 06:00 am for the 2020 Spring semester.
  
 
<!-- == Todo E: Error analysis ==  
 
<!-- == Todo E: Error analysis ==  
Line 6: Line 13:
 
== Todo T: Theoretical part ==  
 
== Todo 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 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.
  
 
'''Resources'''
 
'''Resources'''
* Collection of plots, assorted [https://sourceforge.net/p/mvr/code/HEAD/tree/lectures/MachineLearningResearch/ComputationalExperiment/fig_compilation_slides.pdf?format=raw], vertion to download [http://www.machinelearning.ru/wiki/images/2/25/Fig_compilation_slides_stable.pdf slides, PDF]
+
* Collection of plots, assorted [https://sourceforge.net/p/mvr/code/HEAD/tree/lectures/MachineLearningResearch/ComputationalExperiment/fig_compilation_slides.pdf?format=raw], version to download [http://www.machinelearning.ru/wiki/images/2/25/Fig_compilation_slides_stable.pdf slides, PDF]
 
* [http://www.machinelearning.ru/wiki/images/2/24/Zharikov2017Presentation.pdf Neuro-ZOO]
 
* [http://www.machinelearning.ru/wiki/images/2/24/Zharikov2017Presentation.pdf Neuro-ZOO]
 
* [http://www.machinelearning.ru/wiki/images/d/d0/Strijov2020CommercialProjectPlanning.pdf  Commercial Project Planning, supplementary  to the group game]
 
* [http://www.machinelearning.ru/wiki/images/d/d0/Strijov2020CommercialProjectPlanning.pdf  Commercial Project Planning, supplementary  to the group game]
Line 21: Line 28:
 
Organize your code so that the computational experiment runs every time with results stored.
 
Organize your code so that the computational experiment runs every time with results stored.
 
# Set the only main file to run the experiment.  
 
# Set the only main file to run the experiment.  
# Decompose the project code, write functions and modules.
+
# Decompose the project code, and write functions and modules.
 
# Gather the experiment parameters in a special-purpose section.
 
# Gather the experiment parameters in a special-purpose section.
 
#* A text description of the experiment flow helps.
 
#* A text description of the experiment flow helps.
Line 28: Line 35:
 
# Write named plots to a designated folder.
 
# Write named plots to a designated folder.
 
#* Write your results to a .tex-file and compile.  
 
#* Write your results to a .tex-file and compile.  
* '''If your experiment run takes long time, just cut the data set.'''  
+
* '''If your experiment run takes a long time, just cut the data set.'''  
 
** ''Do not use big or sophisticated data. Put your efforts to illustrate your main message.''
 
** ''Do not use big or sophisticated data. Put your efforts to illustrate your main message.''
  
Line 47: Line 54:
 
# Rename article.tex to Surname2020Title.tex
 
# Rename article.tex to Surname2020Title.tex
 
# Check the both .tex and .pdf files are downloaded.
 
# Check the both .tex and .pdf files are downloaded.
<!-- # Fill the readme.md file in the github project (together with the necessary links)-->
+
<!-- # Fill in the readme.md file in the github project (together with the necessary links)-->
 
# Update [http://www.machinelearning.ru/wiki/index.php?title=%D0%A3%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA:Vmarkin your personal page] on [http://bit.ly/m1p_2020 Machinelearning.ru].
 
# Update [http://www.machinelearning.ru/wiki/index.php?title=%D0%A3%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA:Vmarkin your personal page] on [http://bit.ly/m1p_2020 Machinelearning.ru].
  
Line 55: Line 62:
 
#* Put this goal in the section Computational experiment
 
#* Put this goal in the section Computational experiment
 
# Describe your basic data set, a synthetic, or a simple real one:
 
# Describe your basic data set, a synthetic, or a simple real one:
#* put in the text the title, source and set up of measurements (it is the technical description, the theoretical one is in the problem statement section),
+
#* put in the text the title, source, and set up of measurements (it is the technical description, the theoretical one is in the problem statement section),
#* write down the number of objects, features, describe general statistics,
+
#* write down the number of objects, and features, describe general statistics,
#* for a synthetic data set describe the generation model, its parameters (for example, uniform random independent sampling some given interval).
+
#* for a synthetic data set describe the generation model, and its parameters (for example, uniform random independent sampling at some given interval).
# Describe the configuration of algorithm run.
+
# Describe the configuration of the algorithm run.
 
# Plan the whole experimental part.
 
# Plan the whole experimental part.
 
# List expected tables and figures:
 
# List expected tables and figures:
Line 73: Line 80:
  
 
# Run your basic algorithm:
 
# Run your basic algorithm:
#* select a simplest algorithm (with your adviser) to (partially) solve the problem you set.  
+
#* select the simplest algorithm (with your adviser) to (partially) solve the problem you set.  
 
# Collect a synthetic data set or download a simple real-word data set of small size.  
 
# Collect a synthetic data set or download a simple real-word data set of small size.  
 
# Upload your data to the repository (in case the data size exceed 5MB or the data set consists of numerous files, please discuss with your adviser and team).  
 
# Upload your data to the repository (in case the data size exceed 5MB or the data set consists of numerous files, please discuss with your adviser and team).  
Line 92: Line 99:
  
 
== Todo R: Preliminary report ==
 
== Todo R: Preliminary report ==
# Make sure that the obtained results are in not contradiction with the goals of the computational experiment.
+
# Make sure that the obtained results are in no contradiction with the goals of the computational experiment.
 
# Illustrate the obtained results with the preliminary plot [http://www.machinelearning.ru/wiki/index.php?title=JMLDA/Fig see the format].
 
# Illustrate the obtained results with the preliminary plot [http://www.machinelearning.ru/wiki/index.php?title=JMLDA/Fig see the format].
 
# Write a mini-report on the results with  
 
# Write a mini-report on the results with  
Line 104: Line 111:
 
# See the examples below and in the past projects.
 
# See the examples below and in the past projects.
 
# Discuss terminology and notation see [pdf] and [tex] with notations and a useful style file.  
 
# Discuss terminology and notation see [pdf] and [tex] with notations and a useful style file.  
# In the beginning of Problem statement write a general problem description.
+
# At the beginning of the Problem statement write a general problem description.
 
# Describe the elements of your problem statement:
 
# Describe the elements of your problem statement:
 
## the sample set,  
 
## the sample set,  
Line 118: Line 125:
 
## external (industrial) quality criteria,
 
## external (industrial) quality criteria,
 
## the optimization statement as <math>\arg\min</math>.
 
## the optimization statement as <math>\arg\min</math>.
# Define the main termini: what is called the model, the solution, the algorithm.
+
# Define the main termini: what is called the model, the solution, and the algorithm.
  
 
Note that:
 
Note that:
Line 157: Line 164:
 
** [the novelty],
 
** [the novelty],
 
** application to illustrate with.
 
** application to illustrate with.
* For joint projects it is important that each team-member writes its own text.  
+
* For joint projects it is important that each team member writes its own text.  
  
 
'''Resources'''
 
'''Resources'''
Line 174: Line 181:
  
 
== Todo I: Introduction ==  
 
== Todo I: Introduction ==  
The introductory part includes research goals and motivations. It reasons the research with fundamental and state-of-the-arts references. It delivers the main message of the work to the reader.  This message shows novelty of this work in comparison to recent results.  
+
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.  
 
   
 
   
 
# Create a file ''ProjectN.bib'' for the group project, or ''Surname2018Title.bib'' for your personal project.
 
# Create a file ''ProjectN.bib'' for the group project, or ''Surname2018Title.bib'' for your personal project.
 
# Move from the file ''LinkReview'' useful bibliographic records in the BibTeX format.
 
# Move from the file ''LinkReview'' useful bibliographic records in the BibTeX format.
#* Check the correctness of the BibTeX database (styles of authors names, volumes of journals, page numbers).
+
#* Check the correctness of the BibTeX database (styles of authors' names, volumes of journals, page numbers).
 
#* 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}''.
#* Important! Wikipedia is not the source of information, but it contains many useful sources.
+
#* Important! Wikipedia is not a source of information, but it contains many useful sources.
#* Important! ArXiv is not a peer-review source of information. Look for the  copies of papers that are published in peer-review scientific journals. If after one or two years after its ArXiv version, the pare did not appear in a peer-review journal, be careful to use it: this paper might be non-verified since it was rejected by the other journals.  
+
#* Important! ArXiv is not a peer-reviewed source of information. Look for copies of papers that are published in peer-reviewed scientific journals. If after one or two years after its ArXiv version, the paper did not appear in a peer-reviewed journal, be careful to use it: this paper might be non-verified since it was rejected by the other journals.  
 
# Write Introduction. The expected size is one page. The expected plan is:
 
# Write Introduction. The expected size is one page. The expected plan is:
 
## the research goal (and its motivations),
 
## the research goal (and its motivations),
Line 193: Line 200:
 
## goal of the experiment, set up, data sets, workflow.
 
## goal of the experiment, set up, data sets, workflow.
  
'''The goal of this week''' is comprehend the goal at its whole and write about it.  
+
'''The goal of this week''' is to comprehend the goal at its whole and write about it.  
  
 
'''Resources'''
 
'''Resources'''
Line 217: Line 224:
 
## those, who refer to their works.
 
## those, who refer to their works.
 
# Balance the list of the new and well-known works.
 
# Balance the list of the new and well-known works.
# Keep up-to date the list of keywords to search with.
+
# Keep up-to-date the list of keywords to search with.
# Continuously fill your LinkReview.
+
# Continuously fill your LinkReview.
# Plan Introduction (see the next todo list), namely collect:
+
# Plan Introduction (see the next todo list), namely collect
#* keywords as the basic termini; those who brigs good search results are useful,
+
#* keywords as the basic termini; those who bring good search results are useful,
 
#* what the paper devoted to,
 
#* what the paper devoted to,
 
#* the investigated problem,
 
#* the investigated problem,
Line 248: Line 255:
  
 
== Todo 0: Prepare necessary tools ==  
 
== Todo 0: Prepare necessary tools ==  
# '''Editing'''. Install LaTeX: [http://miktex.org MikTeX] for Windown, [http://www.tug.org/texlive/ TeX Live] for Linux, and for Mac OS. Sign up [https://v2.overleaf.com/ V2 OverLeaf  ShareLaTeX].
+
# '''Editing'''. Install LaTeX: [http://miktex.org MikTeX] for Windows, [http://www.tug.org/texlive/ TeX Live] for Linux, and for Mac OS. Sign up [https://v2.overleaf.com/ V2 OverLeaf  ShareLaTeX].
 
# Install the editor [http://www.texniccenter.org/ TeXnic Center] or its alternative [http://www.winedt.com/ WinEdt] for Windows, [http://www.tug.org/texworks/ TeXworks] for Linux, and [https://www.xm1math.net/texmaker/ TeXmaker]for Mac OS.
 
# Install the editor [http://www.texniccenter.org/ TeXnic Center] or its alternative [http://www.winedt.com/ WinEdt] for Windows, [http://www.tug.org/texworks/ TeXworks] for Linux, and [https://www.xm1math.net/texmaker/ TeXmaker]for Mac OS.
 
#* Read [http://www.machinelearning.ru/wiki/index.php?title=LaTeX LaTeX on MachineLearning] (Ru).
 
#* Read [http://www.machinelearning.ru/wiki/index.php?title=LaTeX LaTeX on MachineLearning] (Ru).
Line 262: Line 269:
 
# Install bibliographic collection software [http://jabref.sourceforge.net/ JabRef] (can be postponed).
 
# Install bibliographic collection software [http://jabref.sourceforge.net/ JabRef] (can be postponed).
 
# '''Communications'''. Sign up [https://github.com/ GitHub].
 
# '''Communications'''. Sign up [https://github.com/ GitHub].
#* Important: address and login like Name.Surname or Name-Surname (it depends on system conventions) is welcome.
+
#* Important: address and login like Name. Surname or Name-Surname (it depends on system conventions) is welcome.
 
#* Introductory sliders [http://www.machinelearning.ru/wiki/images/2/29/MMP_Praktikum317_2013s_VCS.pdf on Version Control System].
 
#* Introductory sliders [http://www.machinelearning.ru/wiki/images/2/29/MMP_Praktikum317_2013s_VCS.pdf on Version Control System].
 
#* Introduction to [https://guides.github.com/ GitHub].
 
#* Introduction to [https://guides.github.com/ GitHub].
 
#* The first steps in [https://guides.github.com/activities/hello-world/ GitHub].
 
#* The first steps in [https://guides.github.com/activities/hello-world/ GitHub].
# Download a shell: [https://desktop.github.com/ Desktop.GitHub], or use a command line to synchronise your project.
+
# Download a shell: [https://desktop.github.com/ Desktop.GitHub], or use a command line to synchronize your project.
# Sign up [http://www.machinelearning.ru/ MachineLearning.ru]. Send a logon to your coordinator of to mlalgorithms [at] gmail [dot] com.
+
# Sign up [http://www.machinelearning.ru/ MachineLearning.ru]. Send a logon to your coordinator of mlalgorithms [at] gmail [dot] com.
# To state a problem (write essay) using notebook [https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html see example] in MathJax.  
+
# To state a problem (write an essay) using notebook [https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html see example] in MathJax.  
 
#* Create your page [http://www.machinelearning.ru/wiki/index.php?title=%D0%A3%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA:Anastasiya example].
 
#* Create your page [http://www.machinelearning.ru/wiki/index.php?title=%D0%A3%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA:Anastasiya example].
 
<!-- # Поставить ссылку на личную страницу со своей фамилии в таблице на странице группы.-->
 
<!-- # Поставить ссылку на личную страницу со своей фамилии в таблице на странице группы.-->

Revision as of 13:04, 17 February 2024

The to-do lists here correspond to the Course Schedule. Each list must be completed before the day of review. It is Wednesday 06:00 am for the 2020 Spring semester.

Todo 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 algorithm LaTeX template.
  2. Compare notations in the problem statement, solution, and code. Make sure the code does not contradict the text.

Resources

Todo C: Code of the computational experiment

Organize your code so that the computational experiment runs every time with results stored.

  1. Set the only main file to run the experiment.
  2. Decompose the project code, and write functions and modules.
  3. Gather the experiment parameters in a special-purpose section.
    • A text description of the experiment flow helps.
  4. Set a procedure of historical version points to return to the previous experiment.
    • Commit schedule helps.
  5. Write named plots to a designated folder.
    • Write your results to a .tex-file and compile.
  • If your experiment run takes a long time, just cut the data set.
    • Do not use big or sophisticated data. Put your efforts to illustrate your main message.

Todo V: Visualize project

Set the list of plots that will be included in your paper and presentation.

  1. Make a plot of the source data.
    • Goal: put notations to the plot.
  2. List plots to illustrate the error analysis.
  3. Make a plot to show the main message.

Todo Update: Put project straight

  1. Check the proper folder structure (example make sure that your paper is not in the Code folder):
    • docs,
    • code,
    • data,
    • [figs].
  2. Put the direct link to the paper in the table, so that everyone could access it.
  3. Rename article.tex to Surname2020Title.tex
  4. Check the both .tex and .pdf files are downloaded.
  5. Update your personal page on Machinelearning.ru.

Todo X: Experiment planning

Plan your computational experiment.

  1. Discuss the experiment goal with your adviser and team.
    • Put this goal in the section Computational experiment
  2. Describe your basic data set, a synthetic, or a simple real one:
    • put in the text the title, source, and set up of measurements (it is the technical description, the theoretical one is in the problem statement section),
    • write down the number of objects, and features, describe general statistics,
    • for a synthetic data set describe the generation model, and its parameters (for example, uniform random independent sampling at some given interval).
  3. Describe the configuration of the algorithm run.
  4. Plan the whole experimental part.
  5. List expected tables and figures:
    • make short and long list, for each
    • describe axes,
    • make a draft with a pencil.

Resources

Todo B: Run basic code

Select the basic algorithm and run it using a simple data set.

  1. Run your basic algorithm:
    • select the simplest algorithm (with your adviser) to (partially) solve the problem you set.
  2. Collect a synthetic data set or download a simple real-word data set of small size.
  3. Upload your data to the repository (in case the data size exceed 5MB or the data set consists of numerous files, please discuss with your adviser and team).
  4. Run the basic algorithm on the synthetic data set, estimate the error.
  5. Describe the basic algorithm, analyst its features, list competitive models.

Resourses

  • Бахтеев О.Ю. Системы и средства глубокого обучения, статья
  • Мотренко А.П. Повышение качества классификации, статья
  • Исаченко Р.В. Снижение размерности в задаче декодирования, статья
  • Построение выборки в задачах прогнозирования, слайды
  • The IDEF standard for project planning

Todo R: Preliminary report

  1. Make sure that the obtained results are in no contradiction with the goals of the computational experiment.
  2. Illustrate the obtained results with the preliminary plot see the format.
  3. Write a mini-report on the results with
    1. a short description of the figure: what the reader could see, what are the consequences,
    2. the results in numbers and comments on it,
    3. put the report to the section computational experiment.

Todo P: Problem statement

In the paradigm Idea\(\to\)Formula\(\to\)Code state the problem to find an optimal solution.

  1. Discuss the problem statement with your adviser.
  2. See the examples below and in the past projects.
  3. Discuss terminology and notation see [pdf] and [tex] with notations and a useful style file.
  4. At the beginning of the Problem statement write a general problem description.
  5. Describe the elements of your problem statement:
    1. the sample set,
    2. its origin, or its algebraic structure,
    3. statistical hypotheses of data generation,
    4. [conditions of measurements] ,
    5. [restrictions of the sample set and its values],
    6. your model in the class of models,
    7. restrictions on the class of models,
    8. the error function (and its inference) or a loss function, or a quality criterion,
    9. cross-validation procedure,
    10. restrictions to the solutions,
    11. external (industrial) quality criteria,
    12. the optimization statement as \(\arg\min\).
  6. Define the main termini: what is called the model, the solution, and the algorithm.

Note that:

  • The model is a parametric family of functions to map design space to target space.
  • The criterion (error function) is a function to optimize in order to obtain 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.

Resources

  • Slides with a plan of Problem statement
  • Examples of problem statements
    1. Katrutsa A.M., Strijov V.V. Stresstest procedure for feature selection algorithms // Chemometrics and Intelligent Laboratory Systems, 2015, 142 : 172-183 article
    2. 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
    3. 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
    4. 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
    5. Ivkin N.P. Feature generation for classification and forecasting problems, MIPT, 2013 draft
  • Notations for wiki Ru
  • Basic notations, pdf
  • Recommended notations, 2019: pdf and .tex with .sty)]
  • Simple and useful notations
  • Notations for Bayesian model selection, pdf


Todo A: Abstract

  1. Write a draft of your abstract.
  • The abstract shall not exceed 600 characters. It may contain:
    • wide-range field of the investigated problem,
    • narrow problem to focus on,
    • features and conditions of the problem,
    • [the novelty],
    • application to illustrate with.
  • For joint projects it is important that each team member writes its own text.

Resources

Todo B: Beginner's-talk

Short 45-second introductory talk. Plan of the talk:

  1. The project goal. What is the motivation, the goal to reach?
  2. The main idea. What is the message?
  3. The expected result. What is your delivery, your impact, novelty?

There is no time to show a slide or draw a plot on the blackboard. It is recommended to rehearse the report.

Todo 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.

  1. Create a file ProjectN.bib for the group project, or Surname2018Title.bib for your personal project.
  2. Move from the file LinkReview useful 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}.
    • Important! Wikipedia is not a source of information, but it contains many useful sources.
    • Important! ArXiv is not a peer-reviewed source of information. Look for copies of papers that are published in peer-reviewed scientific journals. If after one or two years after its ArXiv version, the paper did not appear in a peer-reviewed journal, be careful to use it: this paper might be non-verified since it was rejected by the other journals.
  3. Write Introduction. The expected size is one page. The expected plan is:
    1. the research goal (and its motivations),
    2. the object of research (introduce main termini),
    3. the problem (what is the challenge),
    4. methodology: literature review and state-of-the-art
    5. the project tasks,
    6. the proposed solution, its novelty and advantages,
    7. the profs and cons of recent works,
    8. goal of the experiment, set up, data sets, workflow.

The goal of this week is to comprehend the goal at its whole and write about it.

Resources

Todo L: Literature

We use the LinkReview draft format to share our evanescent ephemeral ideas and impressions we have during the literature reading.

  1. Collect the list of references including:
    1. state-of-the-art reviews, tutorials,
    2. fundamental solutions to the problem,
    3. the basic algorithm to solve your problem,
    4. alternative algorithms,
    5. [changes in the research directions],
    6. data sets and experiments,
    7. the papers that use these data sets
    8. applications of the results,
    9. names of researchers, who solve this problem,
    10. their students and teams,
    11. those, who refer to their works.
  2. Balance the list of the new and well-known works.
  3. Keep up-to-date the list of keywords to search with.
  4. Continuously fill your LinkReview.
  5. Plan Introduction (see the next todo list), namely collect
    • keywords as the basic termini; those who bring good search results are useful,
    • what the paper devoted to,
    • the investigated problem,
    • the central idea,
    • literature review,
    • the authors' contribution.


Todo 1: Select your project

To select your project:

  1. Look through the list of projects.
  2. Find information about the experts and consultants.
  3. Select your projects in the questionnaire before Wednesday 22:00pm.
  4. Wait for confirmation.
  5. Put confirmed topics to the Group table on Machine learning

Todo 0: Prepare necessary tools

  1. Editing. Install LaTeX: MikTeX for Windows, TeX Live for Linux, and for Mac OS. Sign up V2 OverLeaf ShareLaTeX.
  2. Install the editor TeXnic Center or its alternative WinEdt for Windows, TeXworks for Linux, and TeXmakerfor Mac OS.
  3. Download the paper template, ZIP and compile it.
  4. Read BibTeX.
  5. Install bibliographic collection software JabRef (can be postponed).
  6. Communications. Sign up GitHub.
    • Important: address and login like Name. Surname or Name-Surname (it depends on system conventions) is welcome.
    • Introductory sliders on Version Control System.
    • Introduction to GitHub.
    • The first steps in GitHub.
  7. Download a shell: Desktop.GitHub, or use a command line to synchronize your project.
  8. Sign up MachineLearning.ru. Send a logon to your coordinator of mlalgorithms [at] gmail [dot] com.
  9. To state a problem (write an essay) using notebook see example in MathJax.
  10. Install Hangouts, Skype - read instructions.
  11. Programming. Install Python Anaconda, PyCharm (alternative Visual Studio), Notebook online Google.Colab.
    • Development for ML: PyTorch
    • Style formatting: Codestyle pep8
  12. Add. As alternative install and try Matlab (MIPT provides free version), (alternative Octave), R-project, Wofram Mathematica.
  13. Add. Read with pleasure Кутателадзе С. С. Советы эпизодическому переводчику and Сосинский А. Б. Как написать математическую статью по-английски.

Resources

References to catch up

Todo -1: Subscribe to the course

Todo before 06:00 Wednesday, February 12 th:

  1. pick up a problem from the page Try-on programming problems (get the oldest problems, they are simpler),
  2. plot one figure to illustrate the problem (plot data or analysis),
  3. write explanatory comments to the figure (what the reader sees on the figure, what conclusions follow up),
  4. an example of the figure formatting is here
  5. upload your notebook to your github repository,
  6. send the link to this notebook to mlalgorithms [at] gmail [dot] com, with the subject "Application m1p"