Skip to content
Snippets Groups Projects
Commit 25b3e4dd authored by Felix Ramnelöv's avatar Felix Ramnelöv
Browse files

Lab 3: Ready for hand-in

parent 750d287b
No related branches found
No related tags found
No related merge requests found
# Lab 3 block 1 of 732A99/TDDE01/732A68 Machine Learning
# Author: jose.m.pena@liu.se
# Made for teaching purposes
library(kernlab)
set.seed(1234567890)
......
......@@ -172,8 +172,6 @@ pred1[order(pred1)][1]
nn$weights
# Large weights -> logistic activation function caps -> covergance for high x
# ----5.----
Var2 <- runif(500, 0, 10)
......@@ -211,6 +209,4 @@ legend(
pch = 1,
pt.cex = c(1, 1),
cex = 1
)
# One-to-many mapping from sin(x) to x, e.g. both sin(0) and sin(2pi) equals 0
)
\ No newline at end of file
Version: 1.0
ProjectId: 598f07a6-5d65-4ccd-9ca5-2f91fe53bbae
RestoreWorkspace: Default
SaveWorkspace: Default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment