- 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.
推薦閱讀
- Java程序設(shè)計(慕課版)
- 精通JavaScript+jQuery:100%動態(tài)網(wǎng)頁設(shè)計密碼
- R語言經(jīng)典實例(原書第2版)
- Java Web及其框架技術(shù)
- NumPy Essentials
- 面向STEM的Scratch創(chuàng)新課程
- Building a Recommendation Engine with Scala
- Learning Apache Kafka(Second Edition)
- Java軟件開發(fā)基礎(chǔ)
- C語言程序設(shè)計案例精粹
- Haskell Data Analysis Cookbook
- 輕松上手2D游戲開發(fā):Unity入門
- C++程序設(shè)計
- Java程序設(shè)計教程
- MongoDB Administrator’s Guide