M.L code(p.96) forward neural network

third layer을 통해 약 93%의 정확도를 내고 있다.  

M.L code(p.92)

softmax function 분모의 지수함수들을 더한 값들과 분자의 특정 지수함수의 값으로 나타내는 함수이며 그 합이 1인 확률함수적인 성질을 가져서 신경망의 답을 구현해낼때 많이 사용하는 함수다.

M.L code(p.89)

third layer 구현 정리

M.L code(p.85)

third layer neural networks

M.L code(p.77)

M.L code(p.69)

step function 그래프sigmoid function 그래프 Relu function 그래프

M.L code(p.53)

단층 퍼셉트론과  다층 퍼셉트론 (XOR 연산자)