Skip to content

KZHU.ai 馃殌

Into the Unknown

Menu
  • 馃搱 Discrete Optimization
    • Mathematics
    • Computer Science
    • Cryptography
    • C++
  • 鈿涳笍 Quantum Computing
    • Physics
    • Blockchain
  • 馃 Machine Learning
    • TensorFlow
    • Python
  • 馃洶 Data Science
    • Statistics
    • Matlab
  • 馃對 Hybrid Cloud
    • Kubernetes
    • Golang
    • Web
  • 馃搱 Business
    • MBA @ Gies
    • Six Sigma
  • 馃彟 Finance
    • Law
    • Economics
Menu

Category: Python

Certificate Introduction to TensorFlow

My #60 course certificate from Coursera

Posted on July 6, 2021November 1, 2022 by keslerzhu

Introduction to TensorFlowGoogle Quite a lot stuff of TensorFlow was distilled into this course, from the basics to advanced techniques. I guess some topics probably will make beginners confused, but will strike a chord with experienced developers. The course first introduced the layers of API, the very basic tensor and Variable. Then put much effort…

Read more

TensorFlow Essentials

Posted on July 5, 2021November 1, 2022 by keslerzhu

TensorFlow is an open-source, high-performance library for any numerical computation (not just for machine learning). For example, you could use TensorFlow to solve partial differential equations. In order to make TensorFlow work, you need to create directed graph, which represent the computation you want to do. In a graph, nodes represent mathematical operations, edges represent…

Read more
Function approximation in Reinforcement Learning

Supervised Learning in Reinforcement Learning

Posted on June 2, 2021November 10, 2022 by keslerzhu

Deduction to supervised learning problem In tabular method, each Q(s, a) could be seen as a parameter. There are more parameters than states, because there are as many parameters for each state as the possible number of actions for each state. There are also situations where states include continuous components. It means we need a…

Read more
Monte Carlo, Temporal difference.

Model-free Reinforcement Learning

Posted on May 29, 2021November 7, 2022 by keslerzhu

Value Iteration in real world n real world, we don’t have the state transition probability distribution or the reward function. You may try sampling them, but you will never know the exact probabilities of them. As the result, you can not compute the expectation of the action values. We want a new algorithm that would…

Read more
Specialization Certificate Reinforcement Learning

My #4 specialization certificate from Coursera

Posted on February 10, 2021November 10, 2022 by keslerzhu

Reinforcement Learning SpecializationUniversity of Alberta Anyone who loves reinforcement learning should not miss this specialization. Thank you University of Alberta! My Specialization Certificate Courses I am Kesler Zhu, thank you for visiting. Checkout all of my course reviews at http://KZHU.ai

Read more
Certificate A Complete Reinforcement Learning System

My #41 course certificate from Coursera

Posted on February 10, 2021November 10, 2022 by keslerzhu

A Complete Reinforcement Learning System (Capstone)University of Alberta For moon landing, let’s build a complete Deep RL system. You will get hands dirty in an expected SARSA agent using neural networks as function approximation and Adam as optimizer, also don’t forget softmax and replay buffer, and later parameter study! What an achievement! But meanwhile – as Prof. Martha White and Prof. Adam White pointed out – this is only the “first step towards learning…

Read more
Certificate Prediction and Control with Function Approximation

My #39 course certificate from Coursera

Posted on January 27, 2021November 10, 2022 by keslerzhu

Prediction and Control with Function ApproximationUniversity of Alberta This course reaches the apex of the entire reinforcement learning specialization! Don’t even bother ? if you are not ready for supervised learning and neural networks. The last topics policy parameterization and Actor-Critic algorithm are really the shiny pearls of the crown. Love it. A round of applause to Prof. Martha White and Prof. Adam White. Thank you very…

Read more
Certificate Sample-based Learning Methods

My #37 course certificate from Coursera

Posted on January 8, 2021November 10, 2022 by keslerzhu

Sample-based Learning MethodsUniversity of Alberta I had a terrific time! This course covers quite a few fundamental & crucial reinforcement learning algorithms: Temporal Difference, SARSA, Dyna-Q, their variants, and their relationship with Dynamic Programming, Monte Carlo covered in previous course. The well-prepared programming assignments are both challenging and enlightening – helping me comprehend those complicated algorithms. My…

Read more
Certificate Fundamentals of Reinforcement Learning

My #36 course certificate from Coursera

Posted on December 29, 2020November 10, 2022 by keslerzhu

