다음을 통해 공유


MLP 클래스

정의

MLP(다층 퍼셉트론) 계층입니다.

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)
상속
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
MLP

생성자

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

MLP 클래스의 새 인스턴스를 초기화합니다.

메서드

forward(torch+Tensor)

MLP(다층 퍼셉트론) 계층입니다.

적용 대상