updated can notes

This commit is contained in:
mhjensen
2019-10-03 13:33:48 +02:00
parent 24e9d18d54
commit a20960aa4a
212 changed files with 27388 additions and 13783 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ AUTHOR: "Morten Hjorth-Jensen":"http://mhjgit.github.io/info/doc/web/" at Depart
<%
pub_url = 'https://compphysics.github.io/MachineLearning/doc/pub'
published = ['Intro2Course', 'Introduction', 'How2ReadData', 'Linalg', 'Statistics', 'Regression', 'Splines', 'LogReg', 'NeuralNet', 'DimRed', 'DecisionTrees', 'svm', 'BM', 'Recurrent', 'Autoencoders', 'Reinforce', 'odenn', 'Bayesian', 'summary',]
published = ['Intro2Course', 'Introduction', 'How2ReadData', 'Linalg', 'Statistics', 'Regression', 'Splines', 'LogReg', 'NeuralNet', 'cnn', 'DimRed', 'DecisionTrees', 'svm', 'BM', 'Recurrent', 'Autoencoders', 'Reinforce', 'odenn', 'Bayesian', 'summary',]
chapters = {
'Intro2Course': 'Basic introduction to the course with schedule etc',
'Introduction': 'Introduction to Data Analysis and Machine Learning',
@@ -15,6 +15,7 @@ chapters = {
'Splines': 'Gradient methods and Minimization Algorithms',
'LogReg': 'Logistic Regression',
'NeuralNet': 'Neural Networks',
'cnn': 'Convolutional Neural Networks',
'DimRed': 'Reduction of dimensionality',
'DecisionTrees': 'Decision Trees and Random Forests',
'svm': 'Support Vector Machines',