Skip to content

Commit 4c284d9

Browse files
committed
Update week48.do.txt
1 parent 62d1c50 commit 4c284d9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/src/week48/week48.do.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TITLE: Week 48: Support Vector Machines and Summary of course
2-
AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of Physics, University of Oslo, Norway
1+
TITLE: Week 48: Gradient boosting and summary of course
2+
AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of Physics and Center for Computing in Science Education, University of Oslo, Norway
33
DATE: today
44

55
!split
@@ -14,7 +14,7 @@ DATE: today
1414
!eblock
1515

1616
!bblock Plans for the lecture Monday 25 November, with video suggestions etc
17-
o Bossting and gradient boosting and ensemble models
17+
o Boosting and gradient boosting and ensemble models
1818
o Summary of course
1919
o Readings and Videos:
2020
o These lecture notes at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week47/ipynb/week48.ipynb"
@@ -852,7 +852,7 @@ o Central elements from linear algebra, matrix inversion and SVD
852852
o Gradient methods for data optimization
853853
o Estimation of errors using cross-validation, bootstrapping and jackknife methods;
854854
o Practical optimization using Singular-value decomposition and least squares for parameterizing data.
855-
o Principal Component Analysis to reduce the number of features.
855+
o Not discussed: Principal Component Analysis to reduce the number of features.
856856

857857
!split
858858
===== Machine learning =====
@@ -872,7 +872,7 @@ o Decisions trees and ensemble methods:
872872
o Bagging and voting
873873
o Random forests
874874
o Boosting and gradient boosting
875-
o Support vector machines
875+
o Not discussed this year: Support vector machines
876876
o Binary classification and multiclass classification
877877
o Kernel methods
878878
o Regression
@@ -894,19 +894,19 @@ ethical conduct is emphasized throughout the course.
894894
* Understand linear methods for regression and classification;
895895
* Learn about neural network;
896896
* Learn about bagging, boosting and trees
897-
* Support vector machines
897+
#* Support vector machines
898898
* Learn about basic data analysis;
899899
* Be capable of extending the acquired knowledge to other systems and cases;
900900
* Have an understanding of central algorithms used in data analysis and machine learning;
901-
* Work on numerical projects to illustrate the theory. The projects play a central role and you are expected to know modern programming languages like Python or C++.
901+
* Work on numerical projects to illustrate the theory. The projects play a central role.
902902

903903

904904

905905
!split
906906
===== Perspective on Machine Learning =====
907907

908908
o Rapidly emerging application area
909-
o Experiment AND theory are evolving in many many fields. Still many low-hanging fruits.
909+
o Experiment AND theory are evolving in many many fields.
910910
o Requires education/retraining for more widespread adoption
911911
o A lot of “word-of-mouth” development methods
912912

@@ -933,7 +933,7 @@ o "Follow ML on ArXiv":"https://arxiv.org/list/cs.LG/recent"
933933

934934
o Identify problem type: classification, regression
935935
o Consider your data carefully
936-
o Choose a simple model that fits 1. and 2.
936+
o Choose a simple model that fits 1 and 2
937937
o Consider your data carefully again! Think of data representation more carefully.
938938
o Based on your results, feedback loop to earliest possible point
939939

@@ -962,9 +962,9 @@ o When to do train/test split?
962962

963963

964964
!split
965-
===== Which Activation and Weights to Choose in Neural Networks =====
965+
===== Which activation and weights to choose in neural networks =====
966966

967-
o RELU? ELU?
967+
o RELU? ELU? GELU? etc
968968
o Sigmoid or Tanh?
969969
o Set all weights to 0?
970970
* Terrible idea

0 commit comments

Comments
 (0)