RicardoSantos

FunctionNNLayer

RicardoSantos Wizard Cập nhật   
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
Phát hành các Ghi chú:
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
Thư viện Pine

Với tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này như một thư viện mã nguồn mở để các lập trình viên Pine khác từ cộng đồng của chúng tôi có thể sử dụng lại nó. Chúc mừng tác giả! Bạn có thể sử dụng thư viện này một cách riêng tư hoặc trong các ấn phẩm mã nguồn mở khác, nhưng việc sử dụng lại mã này trong một ấn phẩm chịu sự điều chỉnh của Nội quy chung.

Thông báo miễn trừ trách nhiệm

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.

Bạn muốn sử dụng thư viện này?

Sao chép văn bản vào khay nhớ tạm và dán nó vào tập lệnh của bạn.