- Deep Learning Quick Reference
- Mike Bernico
- 110字
- 2021-06-24 18:40:03
Neurons
A neuron is the atomic unit of a neural network. This is sometimes inspired by biology; however, that's a topic for a different book. Neurons are typically arranged into layers. In this book, if I'm referring to a specific neuron, I'll use the notation where l is the layer the neuron is in and k is the neuron number. As we will be using programming languages that observe 0th notation, my notation will also be 0th based.
At their core, most neurons are composed of two functions that work together: a linear function and an activation function. Let us take a high-level look at those two components.
推薦閱讀
- 零起步輕松學(xué)單片機技術(shù)(第2版)
- 工業(yè)機器人虛擬仿真實例教程:KUKA.Sim Pro(全彩版)
- Mastering Spark for Data Science
- Natural Language Processing Fundamentals
- Dreamweaver CS3網(wǎng)頁設(shè)計與網(wǎng)站建設(shè)詳解
- 自動檢測與傳感技術(shù)
- JBoss ESB Beginner’s Guide
- 統(tǒng)計策略搜索強化學(xué)習(xí)方法及應(yīng)用
- 網(wǎng)中之我:何明升網(wǎng)絡(luò)社會論稿
- 網(wǎng)絡(luò)安全技術(shù)及應(yīng)用
- 手把手教你學(xué)Photoshop CS3
- Embedded Linux Development using Yocto Projects(Second Edition)
- Win 7二十一
- EDA技術(shù)及其創(chuàng)新實踐(Verilog HDL版)
- 人工智能基礎(chǔ)