Displaying 2 results from an estimated 2 matches for "maxpulse".
Did you mean:
max_use
2007 Jun 06
2
shorting flash time
Is there anyway to change the "flash" time on a TDM400 phone port (a
user has a phone that seems to generate a short flash which isn't being
picked up).
Steve
--
NetTek Ltd UK mob +44-(0)7775 755503
UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455
Skype/GoogleTalk/AIM/Gizmo/Mac stevekennedyuk / MSN steve@gbnet.net
Euro Tech News Blog
2009 Jun 01
1
installing sn package
...,9.4,56,186,188,
48,61.24,47.92,11.5,52,170,176,
52,82.78,47.467,10.5,53,170,172
)
fitness2 <- data.frame(matrix(fitness,nrow = 31, byrow = TRUE))
colnames(fitness2) <- c("Age","Weight","Oxygen","RunTime","RestPulse","RunPulse","MaxPulse")
attach(fitness2)
## Create the input dataset
indep <- fitness2[,-3]
## Create the neural network structure
net.start <- newff(n.neurons=c(6,6,6,1),?????
???????????? learning.rate.global=1e-2,???????
???????????? momentum.global=0.5,?????????????
???????????? error.criterium="...