README.md

NNEvol

Travis build status Codecov test coverage

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.

Installation

You can install the released version of NNEvol from CRAN with:

install.packages("NNEvol")

Not working actually...

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("cvazquezlos/NNEvol")

Introduction

This library just has an unique function: get_best_nn. It receives some parameters:



cvazquezlos/NNEvol documentation built on Nov. 4, 2019, 9:20 a.m.