Description Usage Arguments Value Author(s)
define and compile keras model
1 | build_model(units, activation, input_shape, loss, optimizer)
|
units |
vector list with number of neurons per layer (last layer has to be 1) |
activation |
Activation function (either native from keras or custom) |
input_shape |
number of neurons in the input layer, read from the pre processed dataset |
loss |
loss function name (defaul: mean_absolute_error) |
optimizer |
Keras optimizer |
Untrained model
Marcos Alves
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.