Fundamentals of Reinforcement LearningUniversity of Alberta Many thanks to Prof. Martha White and Adam White for this great reinforcement learning course – I wish I could have done this when I was in university. The course teaches fundamental concepts like Bellman equations, dynamic programming , etc. All of them become crystal clear. Finally, 2020 is over, let’s keep learning in 2021. Happy…

Read more
Certificate How to Win a Data Science Competition

My #33 course certificate (with Honors) from Coursera

Posted on December 10, 2020October 31, 2022 by keslerzhu

How to Win a Data Science Competition (with Honors)Higher School of Economics This course rocks! ? I found many tips, tricks and techniques very useful, some of them are a bit challenging to me. exploratory data analysis (EDA) is critical; ensembles are powerful; various kinds of hyper-parameters and metrics optimizations are the devil hides in the detail. A successful machine learning model is more…

Read more
Specialization Certificate Deep Learning

My #2 specialization certificate from Coursera

Posted on October 10, 2018November 10, 2022 by keslerzhu

Deep Learning SpecializationDeepLearning.AI Mission complete! This is probably the most popular specialization on Coursera. Cutting-edge topics, high quality programming assignments鈥攂oth newbies and veterans can benefit. I found the knowledge learned can be used directly in daily work and also let me get prepared for the future. Thank you Andrew Ng, much obliged! My Specialization Certificate…

Read more
Certificate Sequence Models

My #16 course certificate from Coursera

Posted on October 10, 2018July 10, 2024 by keslerzhu

Sequence ModelsDeepLearning.AI When I finished this course, I picked up my phone and asked “Hey Siri, what is sequence model”? Guess what? She understand and she showed me web page of this course exactly. Pretty cool! This course reveals what is under the hood: recurrent neural network, word embedding, beam search, attention model, etc. I…

Read more
Certificate Convolutional Neural Networks

My #13 course certificate from Coursera

Posted on July 7, 2018November 10, 2022 by keslerzhu

Convolutional Neural NetworksDeepLearning.AI This great course helps you grasp fundamentals of CNN and get familiar with the most recent hot applications (self-driving, face recognition, neural style transfer) in just a few weeks. Programming assignments are well-prepared, easy to complete, and more about how to leverage existing frameworks / algorithms / models (e.g. YOLO). You will have…

Read more
Certificate Applied Machine Learning in Python

My #9 course certificate from Coursera

Posted on March 3, 2018November 22, 2022 by keslerzhu

Applied Machine Learning in PythonUniversity of Michigan This is a nice course about scikit-learn – a stable, powerful and still indispensable library nowadays. The course covers many classic models, and how to use them efficiently. Various evaluation curves and model selection are what I like most. The comparison between scikit-learn with other new libraries (such…

Read more
Certificate Structuring Machine Learning Projects

My #8 course certificate from Coursera

Posted on February 23, 2018November 10, 2022 by keslerzhu

Structuring Machine Learning ProjectsDeepLearning.AI This is a short-but-effective course about strategy. The topics are all critical for helping team analyze errors, select direction, make progress and archive goals effectively. The methods demonstrated when doing analysis are very impressive. I am afraid these knowledge will never be available in any academic textbook, you can only learn…

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

American Contract Law I Andrew Ng Anna Koop Brenda Gunderson Christopher Millard Computer Communications Specialization Cryptography Economics of Money and Banking Evgenii Vashukevich Garud Iyengar Ivan Vybornyi Jeffrey Chasnov John Daily Jonathan Katz Kevin Webster Ling-Chieh Kung Machine Learning: Algorithms in the Real World Martin Haugh Mathematics for Engineers Specialization Matthew Hutchens Michael Donohoe Michael Fricke Microsoft Azure Fundamentals AZ-900 Exam Prep Specialization Operations Research (3): Theory Perry Mehrling Petro Lisowsky Physical Basics of Quantum Computing Practical Reinforcement Learning Rebekah May Search Engine Optimization (SEO) Specialization Sergey Sysoev Statistical Thermodynamics Specialization Statistics with Python Specialization Taxation of Business Entities I: Corporations TensorFlow 2 for Deep Learning Specialization U.S. Federal Taxation Specialization Wounjhang Park Xiaobo Zhou Yi Wang 小褘褋芯械胁 小械褉谐械泄 小械褉谐械械胁懈褔

Subscribe to our newsletter!

© 2025 KZHU.ai 馃殌 | Powered by Superbs Personal Blog theme

Privacy Policy - Terms and Conditions