Skip to content

Commit

Permalink
Updated the S3 function warnings and added the the logistics data sim…
Browse files Browse the repository at this point in the history
…ulation to vignette file.

UofUEpiBio/PHS7045-advanced-programming#13
  • Loading branch information
SinghRavin committed Mar 29, 2023
1 parent bcc99f5 commit 09ae04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/BackPropNN.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data <- data.frame(X1, X2, Y)
```{r}
set.seed(100)
i <- 2 # number of input nodes
h <- 4 # number of hidden nodes
h <- 8 # number of hidden nodes
o <- 1 # number of output nodes
learning_rate <- 0.1 # The learning rate of the algorithm
activation_func <- "sigmoid" # the activation function
Expand Down

0 comments on commit 09ae04a

Please sign in to comment.