model.captcha: Model image captcha using keras

Description Usage Arguments

Description

Tries to adjust an automatic model using keras

Usage

1
2
3
4
## S3 method for class 'captcha'
model(prepared_data, n_test = prepared_data$n * 0.1,
  n_epochs = 30, n_units = 256, batch_size = 64, save_model = TRUE,
  save_path = "model.hdf5", verbose = TRUE)

Arguments

prepared_data

prepared data

n_test

test data size

n_epochs

maximum number of epochs

n_units

number of units to consider in dense layer

batch_size

number of observations to consider in each iteration

save_model

logical. save model on disk?

save_path

path to save model

verbose

print model specification


marceloturim/decryptr documentation built on May 14, 2019, 5:26 p.m.