DiffSharp


Linear Type

Namespace: DiffSharp.Model

Assembly: DiffSharp.Core.dll


Base Type: Model

Constructors

Constructor Description
Linear(inFeatures, outFeatures, ?bias)
Full Usage:
Linear(inFeatures, outFeatures, ?bias) Parameter Types:
  • inFeatures : int
  • outFeatures : int
  • ?bias : bool

Return Type: Linear
Signature: (inFeatures: int * outFeatures: int * bias: bool) -> Linear
Parameter Types:
  • inFeatures : int
  • outFeatures : int
  • ?bias : bool
Return Type: Linear