oa::Dropout

module. training applies inverted dropout; evaluation is identity.

Inheritance

public Module

Public Methods

oa::Matrix oa::Dropout::forward(const oa::Matrix & inInput)

Constructor & Destructor Documentation

oa::Dropout::Dropout( oa::F32 inProbability = 0.1F )
No public source comment is attached to this declaration.

Parameters

inProbability
oa::F32

Default: 0.1F

Public Method Documentation

oa::Matrix oa::Dropout::forward( const oa::Matrix & inInput )
No public source comment is attached to this declaration.

Parameters

inInput
const oa::Matrix &

Returns

oa::Matrix

The declared return value.