Udostępnij za pośrednictwem


FieldAwareFactorizationMachineModelParameters.GetLatentWeights Metoda

Definicja

Ukryte reprezentacje każdej funkcji. Należy pamiętać, że jedna funkcja może mieć FieldCount ukryte wektory, a każdy wektor utajny zawiera LatentDimension wartości. W polu f-th, j-ty wektor utajnia funkcji, v_{j, f} w doc https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdf, rozpoczyna się od latentWeights[j * fieldCount * latentDim + f * latentDim]. Element k-th w v_{j, f} jest latentWeights[j * fieldCount * latentDim + f * latentDim + k]. Rozmiar zwracanej wartości to featureCount x fieldCount x latentDim.

public System.Collections.Generic.IReadOnlyList<float> GetLatentWeights ();
member this.GetLatentWeights : unit -> System.Collections.Generic.IReadOnlyList<single>
Public Function GetLatentWeights () As IReadOnlyList(Of Single)

Zwraca

Dotyczy