Introduction
- Connection between neuron
Simple Mathematical Model
Simple mathematical model of neuron (Perceptron)
- First function: Weight summation of inputs
- Second function(Activation function): Non-linear threshhold
Simple mathematical model of brain
- brain is a network of neurons
What a perceptron can do?
- And operation, Or operation, Not operation
What a Neural network can do?
- XOR operation
Multilayer Perceptron
- Input -> Hidden layer -> Output layer
- when complex problem attatch Node or Layer
- 2 Layers can make Any continuous function and Boolean function
- 3 Layers can make Any function
- we can build multilayer perceptron with input-output pairs
'DataScience > DeepLearning' 카테고리의 다른 글
[딥러닝 필기] week6. CNN Basics: Convolution (0) | 2022.03.27 |
---|---|
[딥러닝 필기] week6. Deep Learning-Various Technique: Batch Normalization (0) | 2022.03.27 |
[딥러닝 필기] week6. Deep Learning-Various Technique: Dropout (0) | 2022.03.27 |
[딥러닝 필기] week3. Neural Networks - Learning Algorithm (0) | 2022.03.05 |
[딥러닝 필기] week1. Machine Learning Basics (0) | 2022.02.24 |