Dirk Van Meerveld

Lesson 5 – Sentiment Analysis Using Embeddings

Welcome back to part 5 of this tutorial series. In this part, we’ll be looking at simple sentiment analysis using embeddings. For most text classification tasks, fine-tuned machine learning models will do better than embeddings, because they have been meticulously tuned and trained on problem-specific data. There is training data, with the correct answers and […]

Lesson 5 – Sentiment Analysis Using Embeddings Read More »

(6/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Assistants

Hi, and welcome back to part 6 of this tutorial series, where we’ll be looking at the new OpenAI Assistant API, which is where things really get wild. For this part of the tutorial, we’ll be using Jupyter Notebooks, as it’s more practical to code interactively and keep our Python kernel running while we add

(6/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Assistants Read More »

(5/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Text to Speech and TTS Streaming

Welcome back to part 5, where we’ll take a look at OpenAI’s new text-to-speech API. Text-to-speech is nothing new, the robot voices have been famous for a long, long time. What is new is the quality is so good it’s almost scary now! So let’s jump right in. Create a new folder called ‘5_Text_to_speech’ and

(5/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Text to Speech and TTS Streaming Read More »

(4/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – AI Image Edits and Variations

Welcome to part 4, where we’ll be looking at DALLE·3 (hereafter referred to as Dalle) and AI image edits and variations. Dalle 3 is OpenAI’s newest image generation AI and the quality is stunning. Before we get started on the basics, let’s take a moment to discuss the pricing. DALL·E 3 costs $0.04 per image

(4/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – AI Image Edits and Variations Read More »

(3/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – GPT-4 Turbo and Vision

Welcome back to part 3 of this course, where we’ll be looking at the new ChatGPT 4, named GPT-4 Turbo! GPT-4 Turbo is even more capable and now has a knowledge cutoff of April 2023, making it significantly less behind on its knowledge of current events. GPT-4 Turbo is also 3X cheaper for input tokens

(3/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – GPT-4 Turbo and Vision Read More »

(2/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – JSON Mode and Seeds

All right, welcome back to part 2, where we’re going to be looking at JSON mode and seeds. This will basically allow us to use only a part of function calls. Namely when the model generates the arguments it wants to use to call the function, it will return these in valid JSON or JavaScript

(2/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – JSON Mode and Seeds Read More »