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

Tag: Kevin Webster

Certificate TensorFlow 2 for Deep Learning

My #8 specialization certificate from Coursera

Posted on November 10, 2022December 9, 2022 by keslerzhu

TensorFlow 2 for Deep Learning Specialization Imperial College London Hooray! Now I completed the whole specialization! TensorFlow skill is definitely something needs years of endeavor to build. This specialization probably is not suitable for new comers, since many topics are really for those with solid knowledge of probability and Python programming skills. However completing these…

Read more
Certificate Probabilistic Deep Learning with TensorFlow 2

My #118 certificate from Coursera

Posted on November 10, 2022November 20, 2022 by keslerzhu

Probabilistic Deep Learning with TensorFlow 2Imperial College London The focus of this course is the TensorFlow Probability library. Spoiler alert! Probability distributions are important factors you need to consider. From now on, building model is not only as simple as adding layers and squeezing your GPU to calculate various weights. This is challenging course. From…

Read more

Variational Autoencoders

Posted on November 5, 2022November 10, 2022 by keslerzhu

The Variational Autoencoder (VAE) is an algorithm for inference and learning in a latent variable generative model. In it’s simplest form, it’s an unsupervised learning algorithm and like normalizing flows, the generative model can be used to create new examples similar to the data set. However, unlike normalizing flows, the generative model is not invertible…

Read more

TensorFlow: Normalizing Flow Models

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

Generative models are a kind of statistical model that aims to learn the underlying data distribution itself. If a generative model is able to capture the underlying distribution of the data well, then it’s able to produce new instances that could plausibly have come from the same dataset. You could use for anomaly detection, telling you whether a given instance…

Read more

TensorFlow: Probabilistic Deep Learning Models

Posted on August 30, 2022November 10, 2022 by keslerzhu

Unfortunately, deep learning models aren’t always accurate, especially when asked to make predictions on new data points that are dissimilar to the data that they were trained on. The insight here is that it’s important to models to be able to assign higher levels of uncertainty to incorrect predictions. We want our deep learning models to know what they don’t know. The probabilistic…

Read more

Distribution Objects in TensorFlow Probability

Posted on August 15, 2022November 10, 2022 by keslerzhu

We’ll be making extensive use of the TensorFlow Probability library to help us develop probabilistic deep learning models. The distribution objects from the library are the vital building blocks because they capture the essential operations on probability distributions. We are going to use them when building probabilistic deep learning models in TensorFlow. Univariate Distributions Within the tfp…

Read more
Certificate Customising Your Models with TensorFlow 2

My #99 course certificate from Coursera

Posted on July 15, 2022November 10, 2022 by keslerzhu

Customising Your Models with TensorFlow 2Imperial College London I highly recommend this course to everyone who is willing to be using TensorFlow 2. I have been using TensorFlow for years, but I still learnec a lot from it. One caveat is that this course actually is not an easy one, it won’t teach your what…

Read more

Customizing Models, Layers and Training Loops

Posted on July 4, 2022November 1, 2022 by keslerzhu

Subclassing Models The model subclassing and custom layers give you even more control over how the model is constructed, and can be thought of as an even lower level API than the functional API. However with more flexibility comes more opportunity for bugs. In order to use model subclassing, we first import the Model class…

Read more

Sequential Data and Recurrent Neural Networks

Posted on June 24, 2022November 5, 2022 by keslerzhu

Sequential data is data that has a natural sequential structure built into it, like text data or audio data. There are various network architectures and layers that we can use to make predictions from sequence data. However sequence data is often unstructured and not as uniform as other datasets. Preprocessing Sequential Data Each sequence example…

Read more

Keras and Tensorflow Datasets

Posted on June 14, 2022November 5, 2022 by keslerzhu

Data pipelines are for loading, transforming, and filtering a wide range of different data for use in your models. Broadly speaking there are two ways to handle our data pipeline: These two modules together offer some powerful methods for managing data and building an effective workflow. Keras Datasets The Keras datasets give us a really…

Read more

The Keras Functional API

Posted on June 3, 2022November 1, 2022 by keslerzhu

The reason you might want to use the Functional API (instead of the Sequential API) is if you need more flexibility. For example, you are using: multiple inputs and outputs in a multitask learning model, or conditioning variables. complicated non-linear topology with layers feeding to multiple other layers. With the Sequential API, we didn’t have…

Read more
Certificate Getting Started with Tensorflow 2

My #67 course certificate from Coursera

Posted on September 13, 2021November 10, 2022 by keslerzhu

Getting started with TensorFlow 2Imperial College London Wow this is a wonderful course on Tensorflow! The professor and lecturers directly teach how to write code to complete certain tasks, piece-by-piece and step-by-step. Upon the moment of completing all programming assignments you would certainly gain Tensorflow skills and be confident in your next real job. You’d…

Read more

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