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