Programmeertalen

Python

The Python programming language is the "Lingua franca" for rapid development in data Science, machinelearning and AI. It has bindings with most popular and state of the art libraries in these fields.

Rust

A relative new programming language combining C/C++-like performance with more memory-safety.

Deeplearning libraries and frameworks

Keras

High level open-source library and framework for developing and training deep-neural-networks, using TensorFlow, CNTK or Theano as backend.

Tensorflow

An opensource deep-learning framework for developing and training deep-neural-networks in all fields from image to speech recognition.

PyTorch

An open-source deep-learning framework for developing and training deep-neural-networks in all fields from image to speech recognition.

Bibliotheken en overige software

Open Computer Vision

An open-source library developed by Intel with speed optimized high and low level algorithms as building blocks for developing computer vision applications. It has a long track record and sustained development and bindings for C++, Python, Java, Javascript and third-party bindings for Rust and Golang.

SciPy

An open-source Python library used for scientific computing and technical computing. SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions, FFT, signal and image processing.

SciKit-Learn

Library for machinelearning algorithms like: classification, regression, support vector machines, random forests.

Postgresql

An open-source Relational Database Management System, this old and trusty elephant never forgets. Our preferred choice for an relational / SQL database.

spaCy.io

An open-source library for NLP (Natural Language Processing). With spaCy you can create linguistically sophisticated statistical models for a variety of NLP problems and prepare text for deep learning.

Numpy

A library for C-like speed matrix algebra in Python, used by a lot of other Python libraries as building block.