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?
Hi 👋🏼 I'm Olayinka Peter, a Senior ML Engineer & Google Developer Expert for Machine Learning. If you've got some time, let's talk over coffee and discuss computer science.
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?
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.
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.
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.
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.
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.
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.
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.
In this final and 4th Part of our brief look into Linear Algebra, we’ll talk about the Transpose and Inverse of matrices.
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.
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.
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.
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.