setting up week 40

This commit is contained in:
mhjensen
2020-09-27 21:56:50 +02:00
parent 4180c24039
commit c249f07d66
3 changed files with 35 additions and 2 deletions
Binary file not shown.
+15 -2
View File
@@ -10,13 +10,26 @@
"<!-- Author: --> \n",
"**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n",
"\n",
"Date: **Sep 16, 2020**\n",
"Date: **Sep 27, 2020**\n",
"\n",
"Copyright 1999-2020, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license\n",
"\n",
"\n",
"\n",
"\n",
"## Plan for week 40\n",
"\n",
"* Thursday: Stochastic Gradient descent with examples and automatic differeantion and begin Neural Networks \n",
"\n",
"* Friday: Neural Networks, setting up the basic steps\n",
"\n",
"Reading suggestions for both days: [Aurelien Geron's chapter 10](https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf) and Hastie et al chapter 11.\n",
"\n",
"## Overview video for week 40\n",
"\n",
"[Overview Video, fro Stochastic Gradient methods to Neural Networks](https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h20/forelesningsvideoer/OverarchingAimsWeek40.mp4?vrtx=view-as-webpage)\n",
"\n",
"\n",
"\n",
"## Neural networks\n",
"\n",
@@ -3312,5 +3325,5 @@
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
+20
View File
@@ -3,6 +3,21 @@ AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of
DATE: today
!split
===== Plan for week 40 =====
* Thursday: Stochastic Gradient descent with examples and automatic differeantion and begin Neural Networks
* Friday: Neural Networks, setting up the basic steps
Reading suggestions for both days: "Aurelien Geron's chapter 10":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" and Hastie et al chapter 11.
!split
===== Overview video for week 40 =====
"Overview Video, fro Stochastic Gradient methods to Neural Networks":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h20/forelesningsvideoer/OverarchingAimsWeek40.mp4?vrtx=view-as-webpage"
!split
===== Neural networks =====
@@ -2452,3 +2467,8 @@ Here we list some of the important limitations of supervised neural network base
Some of these remarks are particular to DNNs, others are shared by all supervised learning methods. This motivates the use of unsupervised methods which in part circumvent these problems.