diff --git a/doc/web/course.dlog b/doc/web/course.dlog index ec2340005..b8b926661 100644 --- a/doc/web/course.dlog +++ b/doc/web/course.dlog @@ -231,3 +231,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 diff --git a/doc/web/course.do.txt b/doc/web/course.do.txt index e71c8516a..c02220f40 100644 --- a/doc/web/course.do.txt +++ b/doc/web/course.do.txt @@ -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 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, Elements of Statistics', - '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', - 'week44': 'Week 44 October 31- November 4: Decision Trees and Ensemble models', - 'week45': 'Week 45 November 7-11: Decision Trees, Random Forests and Gradient Boosting', - 'week46': 'Week 46 November 14-18: Support Vector Machines', - 'week47': 'Week 47 November 21-25: Support Vector Machines and unsupervised learning and Summary of Course with Future Perspectives', + 'week34': 'Week 34 August 21-25:Basic introduction to the course with schedule etc and start Linear Regression', + 'week35': 'Week 35 August 28- September 1: Linear regression, from ordinary Least Squares to Ridge and Lasso Regression, Elements of Statistics', + 'week36': 'Week 36 September 4-8: Statistical analysis and discussion of Ridge and Lasso regression', + 'week37': 'Week 37 September 11-15: Resampling techniques, Cross-validation and the Bootstrap', + 'week38': 'Week 38 September 18-22: Summary of linear regression methods and start Logistic Regression', + 'week39': 'Week 39 September 25-29: Logistic Regression and Gradient methods', + 'week40': 'Week 40 October 2-6: Stochastic Gradient Descent and Neural Networks, starting to build a multi-layer Perceptron model, the Back Propagation algoritm', + 'week41': 'Week 41 October 9-13: Building a multi-layer perceptron code and introduction to Tensorflow', + 'week42': 'Week 42 October 16-20: Deep learning, Solving Differential Equations with NNs and Convolutional Neural Networks)', + 'week43': 'Week 43 October 23-27: Deep learning, Convolutional Neural Networks and Recurrent Neural Networks', + 'week44': 'Week 44 October 30- November 3: Decision Trees and Ensemble models', + 'week45': 'Week 45 November 6-10: Decision Trees, Random Forests and Gradient Boosting', + 'week46': 'Week 46 November 13-17: Support Vector Machines', + 'week47': 'Week 47 November 20-24: Support Vector Machines and unsupervised learning and Summary of Course with Future Perspectives', } %> diff --git a/doc/web/course.html b/doc/web/course.html index 1dc64319a..ca5c4d1de 100644 --- a/doc/web/course.html +++ b/doc/web/course.html @@ -117,78 +117,78 @@ div.toc p,a {

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.

-

Week 34 August 22-26:Basic introduction to the course with schedule etc and start Linear Regression

+

Week 34 August 21-25: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, Elements of Statistics

+

Week 35 August 28- September 1: Linear regression, from ordinary Least Squares to Ridge and Lasso Regression, Elements of Statistics

-

Week 36 September 5-9: Statistical analysis and discussion of Ridge and Lasso regression

+

Week 36 September 4-8: Statistical analysis and discussion of Ridge and Lasso regression

-

Week 37 September 12-16: Resampling techniques, Cross-validation and the Bootstrap

+

Week 37 September 11-15: Resampling techniques, Cross-validation and the Bootstrap

-

Week 38 September 19-23: Summary of linear regression methods and start Logistic Regression

+

Week 38 September 18-22: Summary of linear regression methods and start Logistic Regression

-

Week 39 September 26-30: Logistic Regression and Gradient methods

+

Week 39 September 25-29: 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

+

Week 40 October 2-6: 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

+

Week 41 October 9-13: 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)

+

Week 42 October 16-20: 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

+

Week 43 October 23-27: Deep learning, Convolutional Neural Networks and Recurrent Neural Networks

-

Week 44 October 31- November 4: Decision Trees and Ensemble models

+

Week 44 October 30- November 3: Decision Trees and Ensemble models

-

Week 45 November 7-11: Decision Trees, Random Forests and Gradient Boosting

+

Week 45 November 6-10: Decision Trees, Random Forests and Gradient Boosting

-

Week 46 November 14-18: Support Vector Machines

+

Week 46 November 13-17: Support Vector Machines

-

Week 47 November 21-25: Support Vector Machines and unsupervised learning and Summary of Course with Future Perspectives

+

Week 47 November 20-24: Support Vector Machines and unsupervised learning and Summary of Course with Future Perspectives