RicardoSantos

FunctionNNLayer

RicardoSantos Wizard Aktualisiert   
Library "FunctionNNLayer"
Generalized Neural Network Layer method.

function(inputs, weights, n_nodes, activation_function, bias, alpha, scale) Generalized Layer.
  Parameters:
    inputs: float array, input values.
    weights: float array, weight values.
    n_nodes: int, number of nodes in layer.
    activation_function: string, default='sigmoid', name of the activation function used.
    bias: float, default=1.0, bias to pass into activation function.
    alpha: float, default=na, if required to pass into activation function.
    scale: float, default=na, if required to pass into activation function.
  Returns: float
Versionshinweise:
v2 Support for matrices

Updated:
function(inputs, weights, n_nodes, activation_function, bias, alpha, scale) Generalized Layer.
  Parameters:
    inputs: float array, input values.
    weights: float matrix, weight values.
    n_nodes: int, number of nodes in layer.
    activation_function: string, default='sigmoid', name of the activation function used.
    bias: float, default=1.0, bias to pass into activation function.
    alpha: float, default=na, if required to pass into activation function.
    scale: float, default=na, if required to pass into activation function.
  Returns: float
Pine Bibliothek

In echter TradingView-Manier hat der Autor diesen Pine-Code als Open-Source-Bibliothek veröffentlicht, so dass andere Pine-Programmierer aus unserer Community ihn weiterverwenden können. Ein Hoch auf den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Publikationen verwenden, aber die Wiederverwendung dieses Codes in einer Publikation unterliegt den Hausregeln.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.

Möchten Sie diese Bibliothek nutzen?

Kopieren Sie die folgende Zeile und fügen Sie sie in Ihr Skript ein.