Posts List

What is Explainable AI — Permutation Feature Importance using Tensorflow

How do we trust that AI is making good decisions? How do we affirm the decisions of our typical deep neural networks? How can AI explain itself?

Solving for Inclusion in Machine Learning

Machine learning has become increasingly prevalent in many areas of our lives, from recommending products to us on shopping websites, to determining who gets hired for a job.

Introduction to Modern Reinforcement Learning

Sometime last year, I stumbled upon a paper while I was trying to come up with a really basic way to implement a budget and expenditure planner using an RL agent.

Different Real Life Use-cases of Tensorflow

TensorFlow is one of the most widely and well known tools for machine learning and with its various features, it maintains its versatility to operate in different use cases.

Predicting Car Prices with TensorFlow — a case of Multiple Linear Regression (2 of 2)

Continued from part one, where we’ve completed pre-processing (cleaning, formatting, etc) the dataset. Let’s now go ahead to build our TensorFlow model to help suggest near-perfect used car prices.

Predicting Car Prices with TensorFlow — a case of Multiple Linear Regression (1 of 2)

You’ve got a used car you’d like to sell. You know the acquired price, but how do you measure how much a fair sale price would be based on how much it has been used? Let’s build a TensorFlow model to help suggest near-perfect used car prices.

Finding a Circle's Circumference with TensorFlow — a case of Simple Linear Regression

We showed in the last post what tensors are, what the ‘flow’ means, and how they are represented in TensorFlow. Here, we’ll do something much more exciting.

Getting Started With TensorFlow – (The Flow of Tensors)

TensorFlow is a machine learning library used to implement deep learning algorithms in Python, and is very popular for being the most generally used machine learning framework by researchers and industry experts.

Linear Algebra for Machine Learning (4 of 4) – (The Flow of Tensors)

In this final and 4th Part of our brief look into Linear Algebra, we’ll talk about the Transpose and Inverse of matrices.

Linear Algebra for Machine Learning (3 of 4) – (The Flow of Tensors)

Here’s the Part 3 of our brief look into Linear Algebra, and we’ll learn about matrix-vector multiplication, matrix-matrix multiplication, as well as some essential matrix multiplication properties to note.

Linear Algebra for Machine Learning (2 of 4) – (The Flow of Tensors)

In this Part 2 of our brief look into Linear Algebra, we’ll learn about matrix addition and subtraction, as well as matrix-scalar multiplication.

Linear Algebra for Machine Learning (1 of 4) – (The Flow of Tensors)

The goal for “The Flow of Tensors” series is to allow us understand how to build machine learning apps using the popular TensorFlow library. But the journey of every traveller always has a beginning. And for this journey, our beginning is a small part of mathematics known as Linear Algebra.

What Being a GCI Mentor for TensorFlow Felt Like

For me, it usually is a drag writing about experiences, but being a GCI Mentor for TensorFlow is an experience I want to pin for keep and make timely reference to.