update of course overview

This commit is contained in:
Morten Hjorth-Jensen
2022-08-23 10:29:51 +02:00
parent 7c1cb85329
commit b53b14b402
4 changed files with 140 additions and 137 deletions
+3
View File
@@ -204,3 +204,6 @@ output in course.html
running mako on 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 mako on 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
+33 -33
View File
@@ -5,20 +5,20 @@ AUTHOR: "Morten Hjorth-Jensen":"http://mhjgit.github.io/info/doc/web/" at Depart
pub_url = 'https://compphysics.github.io/MachineLearning/doc/pub'
published = ['week34', 'week35', 'week36', 'week37', 'week38', 'week39', 'week40', 'week41', 'week42', 'week43', 'week44', 'week45', 'week46', 'week47', ]
chapters = {
'week34': 'Week 34 August 23-27:Basic introduction to the course with schedule etc and start Linear Regression',
'week35': 'Week 35 August 30- September 3: Linear regression, from ordinary Least Squares to Ridge and Lasso Regression',
'week36': 'Week 36 September 6-10: Statistical analysis and discussion of Ridge and Lasso regression',
'week37': 'Week 37 September 13-17: Resampling techniques, Cross-validation and the Bootstrap',
'week38': 'Week 38 September 20-24: Summary of linear regression methods and start Logistic Regression',
'week39': 'Week 39 September 27- October 1: Logistic Regression and Gradient methods',
'week40': 'Week 40 October 4-8: Stochastic Gradient Descent and Neural Networks, starting to build a multi-layer Perceptron model, the Back Propagation algoritm',
'week41': 'Week 41 October 11-15: Building a multi-layer perceptron code and introduction to Tensorflow',
'week42': 'Week 42 October 18-22: Deep learning, Solving Differential Equations with NNs and Convolutional Neural Networks)',
'week43': 'Week 43 October 25-29: Deep learning, Convolutional Neural Networks and Recurrent Neural Networks, Principal Component Analysis',
'week44': 'Week 44 November 1-5: Principal Component analysis, Clustering and Decision Trees',
'week45': 'Week 45 November 8-12: Decision Trees, Random Forests and Gradient Boosting',
'week46': 'Week 46 November 15-19: Gradient boosting and Support Vector Machines',
'week47': 'Week 47 November 22-26: Support Vector Machines and Summary of Course with Future Perspectives',
'week34': 'Week 34 August 22-26:Basic introduction to the course with schedule etc and start Linear Regression',
'week35': 'Week 35 August 29- September 2: Linear regression, from ordinary Least Squares to Ridge and Lasso Regression',
'week36': 'Week 36 September 5-9: Statistical analysis and discussion of Ridge and Lasso regression',
'week37': 'Week 37 September 12-16: Resampling techniques, Cross-validation and the Bootstrap',
'week38': 'Week 38 September 19-23: Summary of linear regression methods and start Logistic Regression',
'week39': 'Week 39 September 26-30: Logistic Regression and Gradient methods',
'week40': 'Week 40 October 3-7: Stochastic Gradient Descent and Neural Networks, starting to build a multi-layer Perceptron model, the Back Propagation algoritm',
'week41': 'Week 41 October 10-14: Building a multi-layer perceptron code and introduction to Tensorflow',
'week42': 'Week 42 October 17-21: Deep learning, Solving Differential Equations with NNs and Convolutional Neural Networks)',
'week43': 'Week 43 October 24-28: Deep learning, Convolutional Neural Networks and Recurrent Neural Networks, Principal Component Analysis',
'week44': 'Week 44 October 31- November 4: Principal Component analysis, Clustering and Decision Trees',
'week45': 'Week 45 November 7-11: Decision Trees, Random Forests and Gradient Boosting',
'week46': 'Week 46 November 14-18: Gradient boosting and Support Vector Machines',
'week47': 'Week 47 November 21-25: Support Vector Machines and Summary of Course with Future Perspectives',
}
%>
@@ -63,39 +63,39 @@ ${text_types(ch)}
!split
===== Projects Fall 2021 (dates are tentative) =====
===== Projects Fall 2022 (dates are tentative) =====
=== Project 1, Deadline October 11 (available September 10) ===
=== Project 1, Deadline October 7 (available September 3) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/pdf/Project1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/pdf/Project1.pdf"
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/pdf/Project1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/pdf/Project1.pdf"
* HTML:
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/html/Project1.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/html/Project1-bs.html"
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/html/Project1.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/html/Project1-bs.html"
* Jupyter notebook:
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/ipynb/Project1.ipynb"
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/ipynb/Project1.ipynb"
=== Project 2, Deadline November 20 (available October 12) ===
=== Project 2, Deadline November 11 (available October 7) ===
* LaTeX and PDF:
* "Latex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/pdf/Project2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/pdf/Project2.pdf"
* "Latex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/pdf/Project2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/pdf/Project2.pdf"
* HTML:
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/html/Project2.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/html/Project2-bs.html"
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/html/Project2.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/html/Project2-bs.html"
* Jupyter notebook:
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/ipynb/Project2.ipynb"
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/ipynb/Project2.ipynb"
=== Project 3, Deadline December 17 (available November 13) ===
=== Project 3, Deadline December 9 (available November 11) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/pdf/Project3.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/pdf/Project3.pdf"
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/pdf/Project3.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/pdf/Project3.pdf"
* HTML:
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/html/Project3.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/html/Project3-bs.html"
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/html/Project3.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/html/Project3-bs.html"
* Jupyter notebook:
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/ipynb/Project3.ipynb"
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/ipynb/Project3.ipynb"
+71 -71
View File
@@ -117,95 +117,95 @@ div.toc p,a {
<!-- tocinfo
{'highest level': 2,
'sections': [('Week 34 August 23-27:Basic introduction to the course with '
'sections': [('Week 34 August 22-26:Basic introduction to the course with '
'schedule etc and start Linear Regression',
2,
None,
'week-34-august-23-27-basic-introduction-to-the-course-with-schedule-etc-and-start-linear-regression'),
('Week 35 August 30- September 3: Linear regression, from '
'week-34-august-22-26-basic-introduction-to-the-course-with-schedule-etc-and-start-linear-regression'),
('Week 35 August 29- September 2: Linear regression, from '
'ordinary Least Squares to Ridge and Lasso Regression',
2,
None,
'week-35-august-30-september-3-linear-regression-from-ordinary-least-squares-to-ridge-and-lasso-regression'),
('Week 36 September 6-10: Statistical analysis and discussion of '
'week-35-august-29-september-2-linear-regression-from-ordinary-least-squares-to-ridge-and-lasso-regression'),
('Week 36 September 5-9: Statistical analysis and discussion of '
'Ridge and Lasso regression',
2,
None,
'week-36-september-6-10-statistical-analysis-and-discussion-of-ridge-and-lasso-regression'),
('Week 37 September 13-17: Resampling techniques, '
'week-36-september-5-9-statistical-analysis-and-discussion-of-ridge-and-lasso-regression'),
('Week 37 September 12-16: Resampling techniques, '
'Cross-validation and the Bootstrap',
2,
None,
'week-37-september-13-17-resampling-techniques-cross-validation-and-the-bootstrap'),
('Week 38 September 20-24: Summary of linear regression methods '
'week-37-september-12-16-resampling-techniques-cross-validation-and-the-bootstrap'),
('Week 38 September 19-23: Summary of linear regression methods '
'and start Logistic Regression',
2,
None,
'week-38-september-20-24-summary-of-linear-regression-methods-and-start-logistic-regression'),
('Week 39 September 27- October 1: Logistic Regression and '
'Gradient methods',
'week-38-september-19-23-summary-of-linear-regression-methods-and-start-logistic-regression'),
('Week 39 September 26-30: Logistic Regression and Gradient '
'methods',
2,
None,
'week-39-september-27-october-1-logistic-regression-and-gradient-methods'),
('Week 40 October 4-8: Stochastic Gradient Descent and Neural '
'week-39-september-26-30-logistic-regression-and-gradient-methods'),
('Week 40 October 3-7: Stochastic Gradient Descent and Neural '
'Networks, starting to build a multi-layer Perceptron model, '
'the Back Propagation algoritm',
2,
None,
'week-40-october-4-8-stochastic-gradient-descent-and-neural-networks-starting-to-build-a-multi-layer-perceptron-model-the-back-propagation-algoritm'),
('Week 41 October 11-15: Building a multi-layer perceptron code '
'week-40-october-3-7-stochastic-gradient-descent-and-neural-networks-starting-to-build-a-multi-layer-perceptron-model-the-back-propagation-algoritm'),
('Week 41 October 10-14: Building a multi-layer perceptron code '
'and introduction to Tensorflow',
2,
None,
'week-41-october-11-15-building-a-multi-layer-perceptron-code-and-introduction-to-tensorflow'),
('Week 42 October 18-22: Deep learning, Solving Differential '
'week-41-october-10-14-building-a-multi-layer-perceptron-code-and-introduction-to-tensorflow'),
('Week 42 October 17-21: Deep learning, Solving Differential '
'Equations with NNs and Convolutional Neural Networks)',
2,
None,
'week-42-october-18-22-deep-learning-solving-differential-equations-with-nns-and-convolutional-neural-networks'),
('Week 43 October 25-29: Deep learning, Convolutional Neural '
'week-42-october-17-21-deep-learning-solving-differential-equations-with-nns-and-convolutional-neural-networks'),
('Week 43 October 24-28: Deep learning, Convolutional Neural '
'Networks and Recurrent Neural Networks, Principal Component '
'Analysis',
2,
None,
'week-43-october-25-29-deep-learning-convolutional-neural-networks-and-recurrent-neural-networks-principal-component-analysis'),
('Week 44 November 1-5: Principal Component analysis, Clustering '
'and Decision Trees',
'week-43-october-24-28-deep-learning-convolutional-neural-networks-and-recurrent-neural-networks-principal-component-analysis'),
('Week 44 October 31- November 4: Principal Component analysis, '
'Clustering and Decision Trees',
2,
None,
'week-44-november-1-5-principal-component-analysis-clustering-and-decision-trees'),
('Week 45 November 8-12: Decision Trees, Random Forests and '
'week-44-october-31-november-4-principal-component-analysis-clustering-and-decision-trees'),
('Week 45 November 7-11: Decision Trees, Random Forests and '
'Gradient Boosting',
2,
None,
'week-45-november-8-12-decision-trees-random-forests-and-gradient-boosting'),
('Week 46 November 15-19: Gradient boosting and Support Vector '
'week-45-november-7-11-decision-trees-random-forests-and-gradient-boosting'),
('Week 46 November 14-18: Gradient boosting and Support Vector '
'Machines',
2,
None,
'week-46-november-15-19-gradient-boosting-and-support-vector-machines'),
('Week 47 November 22-26: Support Vector Machines and Summary of '
'week-46-november-14-18-gradient-boosting-and-support-vector-machines'),
('Week 47 November 21-25: Support Vector Machines and Summary of '
'Course with Future Perspectives',
2,
None,
'week-47-november-22-26-support-vector-machines-and-summary-of-course-with-future-perspectives'),
'week-47-november-21-25-support-vector-machines-and-summary-of-course-with-future-perspectives'),
('Textbook', 2, None, 'textbook'),
('Projects Fall 2021 (dates are tentative)',
('Projects Fall 2022 (dates are tentative)',
2,
None,
'projects-fall-2021-dates-are-tentative'),
('Project 1, Deadline October 11 (available September 10)',
'projects-fall-2022-dates-are-tentative'),
('Project 1, Deadline October 7 (available September 3)',
3,
None,
'project-1-deadline-october-11-available-september-10'),
('Project 2, Deadline November 20 (available October 12)',
'project-1-deadline-october-7-available-september-3'),
('Project 2, Deadline November 11 (available October 7)',
3,
None,
'project-2-deadline-november-20-available-october-12'),
('Project 3, Deadline December 17 (available November 13)',
'project-2-deadline-november-11-available-october-7'),
('Project 3, Deadline December 9 (available November 11)',
3,
None,
'project-3-deadline-december-17-available-november-13')]}
'project-3-deadline-december-9-available-november-11')]}
end of tocinfo -->
<body>
@@ -228,7 +228,7 @@ end of tocinfo -->
<br>
<p>The teaching material is produced in various formats for running codes (jupyter notebooks) and on-screen reading. Below you will also find a link to the lecture notes as a textbook in PDF format and as a jupyter notebook as well. Projects and exercise sets are also included.</p>
<h2 id="week-34-august-23-27-basic-introduction-to-the-course-with-schedule-etc-and-start-linear-regression">Week 34 August 23-27:Basic introduction to the course with schedule etc and start Linear Regression </h2>
<h2 id="week-34-august-22-26-basic-introduction-to-the-course-with-schedule-etc-and-start-linear-regression">Week 34 August 22-26:Basic introduction to the course with schedule etc and start Linear Regression </h2>
<ul>
<li> HTML:</li>
@@ -242,7 +242,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week34/ipynb/week34.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-35-august-30-september-3-linear-regression-from-ordinary-least-squares-to-ridge-and-lasso-regression">Week 35 August 30- September 3: Linear regression, from ordinary Least Squares to Ridge and Lasso Regression </h2>
<h2 id="week-35-august-29-september-2-linear-regression-from-ordinary-least-squares-to-ridge-and-lasso-regression">Week 35 August 29- September 2: Linear regression, from ordinary Least Squares to Ridge and Lasso Regression </h2>
<ul>
<li> HTML:</li>
@@ -256,7 +256,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week35/ipynb/week35.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-36-september-6-10-statistical-analysis-and-discussion-of-ridge-and-lasso-regression">Week 36 September 6-10: Statistical analysis and discussion of Ridge and Lasso regression </h2>
<h2 id="week-36-september-5-9-statistical-analysis-and-discussion-of-ridge-and-lasso-regression">Week 36 September 5-9: Statistical analysis and discussion of Ridge and Lasso regression </h2>
<ul>
<li> HTML:</li>
@@ -270,7 +270,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week36/ipynb/week36.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-37-september-13-17-resampling-techniques-cross-validation-and-the-bootstrap">Week 37 September 13-17: Resampling techniques, Cross-validation and the Bootstrap </h2>
<h2 id="week-37-september-12-16-resampling-techniques-cross-validation-and-the-bootstrap">Week 37 September 12-16: Resampling techniques, Cross-validation and the Bootstrap </h2>
<ul>
<li> HTML:</li>
@@ -284,7 +284,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week37/ipynb/week37.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-38-september-20-24-summary-of-linear-regression-methods-and-start-logistic-regression">Week 38 September 20-24: Summary of linear regression methods and start Logistic Regression </h2>
<h2 id="week-38-september-19-23-summary-of-linear-regression-methods-and-start-logistic-regression">Week 38 September 19-23: Summary of linear regression methods and start Logistic Regression </h2>
<ul>
<li> HTML:</li>
@@ -298,7 +298,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week38/ipynb/week38.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-39-september-27-october-1-logistic-regression-and-gradient-methods">Week 39 September 27- October 1: Logistic Regression and Gradient methods </h2>
<h2 id="week-39-september-26-30-logistic-regression-and-gradient-methods">Week 39 September 26-30: Logistic Regression and Gradient methods </h2>
<ul>
<li> HTML:</li>
@@ -312,7 +312,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week39/ipynb/week39.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-40-october-4-8-stochastic-gradient-descent-and-neural-networks-starting-to-build-a-multi-layer-perceptron-model-the-back-propagation-algoritm">Week 40 October 4-8: Stochastic Gradient Descent and Neural Networks, starting to build a multi-layer Perceptron model, the Back Propagation algoritm </h2>
<h2 id="week-40-october-3-7-stochastic-gradient-descent-and-neural-networks-starting-to-build-a-multi-layer-perceptron-model-the-back-propagation-algoritm">Week 40 October 3-7: Stochastic Gradient Descent and Neural Networks, starting to build a multi-layer Perceptron model, the Back Propagation algoritm </h2>
<ul>
<li> HTML:</li>
@@ -326,7 +326,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week40/ipynb/week40.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-41-october-11-15-building-a-multi-layer-perceptron-code-and-introduction-to-tensorflow">Week 41 October 11-15: Building a multi-layer perceptron code and introduction to Tensorflow </h2>
<h2 id="week-41-october-10-14-building-a-multi-layer-perceptron-code-and-introduction-to-tensorflow">Week 41 October 10-14: Building a multi-layer perceptron code and introduction to Tensorflow </h2>
<ul>
<li> HTML:</li>
@@ -340,7 +340,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week41/ipynb/week41.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-42-october-18-22-deep-learning-solving-differential-equations-with-nns-and-convolutional-neural-networks">Week 42 October 18-22: Deep learning, Solving Differential Equations with NNs and Convolutional Neural Networks) </h2>
<h2 id="week-42-october-17-21-deep-learning-solving-differential-equations-with-nns-and-convolutional-neural-networks">Week 42 October 17-21: Deep learning, Solving Differential Equations with NNs and Convolutional Neural Networks) </h2>
<ul>
<li> HTML:</li>
@@ -354,7 +354,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week42/ipynb/week42.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-43-october-25-29-deep-learning-convolutional-neural-networks-and-recurrent-neural-networks-principal-component-analysis">Week 43 October 25-29: Deep learning, Convolutional Neural Networks and Recurrent Neural Networks, Principal Component Analysis </h2>
<h2 id="week-43-october-24-28-deep-learning-convolutional-neural-networks-and-recurrent-neural-networks-principal-component-analysis">Week 43 October 24-28: Deep learning, Convolutional Neural Networks and Recurrent Neural Networks, Principal Component Analysis </h2>
<ul>
<li> HTML:</li>
@@ -368,7 +368,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week43/ipynb/week43.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-44-november-1-5-principal-component-analysis-clustering-and-decision-trees">Week 44 November 1-5: Principal Component analysis, Clustering and Decision Trees </h2>
<h2 id="week-44-october-31-november-4-principal-component-analysis-clustering-and-decision-trees">Week 44 October 31- November 4: Principal Component analysis, Clustering and Decision Trees </h2>
<ul>
<li> HTML:</li>
@@ -382,7 +382,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week44/ipynb/week44.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-45-november-8-12-decision-trees-random-forests-and-gradient-boosting">Week 45 November 8-12: Decision Trees, Random Forests and Gradient Boosting </h2>
<h2 id="week-45-november-7-11-decision-trees-random-forests-and-gradient-boosting">Week 45 November 7-11: Decision Trees, Random Forests and Gradient Boosting </h2>
<ul>
<li> HTML:</li>
@@ -396,7 +396,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week45/ipynb/week45.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-46-november-15-19-gradient-boosting-and-support-vector-machines">Week 46 November 15-19: Gradient boosting and Support Vector Machines </h2>
<h2 id="week-46-november-14-18-gradient-boosting-and-support-vector-machines">Week 46 November 14-18: Gradient boosting and Support Vector Machines </h2>
<ul>
<li> HTML:</li>
@@ -410,7 +410,7 @@ end of tocinfo -->
<li> <a href="https://compphysics.github.io/MachineLearning/doc/pub/week46/ipynb/week46.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h2 id="week-47-november-22-26-support-vector-machines-and-summary-of-course-with-future-perspectives">Week 47 November 22-26: Support Vector Machines and Summary of Course with Future Perspectives </h2>
<h2 id="week-47-november-21-25-support-vector-machines-and-summary-of-course-with-future-perspectives">Week 47 November 21-25: Support Vector Machines and Summary of Course with Future Perspectives </h2>
<ul>
<li> HTML:</li>
@@ -437,56 +437,56 @@ end of tocinfo -->
</ul>
</ul>
<!-- !split -->
<h2 id="projects-fall-2021-dates-are-tentative">Projects Fall 2021 (dates are tentative) </h2>
<h3 id="project-1-deadline-october-11-available-september-10">Project 1, Deadline October 11 (available September 10) </h3>
<h2 id="projects-fall-2022-dates-are-tentative">Projects Fall 2022 (dates are tentative) </h2>
<h3 id="project-1-deadline-october-7-available-september-3">Project 1, Deadline October 7 (available September 3) </h3>
<ul>
<li> LaTeX and PDF:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/pdf/Project1.tex" target="_self">LaTex file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/pdf/Project1.pdf" target="_self">PDF file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/pdf/Project1.tex" target="_self">LaTex file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/pdf/Project1.pdf" target="_self">PDF file</a></li>
</ul>
<li> HTML:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/html/Project1.html" target="_self">Plain html</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/html/Project1-bs.html" target="_self">Bootstrap slide style, easy for reading on mobile devices</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/html/Project1.html" target="_self">Plain html</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/html/Project1-bs.html" target="_self">Bootstrap slide style, easy for reading on mobile devices</a></li>
</ul>
<li> Jupyter notebook:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/ipynb/Project1.ipynb" target="_self">ipynb file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/ipynb/Project1.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h3 id="project-2-deadline-november-20-available-october-12">Project 2, Deadline November 20 (available October 12) </h3>
<h3 id="project-2-deadline-november-11-available-october-7">Project 2, Deadline November 11 (available October 7) </h3>
<ul>
<li> LaTeX and PDF:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/pdf/Project2.tex" target="_self">Latex file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/pdf/Project2.pdf" target="_self">PDF file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/pdf/Project2.tex" target="_self">Latex file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/pdf/Project2.pdf" target="_self">PDF file</a></li>
</ul>
<li> HTML:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/html/Project2.html" target="_self">Plain html</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/html/Project2-bs.html" target="_self">Bootstrap slide style, easy for reading on mobile devices</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/html/Project2.html" target="_self">Plain html</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/html/Project2-bs.html" target="_self">Bootstrap slide style, easy for reading on mobile devices</a></li>
</ul>
<li> Jupyter notebook:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/ipynb/Project2.ipynb" target="_self">ipynb file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/ipynb/Project2.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<h3 id="project-3-deadline-december-17-available-november-13">Project 3, Deadline December 17 (available November 13) </h3>
<h3 id="project-3-deadline-december-9-available-november-11">Project 3, Deadline December 9 (available November 11) </h3>
<ul>
<li> LaTeX and PDF:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/pdf/Project3.tex" target="_self">LaTex file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/pdf/Project3.pdf" target="_self">PDF file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/pdf/Project3.tex" target="_self">LaTex file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/pdf/Project3.pdf" target="_self">PDF file</a></li>
</ul>
<li> HTML:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/html/Project3.html" target="_self">Plain html</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/html/Project3-bs.html" target="_self">Bootstrap slide style, easy for reading on mobile devices</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/html/Project3.html" target="_self">Plain html</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/html/Project3-bs.html" target="_self">Bootstrap slide style, easy for reading on mobile devices</a></li>
</ul>
<li> Jupyter notebook:</li>
<ul>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/ipynb/Project3.ipynb" target="_self">ipynb file</a></li>
<li> <a href="http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/ipynb/Project3.ipynb" target="_self">ipynb file</a></li>
</ul>
</ul>
<!-- ------------------- end of main content --------------- -->
+33 -33
View File
@@ -15,7 +15,7 @@ The teaching material is produced in various formats for running codes (jupyter
===== Week 34 August 23-27:Basic introduction to the course with schedule etc and start Linear Regression =====
===== Week 34 August 22-26:Basic introduction to the course with schedule etc and start Linear Regression =====
@@ -27,7 +27,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week34/ipynb/week34.ipynb"
===== Week 35 August 30- September 3: Linear regression, from ordinary Least Squares to Ridge and Lasso Regression =====
===== Week 35 August 29- September 2: Linear regression, from ordinary Least Squares to Ridge and Lasso Regression =====
@@ -39,7 +39,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week35/ipynb/week35.ipynb"
===== Week 36 September 6-10: Statistical analysis and discussion of Ridge and Lasso regression =====
===== Week 36 September 5-9: Statistical analysis and discussion of Ridge and Lasso regression =====
@@ -51,7 +51,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week36/ipynb/week36.ipynb"
===== Week 37 September 13-17: Resampling techniques, Cross-validation and the Bootstrap =====
===== Week 37 September 12-16: Resampling techniques, Cross-validation and the Bootstrap =====
@@ -63,7 +63,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week37/ipynb/week37.ipynb"
===== Week 38 September 20-24: Summary of linear regression methods and start Logistic Regression =====
===== Week 38 September 19-23: Summary of linear regression methods and start Logistic Regression =====
@@ -75,7 +75,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week38/ipynb/week38.ipynb"
===== Week 39 September 27- October 1: Logistic Regression and Gradient methods =====
===== Week 39 September 26-30: Logistic Regression and Gradient methods =====
@@ -87,7 +87,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week39/ipynb/week39.ipynb"
===== Week 40 October 4-8: Stochastic Gradient Descent and Neural Networks, starting to build a multi-layer Perceptron model, the Back Propagation algoritm =====
===== Week 40 October 3-7: Stochastic Gradient Descent and Neural Networks, starting to build a multi-layer Perceptron model, the Back Propagation algoritm =====
@@ -99,7 +99,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week40/ipynb/week40.ipynb"
===== Week 41 October 11-15: Building a multi-layer perceptron code and introduction to Tensorflow =====
===== Week 41 October 10-14: Building a multi-layer perceptron code and introduction to Tensorflow =====
@@ -111,7 +111,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week41/ipynb/week41.ipynb"
===== Week 42 October 18-22: Deep learning, Solving Differential Equations with NNs and Convolutional Neural Networks) =====
===== Week 42 October 17-21: Deep learning, Solving Differential Equations with NNs and Convolutional Neural Networks) =====
@@ -123,7 +123,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week42/ipynb/week42.ipynb"
===== Week 43 October 25-29: Deep learning, Convolutional Neural Networks and Recurrent Neural Networks, Principal Component Analysis =====
===== Week 43 October 24-28: Deep learning, Convolutional Neural Networks and Recurrent Neural Networks, Principal Component Analysis =====
@@ -135,7 +135,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week43/ipynb/week43.ipynb"
===== Week 44 November 1-5: Principal Component analysis, Clustering and Decision Trees =====
===== Week 44 October 31- November 4: Principal Component analysis, Clustering and Decision Trees =====
@@ -147,7 +147,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week44/ipynb/week44.ipynb"
===== Week 45 November 8-12: Decision Trees, Random Forests and Gradient Boosting =====
===== Week 45 November 7-11: Decision Trees, Random Forests and Gradient Boosting =====
@@ -159,7 +159,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week45/ipynb/week45.ipynb"
===== Week 46 November 15-19: Gradient boosting and Support Vector Machines =====
===== Week 46 November 14-18: Gradient boosting and Support Vector Machines =====
@@ -171,7 +171,7 @@ The teaching material is produced in various formats for running codes (jupyter
* "ipynb file": "https://compphysics.github.io/MachineLearning/doc/pub/week46/ipynb/week46.ipynb"
===== Week 47 November 22-26: Support Vector Machines and Summary of Course with Future Perspectives =====
===== Week 47 November 21-25: Support Vector Machines and Summary of Course with Future Perspectives =====
@@ -196,39 +196,39 @@ The teaching material is produced in various formats for running codes (jupyter
!split
===== Projects Fall 2021 (dates are tentative) =====
===== Projects Fall 2022 (dates are tentative) =====
=== Project 1, Deadline October 11 (available September 10) ===
=== Project 1, Deadline October 7 (available September 3) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/pdf/Project1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/pdf/Project1.pdf"
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/pdf/Project1.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/pdf/Project1.pdf"
* HTML:
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/html/Project1.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/html/Project1-bs.html"
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/html/Project1.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/html/Project1-bs.html"
* Jupyter notebook:
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project1/ipynb/Project1.ipynb"
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project1/ipynb/Project1.ipynb"
=== Project 2, Deadline November 20 (available October 12) ===
=== Project 2, Deadline November 11 (available October 7) ===
* LaTeX and PDF:
* "Latex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/pdf/Project2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/pdf/Project2.pdf"
* "Latex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/pdf/Project2.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/pdf/Project2.pdf"
* HTML:
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/html/Project2.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/html/Project2-bs.html"
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/html/Project2.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/html/Project2-bs.html"
* Jupyter notebook:
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project2/ipynb/Project2.ipynb"
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project2/ipynb/Project2.ipynb"
=== Project 3, Deadline December 17 (available November 13) ===
=== Project 3, Deadline December 9 (available November 11) ===
* LaTeX and PDF:
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/pdf/Project3.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/pdf/Project3.pdf"
* "LaTex file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/pdf/Project3.tex"
* "PDF file":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/pdf/Project3.pdf"
* HTML:
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/html/Project3.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/html/Project3-bs.html"
* "Plain html":"http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/html/Project3.html"
* "Bootstrap slide style, easy for reading on mobile devices": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/html/Project3-bs.html"
* Jupyter notebook:
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2021/Project3/ipynb/Project3.ipynb"
* "ipynb file": "http://compphysics.github.io/MachineLearning/doc/Projects/2022/Project3/ipynb/Project3.ipynb"