What’s what in TensorFlow 2.0 – Part Deux

Welcome to part 2 of my “What’s what in TensorFlow 2.0” series. If you have not already, I encourage you to read part one first. In the previous article, we … Continue reading “What’s what in TensorFlow 2.0 – Part Deux”

TensorFlow 2.0

What’s what in TensorFlow 2.0

I think everyone can agree the new TensorFlow 2.0 is a revolution rather than evolution. It has greatly simplified almost every aspect of the clunky TF1. And while the TensorFlow … Continue reading “What’s what in TensorFlow 2.0”

Building Jarvis – NLP Hot Word Detection

Have you ever wished you had your own Jarvis? An Artificial Intelligence system tending to your every need. Solving complex tasks for you and pouring coffee whenever you need it? … Continue reading “Building Jarvis – NLP Hot Word Detection”

The Art of Fake – Nvidia GAN Networks

In recent years we heard a lot about A.I. taking our jobs or at least driving us to our current jobs. While the debate is still open, I think most … Continue reading “The Art of Fake – Nvidia GAN Networks”

The Art of Artificial Intelligence

Artificial Intelligence (AI) is reaching new peaks of excellence with unprecedented speed. The applications of these technologies in medicine, transportation, agriculture, retail, security, and others, are influencing the way we … Continue reading “The Art of Artificial Intelligence”

Software messaging patterns and time travel

Messaging is one of these things everyone thinks they use and understand. If you look at events closely, they are fairly simple. Often it’s just a timestamp with few properties. … Continue reading “Software messaging patterns and time travel”

Image Recognition with Neural Networks (part 2)

Welcome to the part 2 of our Image Recognition with Neural Networks on Cloud TPUs series. In the previous article we’ve made necessary preparations for 3 important processes that we … Continue reading “Image Recognition with Neural Networks (part 2)”

Image Recognition with Neural Networks (part 1)

This article is the first of 2-part series explaining how to build an image recognition neural network. The code below is available also as a Google CoLaboratory interactive notebook. I … Continue reading “Image Recognition with Neural Networks (part 1)”

Google TensorFlow. Artificial Intelligence Made Easy(ier)

In this article I will explain what the real live neural network solving real problems could look like. And what options and tools you have for consideration when building your … Continue reading “Google TensorFlow. Artificial Intelligence Made Easy(ier)”