Dense Neural Network

This module belongs to the "Deep Learning "category.

Description

The Dense Neural Network module is used for initiating a DNN estimator instance .

Parameters

Output Layer Activation functions:

The output layer activation functions can be:

  • linear

  • sigmoid

  • softmax

  • tanh

  • relu

  • elu

  • selu

Loss function

The loss function can be:

  • binary_xentropy

  • categorical_xentropy

  • sparse_categorical _xentropy

  • hinge

  • mae

  • cosine

Last updated