次の方法で共有


MLP(Int32, Nullable<Int32>, Nullable<Int32>, Double) コンストラクター

定義

MLP クラスの新しいインスタンスを初期化します。

public MLP (int inFeatures, int? hiddenFeatures = default, int? outFeatures = default, double dropRatio = 0);
new Microsoft.ML.TorchSharp.AutoFormerV2.MLP : int * Nullable<int> * Nullable<int> * double -> Microsoft.ML.TorchSharp.AutoFormerV2.MLP
Public Sub New (inFeatures As Integer, Optional hiddenFeatures As Nullable(Of Integer) = Nothing, Optional outFeatures As Nullable(Of Integer) = Nothing, Optional dropRatio As Double = 0)

パラメーター

inFeatures
Int32

特徴の入力チャネル。

hiddenFeatures
Nullable<Int32>

フィーチャの非表示レイヤー チャネル。

outFeatures
Nullable<Int32>

機能の出力チャネル。

dropRatio
Double

ドロップ率。

適用対象