일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- leetcode
- 오류검출
- 플로이드워셜
- 순서번호
- well known 포트
- 코딩테스트준비
- xv6
- tcp 세그먼트
- 스레드
- 데이터 전송
- tcp 프로토콜
- reducible
- 오류제어
- 우분투db
- 서비스 프리미티브
- git merge
- 개발자취업
- i-type
- mariadb
- 오블완
- 그리디 알고리즘
- 주기신호
- 티스토리챌린지
- 프레임 구조
- til
- 99클럽
- 항해99
- IEEE 802
- 비주기신호
- 토큰 버스
Archives
- Today
- Total
목록neural network. (1)
Unfazed❗️🎯
Major Topics of Neural Network(NN)
Major Topics of NN NN or Neuron itself At its core, a neural network is comprised of nodes or "neurons", which are inspired by the biological neurons found in our brains. These artificial neurons receive inputs, process them (via weights and biases) and produce an output. Architectures FNN (Feedforward Neural Network): Data flows in one direction, from input to output. It consists of an input la..
AI
2023. 10. 16. 17:10