knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of NNEvol is to solve one of the open problems in Machine and Deep Learning that is about "which does the best neural network architecture that fixes a given problem is?". NNEvol uses Grammar-Guided Genetic Programming for solving it.
You can install the released version of NNEvol from CRAN with:
install.packages("NNEvol")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("cvazquezlos/NNEvol")
This library just has an unique function: get_best_nn. It receives some parameters:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.