Difference between revisions of "Main Page"
From Research management course
Line 1: | Line 1: | ||
− | <strong> | + | <H1>My first scientific paper</H1> |
+ | in the field of machine learning and data analysis | ||
+ | |||
+ | Basic materials | ||
+ | * [http://www.machinelearning.ru/wiki/index.php?title=M1 Main page with homeworks] | ||
+ | * [http://bit.ly/M1_2019_674 Group 674, spring 2019] | ||
+ | * [http://bit.ly/M1_2019_694 Group 694, spring 2019] | ||
+ | |||
+ | <strong>Todo before 06:00 Wednesday, February 12 th:</strong> | ||
+ | # pick up a problem from the page [[Задачи пробного программирования|Try-on programming problems]] (get the oldest problems, the are simplier), | ||
+ | # plot one figure to illustrate the problem (plot data or analysis), | ||
+ | # write explanatory comments to the figure (what the reader sees on the figure, what conclusions follow up), | ||
+ | # an example of the [http://www.machinelearning.ru/wiki/index.php?title=JMLDA/Fig figure formatting is here] | ||
+ | # upload your notebook to your github repository, | ||
+ | # send the link to this notebook to mlalgorithms [at] gmail [dot] com, with the subject "Application m1p" | ||
+ | * Example of a nice simple problem: [http://www.machinelearning.ru/wiki/index.php?title=%D0%9B%D0%B8%D0%BD%D0%B5%D0%B9%D0%BD%D0%B0%D1%8F_%D1%80%D0%B5%D0%B3%D1%80%D0%B5%D1%81%D1%81%D0%B8%D1%8F_%28%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80%29 bread regression]. | ||
+ | * Example of plots: one many [https://github.com/Intelligent-Systems-Phystech/StartCode/blob/master/Hohlov2018Problem3/HW4.ipynb solutions] from this [https://github.com/Intelligent-Systems-Phystech/StartCode project]. | ||
+ | * Example of old problems [https://sourceforge.net/p/mlalgorithms/code/HEAD/tree/Group174/Example2014Code/Popova2014Problem7/fig1.fig Problem 7], [https://sourceforge.net/p/mlalgorithms/code/HEAD/tree/Group174/Example2014Code/Plavin2014Problem1/html/ Problem 1], [https://sourceforge.net/p/mlalgorithms/code/HEAD/tree/Group174/Example2014Code/ShvetsProblem15/ ShvetsProblem15]. | ||
+ | |||
+ | <!-- | ||
+ | <it>The plotting is essential (and attracts the reader's attention)!</it> | ||
+ | --> | ||
+ | |||
+ | |||
+ | <!-- | ||
+ | <strong>MediaWiki has been installed.</strong> | ||
+ | |||
+ | Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. | ||
+ | |||
+ | == Getting started == | ||
+ | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] | ||
+ | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] | ||
+ | * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
+ | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language] | ||
+ | * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki] | ||
+ | --> | ||
+ | |||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 01:20, 8 February 2020
My first scientific paper
in the field of machine learning and data analysis
Basic materials
Todo before 06:00 Wednesday, February 12 th:
- pick up a problem from the page Try-on programming problems (get the oldest problems, the are simplier),
- plot one figure to illustrate the problem (plot data or analysis),
- write explanatory comments to the figure (what the reader sees on the figure, what conclusions follow up),
- an example of the figure formatting is here
- upload your notebook to your github repository,
- send the link to this notebook to mlalgorithms [at] gmail [dot] com, with the subject "Application m1p"
- Example of a nice simple problem: bread regression.
- Example of plots: one many solutions from this project.
- Example of old problems Problem 7, Problem 1, ShvetsProblem15.