set up of homework projects
This commit is contained in:
+46
-26
@@ -97,26 +97,27 @@ div { text-align: justify; text-justify: inter-word; }
|
||||
'___sec11'),
|
||||
('Python and Scikit Learn, a short guide', 2, None, '___sec12'),
|
||||
('Teach yourself C++', 2, None, '___sec13'),
|
||||
('Projects Fall 2018', 2, None, '___sec14'),
|
||||
('Project 1, Deadline October 1', 3, None, '___sec15'),
|
||||
('Project 2, Deadline November 5', 3, None, '___sec16'),
|
||||
('Project 3, Deadline November 30', 3, None, '___sec17'),
|
||||
('Course content', 3, None, '___sec18'),
|
||||
('Learning outcomes', 2, None, '___sec19'),
|
||||
('Prerequisites', 2, None, '___sec20'),
|
||||
('The course has two central parts', 2, None, '___sec21'),
|
||||
('Projects and Exercises Fall 2018', 2, None, '___sec14'),
|
||||
('First homework set, week 35', 3, None, '___sec15'),
|
||||
('Project 1, Deadline October 1', 3, None, '___sec16'),
|
||||
('Project 2, Deadline November 5', 3, None, '___sec17'),
|
||||
('Project 3, Deadline November 30', 3, None, '___sec18'),
|
||||
('Course content', 3, None, '___sec19'),
|
||||
('Learning outcomes', 2, None, '___sec20'),
|
||||
('Prerequisites', 2, None, '___sec21'),
|
||||
('The course has two central parts', 2, None, '___sec22'),
|
||||
('Statistical analysis and optimization of data',
|
||||
3,
|
||||
None,
|
||||
'___sec22'),
|
||||
('Machine learning', 3, None, '___sec23'),
|
||||
('Recommended textbooks', 2, None, '___sec24'),
|
||||
'___sec23'),
|
||||
('Machine learning', 3, None, '___sec24'),
|
||||
('Recommended textbooks', 2, None, '___sec25'),
|
||||
('"Other '
|
||||
'textbooks":"https://github.com/CompPhysics/MachineLearning/tree/master/doc/Textbooks"',
|
||||
2,
|
||||
None,
|
||||
'___sec25'),
|
||||
('Teaching schedule Fall 2018', 2, None, '___sec26')]}
|
||||
'___sec26'),
|
||||
('Teaching schedule Fall 2018', 2, None, '___sec27')]}
|
||||
end of tocinfo -->
|
||||
|
||||
<body>
|
||||
@@ -555,9 +556,28 @@ formulas in HTML or ipython notebook files.
|
||||
|
||||
<!-- !split -->
|
||||
|
||||
<h2 id="___sec14">Projects Fall 2018 </h2>
|
||||
<h2 id="___sec14">Projects and Exercises Fall 2018 </h2>
|
||||
|
||||
<h3 id="___sec15">Project 1, Deadline October 1 </h3>
|
||||
<h3 id="___sec15">First homework set, week 35 </h3>
|
||||
|
||||
<ul>
|
||||
<li> LaTeX and PDF:</li>
|
||||
|
||||
<ul>
|
||||
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2018/hw1/pdf/hw1.tex" target="_self">LaTex file</a></li>
|
||||
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2018/hw1/pdf/hw1.pdf" target="_self">PDF file</a></li>
|
||||
</ul>
|
||||
|
||||
<li> HTML:</li>
|
||||
|
||||
<ul>
|
||||
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2018/hw1/html/hw1.html" target="_self">Plain html</a></li>
|
||||
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2018/hw1/html/hw1-bs.html" target="_self">Bootstrap slide style, easy for reading on mobile devices</a></li>
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
|
||||
<h3 id="___sec16">Project 1, Deadline October 1 </h3>
|
||||
|
||||
<ul>
|
||||
<li> LaTeX and PDF:</li>
|
||||
@@ -576,7 +596,7 @@ formulas in HTML or ipython notebook files.
|
||||
|
||||
</ul>
|
||||
|
||||
<h3 id="___sec16">Project 2, Deadline November 5 </h3>
|
||||
<h3 id="___sec17">Project 2, Deadline November 5 </h3>
|
||||
|
||||
<ul>
|
||||
<li> LaTeX and PDF:</li>
|
||||
@@ -595,7 +615,7 @@ formulas in HTML or ipython notebook files.
|
||||
|
||||
</ul>
|
||||
|
||||
<h3 id="___sec17">Project 3, Deadline November 30 </h3>
|
||||
<h3 id="___sec18">Project 3, Deadline November 30 </h3>
|
||||
|
||||
<ul>
|
||||
<li> LaTeX and PDF:</li>
|
||||
@@ -614,7 +634,7 @@ formulas in HTML or ipython notebook files.
|
||||
|
||||
</ul>
|
||||
|
||||
<h3 id="___sec18">Course content </h3>
|
||||
<h3 id="___sec19">Course content </h3>
|
||||
|
||||
<p>
|
||||
Probability theory and statistical methods play a central role in science. Nowadays we are
|
||||
@@ -633,7 +653,7 @@ tools of probability theory, the aim of this course is to expose you to central
|
||||
This course covers thus topics like Monte Carlo methods and Markov chains, Bayesian statistics, error estimates, various linear methods, optimization of data and error analysis and central algorithms in machine learning.
|
||||
The course has several numerical projects and numerical exercises that are meant to illustrate the theory.
|
||||
|
||||
<h2 id="___sec19">Learning outcomes </h2>
|
||||
<h2 id="___sec20">Learning outcomes </h2>
|
||||
|
||||
<p>
|
||||
The course introduces a variety of central algorithms and methods
|
||||
@@ -650,19 +670,19 @@ essential for studies of data analysis and machine learning. The course is proje
|
||||
<li> Work on numerical projects to illustrate the theory. The projects play a central role and students are expected to know modern programming languages like Python or C++.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="___sec20">Prerequisites </h2>
|
||||
<h2 id="___sec21">Prerequisites </h2>
|
||||
|
||||
<p>
|
||||
Basic knowledge in programming and numerics. 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-INF1xxx.
|
||||
|
||||
<h2 id="___sec21">The course has two central parts </h2>
|
||||
<h2 id="___sec22">The course has two central parts </h2>
|
||||
|
||||
<ol>
|
||||
<li> Statistical analysis and optimization of data</li>
|
||||
<li> Machine learning</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="___sec22">Statistical analysis and optimization of data </h3>
|
||||
<h3 id="___sec23">Statistical analysis and optimization of data </h3>
|
||||
|
||||
<p>
|
||||
The following topics will be covered
|
||||
@@ -679,7 +699,7 @@ The following topics will be covered
|
||||
<li> Practical optimization using Singular-value decomposition and least squares for parameterizing data.</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="___sec23">Machine learning </h3>
|
||||
<h3 id="___sec24">Machine learning </h3>
|
||||
|
||||
<p>
|
||||
The following topics will be covered
|
||||
@@ -695,14 +715,14 @@ The following topics will be covered
|
||||
|
||||
All the above topics will be supported by examples, hands-on exercises and project work.
|
||||
|
||||
<h2 id="___sec24">Recommended textbooks </h2>
|
||||
<h2 id="___sec25">Recommended textbooks </h2>
|
||||
|
||||
<ul>
|
||||
<li> <a href="https://www.springer.com/gp/book/9780387848570" target="_self">Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer</a></li>
|
||||
<li> <a href="http://shop.oreilly.com/product/0636920052289.do" target="_self">Aurelien Geron, Hands‑On Machine Learning with Scikit‑Learn and TensorFlow, O'Reilly</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="___sec25"><a href="https://github.com/CompPhysics/MachineLearning/tree/master/doc/Textbooks" target="_self">Other textbooks</a> </h2>
|
||||
<h2 id="___sec26"><a href="https://github.com/CompPhysics/MachineLearning/tree/master/doc/Textbooks" target="_self">Other textbooks</a> </h2>
|
||||
|
||||
<p>
|
||||
<b>General learning book on statistical analysis</b>:
|
||||
@@ -724,7 +744,7 @@ All the above topics will be supported by examples, hands-on exercises and proje
|
||||
|
||||
<!-- !split -->
|
||||
|
||||
<h2 id="___sec26">Teaching schedule Fall 2018 </h2>
|
||||
<h2 id="___sec27">Teaching schedule Fall 2018 </h2>
|
||||
|
||||
<p>
|
||||
Acronyms for textbooks and references to chapter
|
||||
|
||||
Reference in New Issue
Block a user