December 31, 2017
Vacation time, an excellent time to learn something new, so I figured, why not build a recipe bot that recommends recipes? For that I needed a way to store recipes that the bot could retrieve. And I figured, why not try to build that in Python with Django?
Read moreDecember 7, 2017
As part of a Community Hack at Microsoft Denmark people can hack together basic AI models with CNTK. Two fellow MVPs asked me if they could use Docker to work on CNTK applications. Sure you can work
Read moreNovember 9, 2017
Every once in a while you run across something that you just have to have. I bumped into a cool little device, the Nvidia Jetson TX1. This is a creditcard size AI computer that looks to be fun. So I had to try it.
Read moreNovember 7, 2017
Setting up a machine learning algorithm involves more than the algorithm itself. You need to preprocess the data in order for it to fit the algorithm. It's this preprocessing pipeline that often requires a lot of work. Building a flexible pipeline is key. Here's how you can build it in python.
Read moreNovember 6, 2017
When you work with Linux machines on Amazon EC2 or Azure over SSH and want to edit interactive python code you've got a challenge. There is vim and other console based editors, but that might not be what you want. Here's how you can edit python code in your browser over SSH in 4 steps.
Read moreNovember 1, 2017
When you are developing packages for Python you need some way to test whether your package works on someone else's computer. Tox is a great tool for this, but doesn't work well with Anaconda. With some basic steps however you can have your code tested on tox without much trouble.
Read moreOctober 21, 2017
Natural language processing is all about text. But it doesn't use the text itself. You need vectors of numbers, for example a bag of words. This can be easily built with a dictionary and some for loops. But there is an easier way.
Read moreAugust 15, 2017
This week .NET Core 2.0 alongside with ASP.NET Core 2.0 was released. A lot of improvements were made to the runtime and the size of the standard libraries has increased significantly. More and more .
Read moreAugust 4, 2017
When it comes to building solutions with AI you want to be smart. Don't just run in there and start using Tensorflow. There are many good solutions such as Clarifai out there that don't require a lot of work, but still produce superior results.
Read moreAugust 3, 2017
A customer I work for wants to generate a set of attachments for an e-mail we need to send to the clients of that customer. We ended up using DinkToPdf with the ASP.NET Core Razor Template Engine to build a PDF generation microservice.
Read moreJuly 21, 2017
Choosing the right algorithm for your machine learning problem can be quite hard. I've had numerous questions about it during the machine learning course. Also I've seen many people struggle to find m
Read moreJune 16, 2017
For a customer I'm working on a new cloud architecture that will help them move to production quicker. The goal for our team is to setup a working product, but at the same time we're learning the cust
Read moreMay 26, 2017
When you start out with machine learning and AI you will learn very quickly that there's a lot of math involved. All this math is very hard to understand, especially if you have a background in softwa
Read moreMay 8, 2017
In the past few weeks I've been breaking my brain over a way to automatically answer questions using a neural network. I have a working version, but debugging a neural network is a nightmare. Neural
Read moreMarch 23, 2017
Machine Learning ideas: Anomaly detection using K-Means From time to time I come across Machine Learning ideas. As I come across them I like to explain them to you my reader and encourage you to try
Read moreFebruary 10, 2017
The face of enterprise solutions is changing rapidly. We are making smaller solutions at a larger scale by deploying microservice architectures. This brings many advantages to developers and customers
Read moreWillem Meints is a Chief AI Architect at Aigency/Info Support, bringing a wealth of experience in artificial intelligence and software development. As a Microsoft AI Most Valuable Professional (MVP), he has been recognized for his significant contributions to the AI community.
In addition to his professional work, Willem is an author dedicated to advancing the field of AI. His latest work focuses on effective applications of large language models, providing valuable guidance for professionals and enthusiasts alike.
Willem is a fan of good BBQ, reflecting his appreciation for craftsmanship both in and out of the digital realm.