Category: Applications

The Job Getter GPT
The Job Getter GPT helps you search and find the best jobs, write great CV/résumés and cover letters to get interviews, and ace these interviews to get your dream job with the best salary! Find The Job Getter GPT on OpenAI’s ChatGPT
Finding the dominant colors in an image with k-means
Working with images can be a very time-consuming task, especially if you have many images to work on. Machine learning can thus be a great time-saver for various image analysis and editing tasks, such as finding the dominant colors of an image thanks to the K-means clustering algorithm.
Basics of Natural Language Processing with NLTK
A key element of Artificial Intelligence, Natural Language Processing is the manipulation of textual data through a machine in order to “understand” it, that is to say, analyze it to obtain insights and/or generate new text. In Python, this is most commonly done with NLTK.
Financial strategies for a stock trading bot
Creating a stock trading bot is both a very interesting and a very challenging task. To build an algorithm that makes money, there is a number of potential trading strategies from which value can be created. This post attempts to list the most obvious strategies in a formal and systematic approach, to methodically structure the…
Data Science and Machine Learning for Finance
Diving deeper in data science and the actual coding of data processing functions and machine learning algorithms with Python, this series of tutorial gives us a great taste of what can be done in finance and stock trading. Through a hands-on approach, it guides us through the programming needed to retrieve, manipulate and visualize data,…
