google_ml1 [Deep Learning Specialization] Deep Neural Networks - week4:: seoftware 📜 강의 정리 * Coursera 강의 중 Andrew Ng 교수님의 Deep Learning Specialization 강의를 공부하고 정리한 내용입니다. * 영어 공부를 하려고 영어로 강의를 정리하고 있습니다. 혹시 틀린 부분이나 어색한 부분이 있다면 댓글로 알려주시거나 넘어가주시면 감사하겠습니다 Deep Neural Networks 1. Forward propagation in a Deep Network We can represent each layer as follow Z[l] = W[l]@A[l-1] + b[l] A[l] = g[l](Z[l]) (l = layer) In vectorizing process, we have no choice but to use explicit for loop to.. 2021. 8. 22. 이전 1 다음