- Deep Learning with Keras
- Antonio Gulli Sujit Pal
- 142字
- 2021-07-02 23:58:01
Perceptron
The perceptron is a simple algorithm which, given an input vector x of m values (x1, x2, ..., xn) often called input features or simply features, outputs either 1 (yes) or 0 (no). Mathematically, we define a function:

Here, w is a vector of weights, wx is the dot product , and b is a bias. If you remember elementary geometry, wx + b defines a boundary hyperplane that changes position according to the values assigned to w and b. If x lies above the straight line, then the answer is positive, otherwise it is negative. Very simple algorithm! The perception cannot express a maybe answer. It can answer yes (1) or no (0) if we understand how to define w and b, that is the training process that will be discussed in the following paragraphs.
推薦閱讀
- Istio入門與實戰
- Learning Cocos2d-x Game Development
- 顯卡維修知識精解
- 硬件產品經理手冊:手把手構建智能硬件產品
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- Artificial Intelligence Business:How you can profit from AI
- 計算機維修與維護技術速成
- 計算機組裝與維修技術
- Building 3D Models with modo 701
- 筆記本電腦維修實踐教程
- Arduino項目開發:智能生活
- 觸摸屏應用技術從入門到精通
- USB應用分析精粹:從設備硬件、固件到主機端程序設計
- The Deep Learning with PyTorch Workshop
- FPGA實戰訓練精粹