regressoR (version 1.1.7)

nn_plot: nn_plot

Description

generates the code to create the graph of the neural network.

Usage

nn_plot(model.var = "modelo.nn")

Arguments

model.var

the name of the variable that stores the resulting model.

Examples

Run this code
# NOT RUN {
library(neuralnet)
library(dummies)
library(dplyr)

x <- nn_model('iris', 'Petal.Length','modelo.nn', 'mean.nn', 'sd.nn', 0.05, 2000, 3, 10, 10, 10)
exe(x)

x <- nn_plot('modelo.nn')
exe(x)
# }

Run the code above in your browser using DataCamp Workspace