Spec-Zone.ru › TensorFlow

tf.keras.activations.hard_sigmoid

Функция активации hard sigmoid.

tf.keras.activations.hard_sigmoid(
    x
)

Функция активации hard sigmoid определяется следующим образом:

  • 0 если if x <= -3
  • 1 если x >= 3
  • (x/6) + 0.5 если -3 < x < 3

Это более быстрая, кусочно-линейная аппроксимация функции активации sigmoid.

Аргументы
x Входной тензор.

Ссылка:

  • Википедия «Hard sigmoid»

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/keras/activations/hard_sigmoid

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API