changed deadline fr project 1

This commit is contained in:
mhjensen
2019-09-26 06:25:38 +02:00
parent c1cab10392
commit 24378a552b
16 changed files with 44 additions and 96 deletions
+4
View File
@@ -110,3 +110,7 @@ running preprocess -DFORMAT=html -DDEVICE=screen course.do.txt > tmp_preprocess
running mako on tmp_preprocess__course.do.txt to make tmp_mako__course.do.txt
translating doconce text in tmp_mako__course.do.txt to html
output in course.html
running preprocess -DFORMAT=html -DDEVICE=screen course.do.txt > tmp_preprocess__course.do.txt
running mako on tmp_preprocess__course.do.txt to make tmp_mako__course.do.txt
translating doconce text in tmp_mako__course.do.txt to html
output in course.html
+2 -2
View File
@@ -102,7 +102,7 @@ ${text_types(ch)}
=== Project 1, Deadline September 30 (available August 26) ===
=== Project 1, Deadline October 7 (available August 26) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/pdf/Project1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/pdf/Project1.pdf"
@@ -111,7 +111,7 @@ ${text_types(ch)}
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/html/Project1-bs.html"
=== Project 2, Deadline November 4 (avaliable September 23) ===
=== Project 2, Deadline November 4 (avaliable September 30) ===
* LaTeX and PDF:
* "Latex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/pdf/Project2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/pdf/Project2.pdf"
+5 -56
View File
@@ -79,23 +79,12 @@ ${text_types(ch)}
% endfor
!split
===== Python and Scikit Learn, a short guide =====
* HTML format only:
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/ComputationalPhysics/doc/pub/learningpython/html/learningpython-bs.html"
!split
===== Teach yourself C++ =====
* HTML format only:
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/ComputationalPhysics/doc/pub/learningcpp/html/learningcpp-bs.html"
!split
===== Projects and Exercises Fall 2019 =====
=== First homework set, week 35 ===
=== First homework set, week 35 (Available August 20) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/hw1/pdf/hw1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/hw1/pdf/hw1.pdf"
@@ -103,7 +92,7 @@ ${text_types(ch)}
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/hw1/html/hw1.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2019/hw1/html/hw1-bs.html"
=== Second homework set, week 36 ===
=== Second homework set, week 36 (Available August 26) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/hw2/pdf/hw2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/hw2/pdf/hw2.pdf"
@@ -113,7 +102,7 @@ ${text_types(ch)}
=== Project 1, Deadline September 30 ===
=== Project 1, Deadline September 30 (available August 26) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/pdf/Project1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/pdf/Project1.pdf"
@@ -122,7 +111,7 @@ ${text_types(ch)}
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/html/Project1-bs.html"
=== Project 2, Deadline November 4 ===
=== Project 2, Deadline November 4 (avaliable September 23) ===
* LaTeX and PDF:
* "Latex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/pdf/Project2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/pdf/Project2.pdf"
@@ -130,7 +119,7 @@ ${text_types(ch)}
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/html/Project2.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/html/Project2-bs.html"
=== Project 3, Deadline December 13 ===
=== Project 3, Deadline December 13 (available October 28) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project3/pdf/Project3.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project3/pdf/Project3.pdf"
@@ -235,43 +224,3 @@ _General Machine Learning Books_:
!split
===== Teaching schedule Fall 2019 =====
Acronyms for textbooks and references to chapter
* HTF: "Trevor Hastie, Robert Tibshirani, Jerome H. Friedman, The Elements of Statistical Learning, Springer":"https://www.springer.com/gp/book/9780387848570"
* AG: "Aurelien Geron, HandsOn Machine Learning with ScikitLearn and TensorFlow, O'Reilly":"http://shop.oreilly.com/product/0636920052289.do"
|----------------------------------------------------------------------------------------------------------------------------|
| Week and days | Topics to be covered | Projects, exercises and deadlines | Reading assignments| Lab activities |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 34| Introduction and regression analysis | Exercises TBD | HTF chapters 1-3 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/Regression/html/Regression-bs.html"| No lab first week |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 35 | Regression analysis | Exercises TBD | HTF chapter 3 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/Regression/html/Regression-bs.html"| Introduction to Git, GitHub and Python software, Python technicalities and work on exercises|
|----------------------------------------------------------------------------------------------------------------------------|
| Week 36 | Regression analysis and nearest neighbors| Exercises TBD | HTF chapters 3, 4 and 13 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/Regression/html/Regression-bs.html" | Work on exercises|
|----------------------------------------------------------------------------------------------------------------------------|
| Week 37 | Classification and logistic regression | "Presentation of Project 1, deadline October 1":"https://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/html/Project1-bs.html" | HTF chapter 4 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/Regression/html/Regression-bs.html" | Work on project 1|
|----------------------------------------------------------------------------------------------------------------------------|
| Week 38 | Optimization methods | Exercises and project 1 | HTF chapter 5 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/Splines/html/Splines-bs.html" | Work on project 1, deadline October 1|
|----------------------------------------------------------------------------------------------------------------------------|
| Week 39 | Logistic regression and optimization | Project 1 | "Lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/Bayesian/html/Bayesian-bs.html" | Work on Project 1|
|----------------------------------------------------------------------------------------------------------------------------|
| Week 40 | Neural Networks | Presentation of project 2, deadline November 12 | "Lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/Statistics/html/Statistics-bs.html" | Deadline project 1, October 1|
|----------------------------------------------------------------------------------------------------------------------------|
| Week 41 | Neural Networks | Project 2 | "Lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/Statistics/html/Statistics-bs.html" | Work on project 2 |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 42 | Neural Networks | Project 2 | HTF chapter 11 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/NeuralNet/html/NeuralNet-bs.html" | Work on project 2 |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 43 | Dimensionality reduction and support vector machines | Project 2 | HTF chapters 3 and 12 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/NeuralNet/html/NeuralNet-bs.html" | Work on project 2 |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 44 | SVM and tree and forest models | Project 2 | HTF chapter 9 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/NeuralNet/html/NeuralNet-bs.html" | Work on project 2 |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 45 | SVM and tree and forest models | Presentation and discussion of project 3 | HTF chapter 14 and "lecture notes":"https://compphysics.github.io/MachineLearning/doc/pub/BM/html/BM-bs.html" | Deadline project 2 November 12 |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 46 | Bayesian statitics | Project 3, deadline December 14 | | Work on project 3 |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 47 | Unsupervised learning, Boltzmann machines | Project 3 | | Work on project 3 |
|----------------------------------------------------------------------------------------------------------------------------|
| Week 48 | Summary of course and final workshop | Project 3 | Lecture notes | Final workshop with presentation of project 3 (TBA)|
|----------------------------------------------------------------------------------------------------------------------------|
+4 -4
View File
@@ -122,11 +122,11 @@ div { text-align: justify; text-justify: inter-word; }
3,
None,
'___sec21'),
('Project 1, Deadline September 30 (available August 26)',
('Project 1, Deadline October 7 (available August 26)',
3,
None,
'___sec22'),
('Project 2, Deadline November 4 (avaliable September 23)',
('Project 2, Deadline November 4 (avaliable September 30)',
3,
None,
'___sec23'),
@@ -804,7 +804,7 @@ formulas in HTML or ipython notebook files.
</ul>
<h3 id="___sec22">Project 1, Deadline September 30 (available August 26) </h3>
<h3 id="___sec22">Project 1, Deadline October 7 (available August 26) </h3>
<ul>
<li> LaTeX and PDF:</li>
@@ -823,7 +823,7 @@ formulas in HTML or ipython notebook files.
</ul>
<h3 id="___sec23">Project 2, Deadline November 4 (avaliable September 23) </h3>
<h3 id="___sec23">Project 2, Deadline November 4 (avaliable September 30) </h3>
<ul>
<li> LaTeX and PDF:</li>
+2 -2
View File
@@ -321,7 +321,7 @@ formulas in HTML or ipython notebook files.
=== Project 1, Deadline September 30 (available August 26) ===
=== Project 1, Deadline October 7 (available August 26) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/pdf/Project1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/pdf/Project1.pdf"
@@ -330,7 +330,7 @@ formulas in HTML or ipython notebook files.
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/html/Project1-bs.html"
=== Project 2, Deadline November 4 (avaliable September 23) ===
=== Project 2, Deadline November 4 (avaliable September 30) ===
* LaTeX and PDF:
* "Latex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/pdf/Project2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/pdf/Project2.pdf"
+2 -2
View File
@@ -96,7 +96,7 @@ ${text_types(ch)}
=== Project 1, Deadline September 30 (available August 26) ===
=== Project 1, Deadline October 7 (available August 26) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/pdf/Project1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/pdf/Project1.pdf"
@@ -105,7 +105,7 @@ ${text_types(ch)}
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project1/html/Project1-bs.html"
=== Project 2, Deadline November 4 (avaliable September 23) ===
=== Project 2, Deadline November 4 (avaliable September 30) ===
* LaTeX and PDF:
* "Latex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/pdf/Project2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2019/Project2/pdf/Project2.pdf"