Difference between revisions of "Todo list"
From Research management course
m |
|||
Line 51: | Line 51: | ||
* [http://users.isr.ist.utl.pt/~wurmd/Livros/school/Bishop%20-%20Pattern%20Recognition%20And%20Machine%20Learning%20-%20Springer%20%202006.pdf Bishop C.P. Pattern recognition and machine learning, Berlin: Springer, 2008.] | * [http://users.isr.ist.utl.pt/~wurmd/Livros/school/Bishop%20-%20Pattern%20Recognition%20And%20Machine%20Learning%20-%20Springer%20%202006.pdf Bishop C.P. Pattern recognition and machine learning, Berlin: Springer, 2008.] | ||
* [http://www.inference.org.uk/itprnn/book.pdf MackKay D. Information Theory, Pattern Recognition and Neural Networks, Inference.org.uk, 2009.] | * [http://www.inference.org.uk/itprnn/book.pdf MackKay D. Information Theory, Pattern Recognition and Neural Networks, Inference.org.uk, 2009.] | ||
− | + | <!-- | |
'''Questionnaries''' | '''Questionnaries''' | ||
* [https://goo.gl/forms/es2dEL9qBAtlYfbL2 Todo list 1: Prepare necessary tools] | * [https://goo.gl/forms/es2dEL9qBAtlYfbL2 Todo list 1: Prepare necessary tools] | ||
* [https://goo.gl/forms/Z19P6Rufll0nL06a2 Select problems] | * [https://goo.gl/forms/Z19P6Rufll0nL06a2 Select problems] | ||
+ | --> | ||
− | http:// | + | == Todo -1: Subscribe to the course == |
+ | <strong>[[Todo list|Todo before]] 06:00 Wednesday, February 12 th:</strong> | ||
+ | # pick up a problem from the page [http://bit.ly/1B4NKjZ Try-on programming problems] (get the oldest problems, they are simpler), | ||
+ | # 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]. | ||
+ | * Examples 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]. | ||
+ | * Examples 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/ Problem15]. | ||
== Todo A: Write an abstract == | == Todo A: Write an abstract == |
Revision as of 17:23, 18 February 2020
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.
Todo 0: Prepare necessary tools
- Editing. Install LaTeX: MikTeX for Windown, TeX Live for Linux, and for Mac OS. Sign up V2 OverLeaf ShareLaTeX.
- Install the editor TeXnic Center or its alternative WinEdt for Windows, TeXworks for Linux, and TeXmakerfor Mac OS.
- Read LaTeX on MachineLearning (Ru).
- Useful: Wikibooks LaTeX, К.В.Воронцов. LaTeX2e в примерах.
- Read Львовский С. М. Набор и верстка в системе LaTeX.
- Download the paper template, ZIP and compile it.
- Read BibTeX.
- Install bibliographic collection software JabRef (can be postponed).
- Communications. Sign up GitHub.
- Inportant: 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.
- Download a shell: Desktop.GitHub, or use a command line to synchronise your project.
- Sign up MachineLearning.ru. Send a logon to your coordinator of to mlalgorithms [at] gmail [dot] com.
- To state a problem (write essay) using notebook see example in MathJax.
- Create your page example.
- Install Hangouts, Skype - read instructions.
- Programming. Install Python Anakonda, PyCharm (alternative Visual Studio), Notebook online Google.Colab.
- Development for ML: Pytorch
- Style formatting: Codestyle pep8
- Add. As alternative install and try Matlab (MIPT provides free version), (alternative Octave), R-project, Wofram Mathematica.
- Add. Read with pleasure Кутателадзе С. С. Советы эпизодическому переводчику and Сосинский А. Б. Как написать математическую статью по-английски.
Resources
- Announcenents: Telegram AutomationML
- Ask to email mlalgorithms [at] gmail [dot] com
- Slides.
- Short course description.
- Progress questionary Todo 1.
References to catch up
- A Brief Introduction to Machine Learning for Engineers by Osvaldo Simeone, 2017-2018
- Understanding Machine Learning: From Theory to Algorithms by Shai Shalev-Shwartz, Shai Ben-David, 2014
- Mathematics for Machine learning by Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong
- Mathematics for Physicists: Introductory Concepts and Methods by Alexander Altland & Jan von Delf
- Python notes for professionals by GoalKicker.com Free Programming Books.
- Лагутин М.Б. Наглядная математическая статистика, М.: Бином, 2009. См. также вырезку.
- Bishop C.P. Pattern recognition and machine learning, Berlin: Springer, 2008.
- MackKay D. Information Theory, Pattern Recognition and Neural Networks, Inference.org.uk, 2009.
Todo -1: Subscribe to the course
Todo before 06:00 Wednesday, February 12 th:
- pick up a problem from the page Try-on programming problems (get the oldest problems, they are simpler),
- 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.
- Examples of plots: one many solutions from this project.
- Examples of old problems Problem 7, Problem 1, Problem15.