Udostępnij za pośrednictwem


MLP Klasa

Definicja

Warstwa MLP (Wielowarstwowa perceptron).

public class MLP : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
type MLP = class
    inherit torch.nn.Module<torch.Tensor, torch.Tensor>
Public Class MLP
Inherits torch.nn.Module(Of torch.Tensor, torch.Tensor)
Dziedziczenie
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
MLP

Konstruktory

MLP(Int32, Nullable<Int32>, Nullable<Int32>, Double)

Inicjuje nowe wystąpienie klasy MLP.

Metody

forward(torch+Tensor)

Warstwa MLP (Wielowarstwowa perceptron).

Dotyczy