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 |
Tags
- dataloader
- mode bit
- 데이터베이스
- kernel
- process
- SQL
- camerax
- Program Execution
- 카티션 곱
- TicTacToe
- Artifical Intelligence
- Operating System
- AI
- 디비전 연산자
- OS
- pytorch
- 동기식 입출력
- RuntimeError
- Hyperparameters
- 실렉션
- Arificial Intelligence
- 정규화
- 조인
- 비지도학습
- System Structure
- 운영체제
- 중첩질의
- backpropagate
- 세미조인
- Database
Archives
- Today
- Total
목록network (1)
aajin126's devlog

Modeling Pavlov Using a Neuron Terms Activation = feature Weight = filter / kernel Thresholding : 앞에서 계산한 것을 한 번 더 가공하는 함수 (위의 그림에서는 0.5와 계산 결과를 비교하여 0.5 인 값은 -1.0을 출력하고, 이상인 값은 1.0을 출력한다.) Mathematical Formulation of a Neuron $ O_j = act_{\Theta j} (\Sigma_i^n x_iw_{ij}) $ 위 그림에서의 transfer function은 neuron 하나라고 볼 수 있는데, 그것은 "Perceptron"이라고도 불린다. The Most Successful One : Gradient Descent Cost f..
Computer Science/Artificial Intelligence
2023. 3. 28. 15:18