Dropout Type

A model which during training, randomly zeroes some of the elements of the input tensor with probability p using samples from a Bernoulli distribution.

Constructors

Constructor Description

Dropout(?p)

Full Usage: Dropout(?p)

Parameters:
    ?p : double

Returns: Dropout
?p : double
Returns: Dropout

© Copyright 2021, DiffSharp Contributors.