small update on textbook

This commit is contained in:
mhjensen
2020-08-19 13:08:42 +02:00
parent 775ad73418
commit 75835e62fd
19 changed files with 332 additions and 273 deletions
@@ -46,25 +46,26 @@ Automatically generated HTML file from DocOnce source
('Course Format', 2, None, '___sec2'),
('Teachers', 2, None, '___sec3'),
('Deadlines for projects (tentative)', 2, None, '___sec4'),
('Prerequisites', 2, None, '___sec5'),
('Learning outcomes', 2, None, '___sec6'),
('Recommended textbooks', 2, None, '___sec5'),
('Prerequisites', 2, None, '___sec6'),
('Learning outcomes', 2, None, '___sec7'),
('Topics covered in this course: Statistical analysis and '
'optimization of data',
2,
None,
'___sec7'),
'___sec8'),
('Topics covered in this course: Machine Learning',
2,
None,
'___sec8'),
'___sec9'),
('Extremely useful tools, strongly recommended',
2,
None,
'___sec9'),
'___sec10'),
('Other courses on Data science and Machine Learning at UiO',
2,
None,
'___sec10')]}
'___sec11')]}
end of tocinfo -->
<body>
@@ -91,12 +92,13 @@ end of tocinfo -->
<!-- navigation toc: --> <li><a href="._Intro2Course-bs003.html#___sec2" style="font-size: 80%;">Course Format</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs004.html#___sec3" style="font-size: 80%;">Teachers</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs005.html#___sec4" style="font-size: 80%;">Deadlines for projects (tentative)</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs006.html#___sec5" style="font-size: 80%;">Prerequisites</a></li>
<!-- navigation toc: --> <li><a href="#___sec6" style="font-size: 80%;">Learning outcomes</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs008.html#___sec7" style="font-size: 80%;">Topics covered in this course: Statistical analysis and optimization of data</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs009.html#___sec8" style="font-size: 80%;">Topics covered in this course: Machine Learning</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs010.html#___sec9" style="font-size: 80%;">Extremely useful tools, strongly recommended</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs011.html#___sec10" style="font-size: 80%;">Other courses on Data science and Machine Learning at UiO</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs006.html#___sec5" style="font-size: 80%;">Recommended textbooks</a></li>
<!-- navigation toc: --> <li><a href="#___sec6" style="font-size: 80%;">Prerequisites</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs008.html#___sec7" style="font-size: 80%;">Learning outcomes</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs009.html#___sec8" style="font-size: 80%;">Topics covered in this course: Statistical analysis and optimization of data</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs010.html#___sec9" style="font-size: 80%;">Topics covered in this course: Machine Learning</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs011.html#___sec10" style="font-size: 80%;">Extremely useful tools, strongly recommended</a></li>
<!-- navigation toc: --> <li><a href="._Intro2Course-bs012.html#___sec11" style="font-size: 80%;">Other courses on Data science and Machine Learning at UiO</a></li>
</ul>
</li>
@@ -112,31 +114,18 @@ end of tocinfo -->
<a name="part0007"></a>
<!-- !split -->
<h2 id="___sec6" class="anchor">Learning outcomes </h2>
<h2 id="___sec6" class="anchor">Prerequisites </h2>
<p>
<div class="panel panel-default">
<div class="panel-body">
<p> <!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
<p>
This course aims at giving you insights and knowledge about many of the central algorithms used in Data Analysis and Machine Learning. The course is project based and through various numerical projects, normally three, you will be exposed to fundamental research problems in these fields, with the aim to reproduce state of the art scientific results. Both supervised and unsupervised methods will be covered. The emphasis is on a frequentist approach, although we will try to link it with a Bayesian approach as well. You will learn to develop and structure large codes for studying different cases where Machine Learning is applied to, get acquainted with computing facilities and learn to handle large scientific projects. A good scientific and ethical conduct is emphasized throughout the course. More specifically, after this course you will
<ul>
<li> Learn about basic data analysis, statistical analysis, Bayesian statistics, Monte Carlo sampling, data optimization and machine learning;</li>
<li> Be capable of extending the acquired knowledge to other systems and cases;</li>
<li> Have an understanding of central algorithms used in data analysis and machine learning;</li>
<li> Understand linear methods for regression and classification, from ordinary least squares, via Lasso and Ridge to Logistic regression;</li>
<li> Learn about neural networks and deep learning methods for supervised and unsupervised learning. Emphasis on feed forward neural networks, convolutional and recurrent neural networks;</li>
<li> Learn about about decision trees, random forests, bagging and boosting methods;</li>
<li> Learn about support vector machines and kernel transformations;</li>
<li> Reduction of data sets, from PCA to clustering;</li>
<li> Autoencoders and Reinforcement Learning;</li>
<li> Work on numerical projects to illustrate the theory. The projects play a central role and you are expected to know modern programming languages like Python or C++ and/or Fortran (Fortran2003 or later).</li>
</ul>
</div>
</div>
Basic knowledge in programming and mathematics, with an emphasis on
linear algebra. Knowledge of Python or/and C++ as programming
languages is strongly recommended and experience with Jupiter notebook
is recommended. Required courses are the equivalents to the University
of Oslo mathematics courses MAT1100, MAT1110, MAT1120 and at least one
of the corresponding computing and programming courses INF1000/INF1110
or MAT-INF1100/MAT-INF1100L/BIOS1100/KJM-INF1100. Most universities
offer nowadays a basic programming course (often compulsory) where
Python is the recurring programming language.
<p>
<p>
@@ -155,6 +144,7 @@ This course aims at giving you insights and knowledge about many of the central
<li><a href="._Intro2Course-bs009.html">10</a></li>
<li><a href="._Intro2Course-bs010.html">11</a></li>
<li><a href="._Intro2Course-bs011.html">12</a></li>
<li><a href="._Intro2Course-bs012.html">13</a></li>
<li><a href="._Intro2Course-bs008.html">&raquo;</a></li>
</ul>
<!-- ------------------- end of main content --------------- -->