ganarchist-0.1.0.0: Switching loss prediction of High-Voltage GaN Half-Bridges
Safe HaskellSafe-Inferred
LanguageHaskell2010

HyperParameters

Description

Hyper Parameters of Net

Synopsis

Documentation

φ :: Tensor -> Tensor Source #

Activation Function is Torch.mish

α :: Double Source #

Learning Rate

α' :: Tensor Source #

Learning Rate as Torch.Tensor

β1 :: Double Source #

Estimated Moment Decay

β2 :: Double Source #

Estimated Moment Decay

bs' :: Int Source #

Batch Size

type Optim = CppOptimizerState AdamOptions Source #

Type Alias for Adam C++ Optimizer

opt' :: AdamOptions Source #

Default Optimizer Options