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
- BFS
- 문제풀이
- Node.js
- 프로그래머스
- 백준
- Greedy
- 알고리즘
- ios
- 탐색
- Algorithm
- dfs
- 풀이
- C++
- Blockchain
- NeuralNetwork
- 캡스톤정리
- DeepLearning
- Swift
- 백트래킹
- 실버쥐
- 플로이드와샬
- ReLU
- sigmoid
- Docker
- 부르트포스
- mysql
- 그래프
- dp
- Stack
- 그리디
Archives
- Today
- Total
목록FowardPass (1)
개발아 담하자

선수 환경 1 : https://silver-g-0114.tistory.com/65 [Deep Learning] Neural Network 의 Forward Pass 구현해보기 (1) 1. 단순 신경망 구조 만들기 (네트워크 세팅) def init_network(): network = {} network['W'] = np.array([ [0.2, 0.5, 0.3], [0.8, 0.6, 0.4] ]) return network network = init_network() print(network) {'W'.. silver-g-0114.tistory.com 선수 환경 2 : http://yann.lecun.com/exdb/mnist/ MNIST handwritten digit database, Yann Le..
🚀 Deep Learning
2020. 4. 22. 02:33