Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- sigmoid
- ResNet
- Skip Connection
- classification
- Skip Connectioin
- Peephole Connection
- Manager
- Vanilla RNN
- virtualenv
- Linear
- iTerm2
- vim-plug
- DL
- AI
- RNN
- Generative
- Optimizer
- Bottleneck Layer
- GoogLeNet
- Inception V1
- jupyter
- cnn
- version
- Gated Skip Connection
- Inception Module
- python
- DCGAN
- Regression
- GCN
- Residual Connection
Archives
- Today
- Total
목록MLP (1)
IT Repository
(3) What is Neural Network?
Structure of Neuron¶ img src = https://s3-us-west-2.amazonaws.com/ 1. Dendrite에서 다른 뉴런들로부터 전기신호를 받음 2. 신호들을 조합하여 처리 3. Axon terminal에서 다른 Neuron으로 넘겨줌 Neural Network: Mathematical Model of Neuron¶ 아래는 위의 Neuron의 구조를 수학적으로 모델링한 것입니다. $\array{\textbf{axon from a neuron} && \textbf{synapse} &&\textbf{dendrite} \\ x_0 & \rightarrow & w_0 & \rightarrow & w_0x_0 \\ &&&& w_1x_1 \\ &&&& w_2x_2} \Rightar..
Basic fundamentals
2020. 1. 6. 20:29