<div style="text-align: justify;">Machine Learning (ML) allows applications to obtain hidden knowledge without the need to explicitly program what needs to be considered in the process of knowledge discovery. This way, unstructured data can be analyzed, image and speech recognition can be improved and well-informed decisions can be made. In this...
You can't see the forest for the trees anymore, and you need new inspirations urgently? Then ML Conference is the place to be. Connect with like-minded people, widen your horizon while gaining deep insights and practical knowledge of the latest trends and technologies.
<a href="https://pytorch.org/">PyTorch</a> is currently one of the most popular frameworks for the development and training of neural networks. It is characterized above all by its high flexibility and the ability to use standard Python debuggers. And you don’t have to compromise on the training performance.
Can UX demystify AI? Ward Van Laer answers this question in his session at the ML Conference 2019. We invited him for an interview and asked him how to solve the black box problem in machine learning by merely improving the user experience.
In the field of machine learning, many ethical questions are taking on new meaning: On what basis does artificial intelligence make decisions? How can we avoid the transfer of social prejudices to machine learning models? What responsibility do developers have for the results of their algorithms? In his keynote from...
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.