- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 111字
- 2021-08-13 16:01:46
Activation functions
One of the important components in a neural network is the activation function. The activation function can transform the input of a neural network node into non-linear output. Such activation functions enable the neural network to learn arbitrary non-linear mappings or patterns from data. The activation can be thought of as an event of firing a node. As explained previously, in the case of a unit step function, the perceptron is either fired or not fired, corresponding to a value of 1 or 0, respectively. There are other kinds of activation functions, such as sigmoid, hyperbolic target, and rectified linear unit (ReLU), which will be discussed next.
推薦閱讀
- Visual FoxPro程序設計教程
- Python網絡爬蟲從入門到實踐(第2版)
- C語言程序設計實訓教程
- Processing互動編程藝術
- UML+OOPC嵌入式C語言開發精講
- Java 11 Cookbook
- C++ 從入門到項目實踐(超值版)
- Learning Continuous Integration with TeamCity
- 從零開始:C語言快速入門教程
- Building Clouds with Windows Azure Pack
- Managing Windows Servers with Chef
- Learning IBM Bluemix
- 代碼揭秘
- Xamarin Cross-platform Application Development(Second Edition)
- Spring Boot開發實戰