본문 바로가기

개발아 담하자

검색하기
개발아 담하자
프로필사진 choidam

  • 분류 전체보기 (147)
    • 📱 iOS (35)
    • 🚀 Deep Learning (11)
    • 👩‍💻 알고리즘 풀이 (81)
      • 백준 (59)
      • 프로그래머스 (22)
      • SWEA (0)
    • 💸 BlockChain (3)
    • 🌟 자료구조+알고리즘 (10)
    • 🛠 web (4)
    • 🤖 DataBase Project (3)
    • 👶 회고 (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
  • 그래프
  • 문제풀이
  • Blockchain
  • BFS
  • 풀이
  • DeepLearning
  • C++
  • 부르트포스
  • 캡스톤정리
  • Node.js
  • sigmoid
  • ReLU
  • Docker
  • ios
  • mysql
  • Stack
  • 그리디
  • NeuralNetwork
  • 백트래킹
  • dfs
  • 백준
  • 탐색
  • Algorithm
  • 실버쥐
  • 프로그래머스
  • Greedy
  • dp
  • Swift
  • 플로이드와샬
  • 알고리즘
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록mnist (1)

개발아 담하자

[Deep Learning] Neural Network 의 Forward Pass 구현해보기 (2) - MNIST 데이터 학습, 예측, 정답률 구하기

선수 환경 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
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바