当前位置:网站首页>What is a neural network
What is a neural network
2022-06-22 02:11:00 【Leaves that go to bed early】
What is a neural network
Neural network is a collection of neurons that are connected by layers. Each neuron is a small computing unit that performs simple calculations to collectively solve a problem. They are organized in layers. There are 3 types of layers: input layer, hidden layer and outter layer. Each layer contains a number of neurons, except for the input layer. Neural networks mimic the way a human brain processes information.

Components of a neural network
Activation function
determines whether a neuron should be activated or not. The computations that happen in a neural network include applying an activation function. If a neuron activates, then it means the input is important. The are different kinds of activation functions. The choice of which activation function to use depends on what you want the output to be. Another important role of an activation function is to add non-linearity to the model.
- Binary used to set an output node to 1 if function result is positive and 0 if the function result is negative. f(x)={0,if x<01,if x≥0f(x)={0,if x<01,if x≥0
- Sigmod is used to predict the probability of an output node being between 0 and 1. f(x)=11+e−xf(x)=11+e−x
- Tanh is used to predict if an output node is between 1 and -1. Used in classification use cases. f(x)=ex−e−xex+e−xf(x)=ex−e−xex+e−x
- ReLU used to set the output node to 0 if fuction result is negative and keeps the result value if the result is a positive value. f(x)={0,if x<0x,if x≥0f(x)={0,if x<0x,if x≥0
Weights influence how well the output of our network will come close to the expected output value. As an input enters the neuron, it gets multiplied by a weight value and the resulting output is either observed, or passed to the next layer in the neural network. Weights for all neurons in a layer are organized into one tensor
Bias makes up the difference between the activation function’s output and its intended output. A low bias suggest that the network is making more assumptions about the form of the output, whereas a high bias value makes less assumptions about the form of the output.

We can say that an output yy of a neural network layer with weights WW and bias bb is computed as summation of the inputs multiply by the weights plus the bias x=∑(weights∗inputs)+biasx=∑(weights∗inputs)+bias, where f(x)f(x) is the activation function.
边栏推荐
- Minecraft 1.18.2 生化8 模组 1.3版本 物品3D化+更加复杂村庄
- atguigu----列表渲染
- Sword finger offer 26: substructure of tree
- C# 判断应用是否启动并展示
- 微信小程序影视评论交流平台系统毕业设计毕设(3)后台功能
- Minecraft 1.18.2 biochemical 8 module version 1.3 3D objects + more complex villages
- 稳扎稳打学爬虫08—Selenium的使用方法详解
- SQL Server recursive query
- Illumination dependent shader
- 博途PLC和CODESYS平台下FB编程(如何实现100路FB循环遍历执行)
猜你喜欢

微信小程序影视评论交流平台系统毕业设计毕设(4)开题报告
![[Chapter 26 medical impact segmentation system based on minimum error method and region growth -- matlab deep learning practical GUI project]](/img/19/18dcc8ed017541d91c52550f48923c.png)
[Chapter 26 medical impact segmentation system based on minimum error method and region growth -- matlab deep learning practical GUI project]

Games-101 personal summary transformation

idea----bookmark

Wechat applet Film & TV Review Exchange Platform System Graduation Design (4) Rapport d'ouverture

Mba-day23 at most at least questions - exercises

微信小程序影视评论交流平台系统毕业设计毕设(7)中期检查报告

Appium面试题

Excel Common shortcut keys Excel shortcut keys Summary

目标检测之——labelImg标注工具使用方法
随机推荐
新员工入职,了解工作信息
C # judge whether the application is started and displayed
Who will use pyspark to upload filtered local data to spark SQL
Ansible profile
Sword finger offer 26: substructure of tree
Learn to crawl steadily 08 - detailed explanation of the use method of selenium
微信小程序影视评论交流平台系统毕业设计毕设(1)开发概要
Minecraft 1.18.2 生化8 模组 1.3版本 物品3D化+更加复杂村庄
Courses learned
Leetcode 513 find the value in the lower left corner of the tree [bfs binary tree] the leetcode path of heroding
理财产品到期赎回时间是什么意思?
Chapter 24 image and video processing based on Simulink -- matlab in-depth learning and practical collation
[chapter 04 answer sheet recognition based on Hough change]
光照相关 shader
Google Earth engine (GEE) - line chart of time series image combining VCI index and TCI temperature (Guatemala and El Salvador as examples)
es-object vs nested vs has_child and has_parent
Illumination dependent shader
Mathematical knowledge of Sinorgchem in the first round of noip preliminary csp-j1 csp-s1 (I)
Brief introduction to common pigtails of communication pigtails
Chrome浏览器取消输入框记录表单输入历史