# Sets up the neural network with the recommended settings:
model_1 <- lcNN()
# Sets up a fully customized netural network:
model_2 <- lcNN(activation = "tanh",
model_type = "CNN",
loss_type = "Poisson",
q_e = 5,
q_z1 = 25)
# These models can be used for fitting.
Run the code above in your browser using DataLab