일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python __init__
- object detection
- text2img
- python list
- TensorFlow
- 완전탐색
- keras
- tensorflow update
- #영어 명언
- #일상영어
- convexhull
- 영어
- 이미지 생성
- #English
- #프로젝트
- word embedding
- opencv SURF
- python 알고리즘
- #실생활영어
- 영어명언
- tokenizing
- c언어
- #1일1영어
- 딥러닝
- #Android
- findContours
- #실생활 영어
- Convolution Neural Network
- #opencv
- #영어
Archives
- Today
- Total
목록perceptron algorithm (1)
When will you grow up?
Perceptron Learning Algorithm
Perceptron Learning Algorithm?->McCulloch와 Pitts(1943)가 제안한 인공 신경망으로, 여기에서 학습은 입력된 패턴을 한 번에 하나씩 비교하면서 요구된 출력이 일어날 때까지 가중치를 조절하는 과정을 통해 일어난다. 일련의 입력들에 대하여 가중치를 부여한 레이어로 구성되어 있다[네이버 지식백과] 퍼셉트론 학습 [perceptron learning] (실험심리학용어사전, 2008., 시그마프레스㈜) -Python Code12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061import matplotlib.pyplot as p..
02. Study/Deep Learning
2017. 3. 13. 15:37