RicardoSantos

TimeSeriesClassificationActivationFunctions

Library "TimeSeriesClassificationActivationFunctions"
Provides some activation functions useful in time series classification.
___

reference:
github.com/PYFTS/pyF...ommon/Activations.py

method scale(dist, weights)
  Activate values by a normalized scale.
  Namespace types: map<int, float>
  Parameters:
    dist (map<int, float>): Source distribution map.
    weights (map<int, float>): Weights distribution map.
  Returns: Normalized distribution map.

method softmax(dist, weights)
  Activate values with a softmax algorithm.
  Namespace types: map<int, float>
  Parameters:
    dist (map<int, float>): Source distribution map.
    weights (map<int, float>): Weights distribution map.
  Returns: Normalized distribution map.

method argmax(dist, weights)
  Activate values with a argmax algorithm.
  Namespace types: map<int, float>
  Parameters:
    dist (map<int, float>): Source distribution map.
    weights (map<int, float>): Weights distribution map.
  Returns: first key of argmax value of the transformed distribution.
Pine kitaplığı

Gerçek TradingView ruhuyla yazar, topluluğumuzdaki diğer Pine programcılarının yeniden kullanabilmesi için bu Pine kodunu açık kaynaklı bir kitaplık olarak yayınladı. Yazarın eline sağlık! Bu kitaplığı özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Kullanım Koşulları tarafından yönetilir.

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.

Bu kütüphaneyi kullanmak ister misiniz?

Metni panoya kopyalayın ve komut dosyanıza yapıştırın.