powered by
mlp_net
mlp_net(layers, name = NULL)
# create a 2-3-1 network net <- mlp_net(c(2, 3, 1)) # randomise weights net <- mlp_rnd_weights(net) # show basic information about the network show(net)
Run the code above in your browser using DataLab