2017/02/09

A Neuron In a Neural Net

This is an neural network


This a Neuron and Neuron Model





b: Bias
w: Weight
f: Activation function

Activation Function Example
- ReLU (Rectified linear unit)
- Leaky ReLU
- Sigmoid
- Tahn
-


No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...