more changes

This commit is contained in:
Morten Hjorth-Jensen
2021-08-08 22:36:26 +02:00
parent 07f4f7eb7f
commit 8454c5de72
6 changed files with 147 additions and 33 deletions
+32 -8
View File
@@ -264,7 +264,16 @@ MathJax.Hub.Config({
<p><li> <b>Office</b>: Department of Physics, University of Oslo, Eastern wing, room F&#216;452</li>
</ul>
<p>
<p><li> Stian Dysthe Bilek stian.bilek@fys.uio.no</li>
<ul>
<p><li> <b>Office</b>: Department of Physics, University of Oslo, Eastern wing, room F&#216;450</li>
</ul>
<p><li> Linus Ekstr&#248;m, linueks@gmail.com, linus.ekstrom@fys.uio.no</li>
<p><li> Nicholas Karlsen, nicholaskarlsen1102@gmail.com, nicholas.karlsen@fys.uio.no</li>
<p><li> Bendik Steinsv&#229;g Dalen, b.s.dalen@fys.uio.no</li>
<p><li> Philip Karim S&#248;rli Niane, p.k.s.niane@fys.uio.no</li>
</ul>
</div>
</section>
@@ -277,9 +286,9 @@ MathJax.Hub.Config({
<div class="alert alert-block alert-block alert-text-normal">
<b></b>
<ol>
<p><li> Project 1: September 28 (graded with feedback)</li>
<p><li> Project 2: November 2 (graded with feedback)</li>
<p><li> Project 3: December 7 (graded with feedback)</li>
<p><li> Project 1: September 27 (graded with feedback)</li>
<p><li> Project 2: November 1 (graded with feedback)</li>
<p><li> Project 3: December 6 (graded with feedback)</li>
</ol>
<p>
@@ -293,10 +302,25 @@ Projects are handed in using <b>Canvas</b>. We use Github as repository for code
<section>
<h2 id="recommended-textbooks">Recommended textbooks </h2>
<ul>
<p><li> <a href="https://www.springer.com/gp/book/9780387848570" target="_blank">Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer</a></li>
<p><li> <a href="https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/" target="_blank">Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition</a></li>
</ul>
<ol>
<p><li> The lecture notes are collected as a jupyter-book at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/intro.html." target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/intro.html.</tt></a></li>
</ol>
<p>
In addition to the electure notes, we recommend the books of Bishop and Goodfellow et al. We will follow these texts closely and the weekly reading assignments refer to these two texts.
<ol>
<p><li> Christopher M. Bishop, Pattern Recognition and Machine Learning, Springer, <a href="https://www.springer.com/gp/book/9780387310732." target="_blank"><tt>https://www.springer.com/gp/book/9780387310732.</tt></a> This is the main textbook and this course covers chapters 1-7, 11 and 12. If you login to the University Library or access this site via a University IP number, you can download for free the textbook in PDF format or epub format.</li>
<p><li> Ian Goodfellow, Yoshua Bengio, and Aaron Courville. The different chapters are available for free at <a href="https://www.deeplearningbook.org/." target="_blank"><tt>https://www.deeplearningbook.org/.</tt></a> Chapters 2-14 are highly recommended. The lectures follow to a larg extent this text. The weekly plans will include reading suggestions from these two textbooks.</li>
</ol>
<p>
Additional textbooks:
<ol>
<p><li> Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer, <a href="https://www.springer.com/gp/book/9780387848570." target="_blank"><tt>https://www.springer.com/gp/book/9780387848570.</tt></a> This is a well-known text and serves as additional literature.</li>
<p><li> Aurelien Geron, Hands&#8209;On Machine Learning with Scikit&#8209;Learn and TensorFlow, O'Reilly, <a href="https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/." target="_blank"><tt>https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/.</tt></a> This text is very useful since it contains many code examples and hands-on applications of all algorithms discussed in this course.</li>
</ol>
</section>
+30 -7
View File
@@ -294,6 +294,16 @@ MathJax.Hub.Config({
<li> <b>Office</b>: Department of Physics, University of Oslo, Eastern wing, room F&#216;452</li>
</ul>
<li> Stian Dysthe Bilek stian.bilek@fys.uio.no</li>
<ul>
<li> <b>Office</b>: Department of Physics, University of Oslo, Eastern wing, room F&#216;450</li>
</ul>
<li> Linus Ekstr&#248;m, linueks@gmail.com, linus.ekstrom@fys.uio.no</li>
<li> Nicholas Karlsen, nicholaskarlsen1102@gmail.com, nicholas.karlsen@fys.uio.no</li>
<li> Bendik Steinsv&#229;g Dalen, b.s.dalen@fys.uio.no</li>
<li> Philip Karim S&#248;rli Niane, p.k.s.niane@fys.uio.no</li>
</ul>
</div>
@@ -309,9 +319,9 @@ MathJax.Hub.Config({
<p>
<ol>
<li> Project 1: September 28 (graded with feedback)</li>
<li> Project 2: November 2 (graded with feedback)</li>
<li> Project 3: December 7 (graded with feedback)</li>
<li> Project 1: September 27 (graded with feedback)</li>
<li> Project 2: November 1 (graded with feedback)</li>
<li> Project 3: December 6 (graded with feedback)</li>
</ol>
Projects are handed in using <b>Canvas</b>. We use Github as repository for codes, benchmark calculations etc. Comments and feedback on projects only via <b>Canvas</b>.
@@ -325,10 +335,23 @@ Projects are handed in using <b>Canvas</b>. We use Github as repository for code
<h2 id="recommended-textbooks">Recommended textbooks </h2>
<ul>
<li> <a href="https://www.springer.com/gp/book/9780387848570" target="_blank">Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer</a></li>
<li> <a href="https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/" target="_blank">Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition</a></li>
</ul>
<ol>
<li> The lecture notes are collected as a jupyter-book at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/intro.html." target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/intro.html.</tt></a></li>
</ol>
In addition to the electure notes, we recommend the books of Bishop and Goodfellow et al. We will follow these texts closely and the weekly reading assignments refer to these two texts.
<ol>
<li> Christopher M. Bishop, Pattern Recognition and Machine Learning, Springer, <a href="https://www.springer.com/gp/book/9780387310732." target="_blank"><tt>https://www.springer.com/gp/book/9780387310732.</tt></a> This is the main textbook and this course covers chapters 1-7, 11 and 12. If you login to the University Library or access this site via a University IP number, you can download for free the textbook in PDF format or epub format.</li>
<li> Ian Goodfellow, Yoshua Bengio, and Aaron Courville. The different chapters are available for free at <a href="https://www.deeplearningbook.org/." target="_blank"><tt>https://www.deeplearningbook.org/.</tt></a> Chapters 2-14 are highly recommended. The lectures follow to a larg extent this text. The weekly plans will include reading suggestions from these two textbooks.</li>
</ol>
Additional textbooks:
<ol>
<li> Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer, <a href="https://www.springer.com/gp/book/9780387848570." target="_blank"><tt>https://www.springer.com/gp/book/9780387848570.</tt></a> This is a well-known text and serves as additional literature.</li>
<li> Aurelien Geron, Hands&#8209;On Machine Learning with Scikit&#8209;Learn and TensorFlow, O'Reilly, <a href="https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/." target="_blank"><tt>https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/.</tt></a> This text is very useful since it contains many code examples and hands-on applications of all algorithms discussed in this course.</li>
</ol>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
+30 -7
View File
@@ -299,6 +299,16 @@ MathJax.Hub.Config({
<li> <b>Office</b>: Department of Physics, University of Oslo, Eastern wing, room F&#216;452</li>
</ul>
<li> Stian Dysthe Bilek stian.bilek@fys.uio.no</li>
<ul>
<li> <b>Office</b>: Department of Physics, University of Oslo, Eastern wing, room F&#216;450</li>
</ul>
<li> Linus Ekstr&#248;m, linueks@gmail.com, linus.ekstrom@fys.uio.no</li>
<li> Nicholas Karlsen, nicholaskarlsen1102@gmail.com, nicholas.karlsen@fys.uio.no</li>
<li> Bendik Steinsv&#229;g Dalen, b.s.dalen@fys.uio.no</li>
<li> Philip Karim S&#248;rli Niane, p.k.s.niane@fys.uio.no</li>
</ul>
</div>
@@ -314,9 +324,9 @@ MathJax.Hub.Config({
<p>
<ol>
<li> Project 1: September 28 (graded with feedback)</li>
<li> Project 2: November 2 (graded with feedback)</li>
<li> Project 3: December 7 (graded with feedback)</li>
<li> Project 1: September 27 (graded with feedback)</li>
<li> Project 2: November 1 (graded with feedback)</li>
<li> Project 3: December 6 (graded with feedback)</li>
</ol>
Projects are handed in using <b>Canvas</b>. We use Github as repository for codes, benchmark calculations etc. Comments and feedback on projects only via <b>Canvas</b>.
@@ -330,10 +340,23 @@ Projects are handed in using <b>Canvas</b>. We use Github as repository for code
<h2 id="recommended-textbooks">Recommended textbooks </h2>
<ul>
<li> <a href="https://www.springer.com/gp/book/9780387848570" target="_blank">Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer</a></li>
<li> <a href="https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/" target="_blank">Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition</a></li>
</ul>
<ol>
<li> The lecture notes are collected as a jupyter-book at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/intro.html." target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/intro.html.</tt></a></li>
</ol>
In addition to the electure notes, we recommend the books of Bishop and Goodfellow et al. We will follow these texts closely and the weekly reading assignments refer to these two texts.
<ol>
<li> Christopher M. Bishop, Pattern Recognition and Machine Learning, Springer, <a href="https://www.springer.com/gp/book/9780387310732." target="_blank"><tt>https://www.springer.com/gp/book/9780387310732.</tt></a> This is the main textbook and this course covers chapters 1-7, 11 and 12. If you login to the University Library or access this site via a University IP number, you can download for free the textbook in PDF format or epub format.</li>
<li> Ian Goodfellow, Yoshua Bengio, and Aaron Courville. The different chapters are available for free at <a href="https://www.deeplearningbook.org/." target="_blank"><tt>https://www.deeplearningbook.org/.</tt></a> Chapters 2-14 are highly recommended. The lectures follow to a larg extent this text. The weekly plans will include reading suggestions from these two textbooks.</li>
</ol>
Additional textbooks:
<ol>
<li> Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer, <a href="https://www.springer.com/gp/book/9780387848570." target="_blank"><tt>https://www.springer.com/gp/book/9780387848570.</tt></a> This is a well-known text and serves as additional literature.</li>
<li> Aurelien Geron, Hands&#8209;On Machine Learning with Scikit&#8209;Learn and TensorFlow, O'Reilly, <a href="https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/." target="_blank"><tt>https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/.</tt></a> This text is very useful since it contains many code examples and hands-on applications of all algorithms discussed in this course.</li>
</ol>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
Binary file not shown.
+30 -5
View File
@@ -95,15 +95,29 @@
" * **Office**: Department of Physics, University of Oslo, Eastern wing, room FØ452\n",
"\n",
"\n",
"* Stian Dysthe Bilek stian.bilek@fys.uio.no\n",
"\n",
" * **Office**: Department of Physics, University of Oslo, Eastern wing, room FØ450\n",
"\n",
"\n",
"* Linus Ekstrøm, linueks@gmail.com, linus.ekstrom@fys.uio.no\n",
"\n",
"* Nicholas Karlsen, nicholaskarlsen1102@gmail.com, nicholas.karlsen@fys.uio.no\n",
"\n",
"* Bendik Steinsvåg Dalen, b.s.dalen@fys.uio.no\n",
"\n",
"* Philip Karim Sørli Niane, p.k.s.niane@fys.uio.no\n",
"\n",
"\n",
"\n",
"## Deadlines for projects (tentative)\n",
"\n",
"\n",
"1. Project 1: September 28 (graded with feedback)\n",
"1. Project 1: September 27 (graded with feedback)\n",
"\n",
"2. Project 2: November 2 (graded with feedback)\n",
"2. Project 2: November 1 (graded with feedback)\n",
"\n",
"3. Project 3: December 7 (graded with feedback)\n",
"3. Project 3: December 6 (graded with feedback)\n",
"\n",
"Projects are handed in using **Canvas**. We use Github as repository for codes, benchmark calculations etc. Comments and feedback on projects only via **Canvas**.\n",
"\n",
@@ -112,9 +126,20 @@
"\n",
"## Recommended textbooks\n",
"\n",
"* [Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer](https://www.springer.com/gp/book/9780387848570)\n",
"\n",
"* [Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition](https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/)\n",
"1. The lecture notes are collected as a jupyter-book at <https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/intro.html.>\n",
"\n",
"In addition to the electure notes, we recommend the books of Bishop and Goodfellow et al. We will follow these texts closely and the weekly reading assignments refer to these two texts.\n",
"\n",
"1. Christopher M. Bishop, Pattern Recognition and Machine Learning, Springer, <https://www.springer.com/gp/book/9780387310732.> This is the main textbook and this course covers chapters 1-7, 11 and 12. If you login to the University Library or access this site via a University IP number, you can download for free the textbook in PDF format or epub format.\n",
"\n",
"2. Ian Goodfellow, Yoshua Bengio, and Aaron Courville. The different chapters are available for free at <https://www.deeplearningbook.org/.> Chapters 2-14 are highly recommended. The lectures follow to a larg extent this text. The weekly plans will include reading suggestions from these two textbooks.\n",
"\n",
"Additional textbooks:\n",
"\n",
"1. Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer, <https://www.springer.com/gp/book/9780387848570.> This is a well-known text and serves as additional literature.\n",
"\n",
"2. Aurelien Geron, HandsOn Machine Learning with ScikitLearn and TensorFlow, O'Reilly, <https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/.> This text is very useful since it contains many code examples and hands-on applications of all algorithms discussed in this course.\n",
"\n",
"## Prerequisites\n",
"\n",
+25 -6
View File
@@ -65,7 +65,12 @@ _Teachers :_
* Øyvind Sigmundson Schøyen, oyvinssc@student.matnat.uio.no
* _Office_: Department of Physics, University of Oslo, Eastern wing, room FØ452
* Stian Dysthe Bilek stian.bilek@fys.uio.no
* _Office_: Department of Physics, University of Oslo, Eastern wing, room FØ450
* Linus Ekstrøm, linueks@gmail.com, linus.ekstrom@fys.uio.no
* Nicholas Karlsen, nicholaskarlsen1102@gmail.com, nicholas.karlsen@fys.uio.no
* Bendik Steinsvåg Dalen, b.s.dalen@fys.uio.no
* Philip Karim Sørli Niane, p.k.s.niane@fys.uio.no
!eblock
@@ -74,9 +79,9 @@ _Teachers :_
!bblock
o Project 1: September 28 (graded with feedback)
o Project 2: November 2 (graded with feedback)
o Project 3: December 7 (graded with feedback)
o Project 1: September 27 (graded with feedback)
o Project 2: November 1 (graded with feedback)
o Project 3: December 6 (graded with feedback)
Projects are handed in using _Canvas_. We use Github as repository for codes, benchmark calculations etc. Comments and feedback on projects only via _Canvas_.
@@ -86,8 +91,22 @@ Projects are handed in using _Canvas_. We use Github as repository for codes, be
!split
===== Recommended textbooks =====
* "Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer":"https://www.springer.com/gp/book/9780387848570"
* "Aurelien Geron, Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition":"https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/"
o The lecture notes are collected as a jupyter-book at https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/intro.html.
In addition to the electure notes, we recommend the books of Bishop and Goodfellow et al. We will follow these texts closely and the weekly reading assignments refer to these two texts.
o Christopher M. Bishop, Pattern Recognition and Machine Learning, Springer, https://www.springer.com/gp/book/9780387310732. This is the main textbook and this course covers chapters 1-7, 11 and 12. If you login to the University Library or access this site via a University IP number, you can download for free the textbook in PDF format or epub format.
o Ian Goodfellow, Yoshua Bengio, and Aaron Courville. The different chapters are available for free at https://www.deeplearningbook.org/. Chapters 2-14 are highly recommended. The lectures follow to a larg extent this text. The weekly plans will include reading suggestions from these two textbooks.
Additional textbooks:
o Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer, https://www.springer.com/gp/book/9780387848570. This is a well-known text and serves as additional literature.
o Aurelien Geron, HandsOn Machine Learning with ScikitLearn and TensorFlow, O'Reilly, https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/. This text is very useful since it contains many code examples and hands-on applications of all algorithms discussed in this course.
!split
===== Prerequisites =====