
Hypothesis Testing
Typically we have some question, and that question could be “could the value of the parameter be X?”...

Confidence Intervals
We use data to do statistical inference means we either estimate some parameters with confidence, or test some...

My #8 specialization certificate from Coursera
TensorFlow 2 for Deep Learning Specialization Imperial College London Hooray! Now I completed the whole specialization! TensorFlow skill...

My #118 certificate from Coursera
Probabilistic Deep Learning with TensorFlow 2Imperial College London The focus of this course is the TensorFlow Probability library....

Variational Autoencoders
The Variational Autoencoder (VAE) is an algorithm for inference and learning in a latent variable generative model. In...

My #114 certificate from Coursera
Data for Machine LearningAlberta Machine Intelligence Institute Do you agree that the skills of manipulating data is more...

TensorFlow: Normalizing Flow Models
Generative models are a kind of statistical model that aims to learn the underlying data distribution itself. If a generative...

TensorFlow: Probabilistic Deep Learning Models
Unfortunately, deep learning models aren’t always accurate, especially when asked to make predictions on new data points that are dissimilar to the...

Distribution Objects in TensorFlow Probability
We’ll be making extensive use of the TensorFlow Probability library to help us develop probabilistic deep learning models. The...

My #99 course certificate from Coursera
Customising Your Models with TensorFlow 2Imperial College London I highly recommend this course to everyone who is willing...

Customizing Models, Layers and Training Loops
Subclassing Models The model subclassing and custom layers give you even more control over how the model is...

Sequential Data and Recurrent Neural Networks
Sequential data is data that has a natural sequential structure built into it, like text data or audio...

Keras and Tensorflow Datasets
Data pipelines are for loading, transforming, and filtering a wide range of different data for use in your...

The Keras Functional API
The reason you might want to use the Functional API (instead of the Sequential API) is if you...

My #77 course certificate from Coursera
Understanding and Visualizing Data with PythonUniversity of Michigan This is a fantastic statistics course taught in the setting...