
Text Classification with the Naive Bayes Text Classifier
The Naive Bayes classifier is a simple and efficient algorithm for classification tasks that assumes independence of the features. This post aims to introduce this algorithm to the reader.
The Naive Bayes classifier is a simple and efficient algorithm for classification tasks that assumes independence of the features. This post aims to introduce this algorithm to the reader.
Large amounts of data can be challenging for many reasons. Today, I will present an algorithm that can be used to reduce the size of a data set: Random Projections.
T5 is a powerful language model capable of performing a wide range of text-to-text tasks, including text classification, language translation or text summarization. The aim of this post is to introduce this pretrained transformer to the reader.
As in many other areas, ethical issues are necessary for the safe and fair use of various products. In this article, we will look at ethical issues related to machine learning.
To identify similar groups in unknown data and reduce complexity, clustering can be used. Here we describe the k-means algorithm that can be used for clustering.
Understanding Artificial Intelligence - In our latest article we give an insight into our first seminar and our experienc
The purpose of this article is to introduce the reader to the basic topic of reinforcement learning. The introduction concretizes important terms and basic concepts used there.
There are a number of ways to solve a regression task. In this article we will describe how such a regression task can be solved using a neural network.
There are several classical algorithms to perform a classification. Here I describe an implementation using neural networks and my experiences with it.
Q-Learning was one of the first practical reinforcement learning algorithms. This post introduces this algorithm.
Classification can be done in many different ways and with many different algorithms. Today I will introduce the K-Nearest-Neighbour classifier.
Artificial intelligence is a capable technology with great advantages. However, it is also associated with risks and side effects. In this article you will learn what you need to be aware of when working with artificial intelligence.