Dirk Van Meerveld

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

Welcome to part 1 of the course! My name is Dirk van Meerveld and I will be your host and guide for this series in which we’re going to be exploring all the new features of the OpenAI APIs and what we can do with them. To get started we’re going to be looking at […]

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

[Course] OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3

Hi and welcome to this course on all the newest updates from OpenAI. In this tutorial series, we’ll be looking at all the updated API’s and functionality through practical examples. There is lots of really cool stuff to go over here so I hope you’re ready and excited to go. I’ll see you in part

[Course] OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 Read More »

Python LangChain Course 🐍🦜🔗 RCI and LangChain Expression Language (6/6)

Welcome back to part 6! In this part, we’re going to look at the LangChain Expression Language (LCEL) for chaining together elements to create an LLM chain that we can run. You’ve seen this syntax briefly in part 1 but we haven’t gone much into it after that. In this part, you will learn how

Python LangChain Course 🐍🦜🔗 RCI and LangChain Expression Language (6/6) Read More »

Python LangChain Course 🐍🦜🔗 Understanding Agents and building our own (5/6)

Hi and welcome back! In this part, we’re going to be building our own custom agent from scratch. So far the whole agent may have seemed a bit magical as it just runs off reasoning back and forth on its own. In this part we’re going to really understand how an agent works and how

Python LangChain Course 🐍🦜🔗 Understanding Agents and building our own (5/6) Read More »

Python LangChain Course 🐍🦜🔗 – Chatting with Large Documents (2/6)

Welcome back to part two, where we’re going to ‘chat’ with an entire book! We’ll be able to ask a textual question and we’ll receive a textual response based on the information inside the book. Besides being really cool, what are the practical real-world use cases for this? Imagine you’re a writer, and you are

Python LangChain Course 🐍🦜🔗 – Chatting with Large Documents (2/6) Read More »

Python LangChain Course 🐍🦜🔗 Summarizing Long Texts Using LangChain (1/6)

Welcome to this tutorial series on LangChain. My name is Dirk van Meerveld, and it is my pleasure to be your host and guide for this tutorial series! We’re going to be using LangChain to further improve our ChatGPT superpowers and explore more cool ways in which we can put these powerful technologies to practical

Python LangChain Course 🐍🦜🔗 Summarizing Long Texts Using LangChain (1/6) Read More »

Python LangChain Course 🐍🦜🔗 Introduction (0/6)

Hi and welcome! I’m pleased to introduce this course on the Python LangChain library for working with Large Language Models. We’ll be using LangChain to greatly increase our ChatGPT superpowers and look at cool, but also real-world practical applications. Even though we’ll be using ChatGPT in this series, you will also be able to apply

Python LangChain Course 🐍🦜🔗 Introduction (0/6) Read More »

Lesson 7: Sentiment analysis using embeddings

💡 Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Welcome back to the final part 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

Lesson 7: Sentiment analysis using embeddings Read More »