Improving Deep Neural NetworksDeepLearning.AI This course guides you through the “mist” of optimizing deep learning neural networks, very clear and joyful. RMSprop / Adam algorithms, Batch Norm, everything is elaborated carefully. Final programming assignment is to use TensorFlow to create a neural network. Fantastic course! I am very grateful. My Certificate Related Specialization I am…
Category: Python
My #5 course certificate from Coursera
Programming for Everybody (Getting Started with Python)University of Michigan Oh, I love this course, the lecturer Prof. Charles Russell Severance is really a fun guy, his good humor is infectious! This is really a beginner level course that I finished in a just a few hours. No, I am not boasting. I am saying this…
My #3 course certificate from Coursera
Neural Networks and Deep LearningDeepLearning.AI GREAT course! Andrew elaborated the neural network for Deep Learning in an extremely clear and well-organized way! 鉂わ笍 Follow his guidance and instructions, not only I comprehended the intricacies of deep learning, but also a full-fledged neural network can be implemented from scratch by myself in Python! My Certificate Related…
My #2 course certificate from Coursera
Introduction to Data Science in PythonUniversity of Michigan This is a nice course to get familiar with NumPy, Pandas, SciPy, etc. Lecture video is not difficult, but Programming Assignment is a little bit challenging and truly inspiring. My original code costs 10 minutes to manipulate a DataFrame with 10 thousand rows, but there is a…