From 956670ec47cf7c227c9448df7cc69a42117e7db4 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Mon, 29 Jun 2020 08:51:11 +0200 Subject: [PATCH] to do for neural networks --- doc/src/NeuralNet/NeuralNet.do.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/src/NeuralNet/NeuralNet.do.txt b/doc/src/NeuralNet/NeuralNet.do.txt index 0403336ce..03fc84106 100644 --- a/doc/src/NeuralNet/NeuralNet.do.txt +++ b/doc/src/NeuralNet/NeuralNet.do.txt @@ -3,6 +3,19 @@ AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of DATE: today +!split +===== To do list ===== + +* write code for single perceptron model and make link with linear regression +* revise initial info and add references +* Update tensorflow material, with keras +* think of adding material about pytorch +* rework pulsar example and breast cancer example +* add ising model example for both regression and classification +* make data on gravitational problem, add reference to articles on uncovering physical laws from ML +* think of genetic data + + !split ===== Neural networks =====