kerasformula icon indicating copy to clipboard operation
kerasformula copied to clipboard

A high-level interface to keras for R that takes advantage of formulas

Results 5 kerasformula issues
Sort by recently updated
recently updated
newest added

I am trying to replicate the AWS Movie Data example with kerasformula, but unfortunately the data no longer seems to be available: ``` movies

Version 1.5.1 of the package has failed some checks when last uploaded to CRAN and as a result the package was removed from the CRAN repo. ``` Package ‘kerasformula’ was...

`kerasformula` is currently experiencing some compatibility issues with `Python 3.x` (and/or certain versions of `keras`). `kerasformula` has the best track record with `Python 2.7` however getting `R` to use that...

kms's default dense model in the imdb example code throws an error: ``` > out_dense = kms("V1 ~ .", data = imdb_df[demo_sample, ], Nepochs = 2) Set session seed to...

Idea. 1. When optimizing the hyperparameters of a neural network, remember that neurons are initialized by random numbers. Those.,with each creation of a neural network with the same hyperparameters, we...