- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 95字
- 2021-08-13 16:01:46
Hyperbolic tangent
Hyperbolic tangent activation transforms the input into values ranging from -1 to 1. The following is a graph of a hyperbolic tangent function:

As shown in the preceding graph, this function is similar to a sigmoid function, but the y values vary from -1 to 1. The main advantage of the hyperbolic tangent function is that the values don't diminish for a negative x. The hyperbolic function also has a higher gradient over its range compared to a sigmoid function. This activation function is also referred to as a tanh function.
推薦閱讀
- Beginning Java Data Structures and Algorithms
- Java EE 6 企業級應用開發教程
- The Android Game Developer's Handbook
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Django開發從入門到實踐
- 跟老齊學Python:輕松入門
- C語言程序設計案例式教程
- C語言程序設計
- Learning OpenStack Networking(Neutron)(Second Edition)
- Android項目實戰:手機安全衛士開發案例解析
- GameMaker Essentials
- Swift語言實戰晉級
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- 快樂編程:青少年思維訓練
- Python計算機視覺與深度學習實戰