PINE LIBRARY
Güncellendi FunctionNNLayer

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
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
Sürüm Notları
v2 Support for matricesUpdated:
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 kitaplığı
Gerçek TradingView ruhuyla, yazar bu Pine kodunu açık kaynaklı bir kütüphane olarak yayınladı, böylece topluluğumuzdaki diğer Pine programcıları onu yeniden kullanabilir. Yazara saygı! Bu kütüphaneyi özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Site Kuralları tarafından yönetilmektedir.
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.
Pine kitaplığı
Gerçek TradingView ruhuyla, yazar bu Pine kodunu açık kaynaklı bir kütüphane olarak yayınladı, böylece topluluğumuzdaki diğer Pine programcıları onu yeniden kullanabilir. Yazara saygı! Bu kütüphaneyi özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Site Kuralları tarafından yönetilmektedir.
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.