Aug
6,
2019
Neural networks with PyTorch
<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.
Jun
13,
2019
Machine Learning with Python: Train your own image classification model with Keras and TensorFlow
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...
Apr
24,
2019
Tutorial: Introduction to the R programming language
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...
Apr
1,
2019
Tutorial: An introduction to the Python programming language
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.
Mar
20,
2019
Infographic: Top 5 Python Libraries for 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....
Nov
9,
2018
“Designing proper data collection today improves the quality of ML outcomes tomorrow”
Machine learning may have all sorts of use cases, but forecasting? In honor of the upcoming ML Conference, we talked to Philipp Beer about how data scientists can utilize ML in statistical forecasting. We talk about the advantages and disadvantages of modern vs. classical methods, how can one decide between...
Oct
29,
2018
Coding deep learning: The absolute minimum an interested developer should know
Deep Learning is all the hype these days, beating another record most every week but writing code for deep learning is not just coding – it really helps if you have a basic understanding of what’s going on beneath. In this session from last year’s ML Conference, Sigrid Keydana offers...
May
15,
2018
Preparing Text Input for Machine Learning
ML Conference-Speaker Christoph Henkelmann says machine learning is basically nothing more than a numbers game. We’ve taken a closer look at what he means by that and and asked him to explain the principles of word processing from the point of view of a machine in more detail.
Apr
20,
2018
Cracking open the black box of Neural Networks
The countdown to the Machine Learning conference in Berlin keeps ticking. We spoke with ML conference speaker and ML6 head of Applied Research Xander Steenbrugge about the “black box problem” in neural networks. Catch more of AI expert Xander Steenbrugge during his keynote talk, session, and workshop.
Nov
3,
2017
ML design is not unbiased: “Algorithms are neither neutral nor value-free”
Our first ML Conference will debut in December in Berlin. Until then, we’d like to give you a taste of what’s to come. We talked with, Dr. Katleen Gabriels, Assistant Professor at Eindhoven University of Technology about how algorithms influence our daily lives and why ethics are essential to the...