TIL/Coursera(Google ML Bootcamp)13 [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. [Deep Learning Specialization] Shallow Neural Network - week3:: seoftware 📜 강의 정리 * Cousera 강의 중 Andrew Ng 교수님의 Deep Learning Specialization 강의를 공부하고 정리한 내용입니다. * 영어 공부를 하려고 영어로 강의를 정리하고 있습니다. 혹시 틀린 부분이나 어색한 부분이 있다면 댓글로 알려주시거나 넘어가주시면 감사하겠습니다 1. Neural networks overview I learned about new notations and representation of above shallow neural network. Brackets [] means the layer order and x superscript (i) means i-th training example of x. 2. Neural network representati.. 2021. 8. 20. [Deep Learning Specialization] Neural Networks and Deep Learning - week2:: seoftware 📜 강의 정리 * Cousera 강의 중 Andrew Ng 교수님의 Deep Learning Specialization 강의를 공부하고 정리한 내용입니다. * 영어 공부를 하려고 영어로 강의를 정리하고 있습니다. 틀린 부분이나 어색한 부분이 있다면 댓글로 알려주시거나 넘어가주시면 감사하겠습니다 Logistic Regression as a Neural Network 1. Binary Classification Logistic regression is an algorithm for binary classification. Binary classification is to get output y in (0, 1) with input image x. For example, you might have an inp.. 2021. 8. 14. [Deep Learning Specialization] Neural Networks and Deep Learning - week 1:: seoftware 📜 강의 정리 * Cousera 강의 중 Andrew Ng 교수님의 Deep Learning Specialization 강의를 공부하고 정리한 내용입니다. * 영어 공부를 하려고 영어로 강의를 정리하고 있습니다. 혹시 틀린 부분이나 어색한 부분이 있다면 댓글로 알려주시거나 넘어가주시면 감사하겠습니다 What you'll learn Neural Networks and Deep Learning Improving Deep Neural Networks : Hyperparameter tuning, Regularization and Optimization Structuring your Machine Learning project Convolutional Neural Networks Natural Language P.. 2021. 8. 8. 이전 1 2 다음