- 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:

推薦閱讀
- C# 2012程序設計實踐教程 (清華電腦學堂)
- PHP 7底層設計與源碼實現
- 征服RIA
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- PLC編程與調試技術(松下系列)
- Learning FuelPHP for Effective PHP Development
- Flutter跨平臺開發入門與實戰
- ElasticSearch Cookbook(Second Edition)
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Cocos2d-x Game Development Blueprints
- 深入實踐DDD:以DSL驅動復雜軟件開發
- TypeScript圖形渲染實戰:2D架構設計與實現
- Mobile Forensics:Advanced Investigative Strategies
- Xamarin Cross-Platform Development Cookbook
- Swift High Performance