Machine learning can be implemented in different ways, one of which is reinforcement learning. What exactly is reinforcement learning and how can we put it to use? Before the upcoming ML Conference, we spoke to Dr. Christian Hidber about the underlying ideas and challenges of reinforcement learning, and why it...
Image classification models are intended to classify images into classes. We usually want to divide them into groups that reflect what objects are on a picture. For example, we can train an image classification model that can distinguish "dog" from "cat," but of course, even more complex classifications can be...
Deep learning is now often considered to be the "holy grail" when it comes to developing intelligent systems. While fully automatic and autonomous machine learning is on the way, current solutions still require the understanding of a software developer or engineer. Deep learning, by contrast, is a sub-discipline of machine...
You already have some experience with SQL and are wondering how you could find solutions to problems in R? Then this article is just the thing you need! We’ll start with the basic elements of the language - with lots of specific sample code to help. Then we’ll take a...
When Guido van Rossum developed Python, he wanted to create a "simple" programming language that bypassed the vulnerabilities of other systems. Due to the simple syntax and sophisticated syntactic phrases, the language has become the standard for various scientific applications such as machine learning.
It is well-known in the Developer Scene that there is no better machine learning language than Python. One of the reasons why this programming language is so popular is the fact that it has a huge collection of great libraries, that makes the life of a developer a lot easier....
When you talk about Machine Learning and Google's TensorFlow, most people think of Python and specialized hardware rather than JavaScript and any browser. This article explains what TensorFlow.js can do and why it makes sense to run machine learning in a browser.
How can AI be turned into a commodity – a cheap, easily available product, that is used by everyone? Will it even be possible to turn AI into a commodity at all? Dr. Pieter Buteneers (Robovision) adresses these questions in this keynote from ML Conference 2018 in Berlin.
If you cannot or do not want to build an AI project from scratch, you have countless choices of ready-made services. But what can you do if the finished services do not fit the project? Customizable AI and ML models in the cloud, which you can train with your own...
The cold start problem affects both startups as well as established companies. Nonetheless, it also provides a great opportunity to collect new data with your customer’s problem in focus. How do you solve the cold start problem and arrive at a useful data pipeline? We talked to ML Conference speakers...