Many developers, including myself, want to use AI in their applications. Building machine learning models however, often requires a lot of expertise and time. This article describes a technique cal...
Deploying TensorFlow Models on Edge Devices
While it has been possible to deploy TensorFlow models to mobile and embedded devices via TensorFlow for Mobile for some time, Google released an experimental version of TensorFlow Lite as an evolu...
Deploying Models from IBM's Model Exchange to Kubernetes
In March IBM launched the Model Asset Exchange which is a place for developers to find and use open source deep learning models. In this article I describe how developers can use these models in ap...
Hyperparameter Optimization with IBM Watson Studio
In March IBM announced Deep Learning as a Service (DLaaS) which is part of IBM Watson Studio. Below I describe how to use this service to train models and how to optimize hyperparameters to easily ...
Training TensorFlow.js Models with IBM Watson
Recently Google introduced TensorFlow.js, which is a JavaScript library for training and deploying machine learning models in browsers and on Node.js. I like especially the ability to run predictio...
Building VR Applications with Unity and IBM Watson
I’ve continued to play with Unity and the IBM Watson SDK, which allows using cognitive services like speech recognition in Unity projects. With this technology you can not only build games, but als...
Building AR Applications with Unity and IBM Watson
Over the last days I’ve enjoyed playing with Unity and the IBM Watson SDK, which allows using cognitive services like speech recognition in Unity projects. With this technology you can not only bui...
Pictures from We Are Developers in Vienna
Last week my colleagues and I attended We Are Developers in Vienna, a developer conference with 8000 attendees. We presented and demonstrated the IBM Cloud and the IBM Code developer site. Below ar...
Pictures from JAX 2018
Last week my colleagues and I attended JAX, which is a developer conference with 2000 attendees with a focus on Java and enterprise technologies. My colleagues and I presented and demonstrated the ...
Developing Polyglot Applications with OpenWhisk
As serverless platforms mature, more and more sophisticated cloud-native applications are built with serverless technologies. I’ve created a sample application which uses multiple functions which h...