- Neural Networks with R
- Giuseppe Ciaburro Balaji Venkateswaran
- 94字
- 2021-08-20 10:25:17
Unit step activation function
A unit step activation function is a much-used feature in neural networks. The output assumes value 0 for negative argument and 1 for positive argument. The function is as follows:

The range is between (0,1) and the output is binary in nature. These types of activation functions are useful for binary schemes. When we want to classify an input model in one of two groups, we can use a binary compiler with a unit step activation function. A unit step activation function is shown in the following figure:

推薦閱讀
- 計算機網絡
- Vue.js快速入門與深入實戰
- Internet of Things with the Arduino Yún
- 數據結構(C語言)
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- 機器學習微積分一本通(Python版)
- 大學計算機基礎實驗指導
- 從Power BI到Analysis Services:企業級數據分析實戰
- Apache Solr PHP Integration
- Python第三方庫開發應用實戰
- Offer來了:Java面試核心知識點精講(框架篇)
- Improving your Penetration Testing Skills
- A/B 測試:創新始于試驗
- Unity AI Game Programming(Second Edition)
- Java王者歸來:從入門邁向高手