From 6f12bbd4366e22cf3ac30ddc68647804fc7232b5 Mon Sep 17 00:00:00 2001
From: sigjo290 <sigjo290@student.liu.se>
Date: Tue, 10 Dec 2024 20:39:09 +0100
Subject: [PATCH] Lab 3: Added lab notes

---
 lab3/lab-notes.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 lab3/lab-notes.md

diff --git a/lab3/lab-notes.md b/lab3/lab-notes.md
new file mode 100644
index 0000000..3e7fc45
--- /dev/null
+++ b/lab3/lab-notes.md
@@ -0,0 +1,12 @@
+Assignment 4
+
+4.1
+Results look good. reed curve is almost the same as blue. 10 hidden units seem to be quite suffiecient. Some off points between 5 and 7.
+
+4.2
+h1 gives a very bad predictions of e learned NN on the test data.
+
+h2: The ReLU function does not have defined derivative when max(0,x) is used. Instead ifelse(x>0,x,0) is used. The prediction is quite good for Var < 4 but then off.
+
+h3: Good predctions for all Var, but not as good as sigmoid as activation function.
+
-- 
GitLab