PINE LIBRARY
מעודכן 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
הערות שחרור
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
ברוח TradingView אמיתית, המחבר פרסם את קוד Pine זה כספריית קוד פתוח כך שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומי קוד פתוח אחרים, אך השימוש החוזר בקוד זה בפרסומים כפוף לכללי הבית.
כתב ויתור
המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.
ספריית Pine
ברוח TradingView אמיתית, המחבר פרסם את קוד Pine זה כספריית קוד פתוח כך שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומי קוד פתוח אחרים, אך השימוש החוזר בקוד זה בפרסומים כפוף לכללי הבית.
כתב ויתור
המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.