Digit Recognition
-
Inference: making predictions | Advanced Learning AlgorithmMachine Learning/Stanford ML Specialization 2024. 2. 3. 09:40
Coursera Machine Learning Specialization > Supervised Machine Learning: Advanced Learning Algorithms > Neural Network Intuition 지금까지 배웠던 것들을 모두 합쳐서 inferences, 즉 값을 예상하도록 만들어보자. 이 알고리즘은 forward propagation(순방향 전파)라고 한다. Handwritten digit, 즉 손으로 쓴 글자를 인식하는 모델을 예로 들어보겠다. 8x8 pixel의 이미지가 있다고 가정해보자. 여기서 라벨은 0과 1이 존재한다. 즉 디지털 이미지이다. 아래를 살펴보자. 255 255 255 255 255 255 255 255 255 255 255 0 255 255 255 ..