OpenAI API Functions & Embeddings Course (2/7): Function Calls with Parameters

πŸ’‘ Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Course Overview Welcome to the second part of the tutorial, where we’ll look at the shortcomings of ChatGPT and use our functions with parameters to overcome them. First, make a file in your base directory called ‘Ba_chatgpt_no_weather.py‘ and copy/paste the following basic code into it: … Read more

OpenAI API Functions & Embeddings Course (1/7): Simple Function Request

πŸ’‘ Full Course with Videos and Course Certificate (PDF): https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/ Course Overview πŸ‘‹ Hi, and welcome. I’m Dirk van Meerveld, and I’ll be your host and guide for this tutorial series, where we’ll be focussing on OpenAi’s ChatGPT function calls and the embeddings API. Function calls will allow us to make ChatGPT even smarter by … Read more

[BREAKING] Tesla Car Drives Elon Musk in Epic Livestream (FSD V12): NOTHING BUT NETS–All The Way Down!

Wow, Tesla Full Self-Driving (FSD), the most incredible real-world software system humanity has ever seen, doesn’t rely on explicit code. It’s an end-to-end neural network solution. The new paradigm is: there is no explicit coding; the code is … neural net weights trained on massive data! 🀯 In a recent live stream, Elon Musk and … Read more

Fine-Tuning GPT-3.5 Turbo – How to Craft Your Own Proprietary LLM

The much-awaited feature for GPT-3.5 Turbo is here: fine-tuning. And guess what? GPT-4 is next in line this autumn. Dive in to discover how this can revolutionize your applications and user experiences. What’s New? OpenAI now empowers you to tailor GPT-3.5 Turbo with your data, ensuring the model aligns perfectly with your specific needs. Preliminary … Read more

Prompt Engineers Use This ChatGPT Prompting Formula

In this article, we will delve into the art of crafting effective queries (i.e., prompts) for AI language models like ChatGPT, Bard, and Bing. A well-formed prompt can make a significant difference in the quality of the responses you receive, saving you time and effort in refining your questions. We will unveil a simple, adaptable … Read more

From AI Scaling to Mechanistic Interpretability

Let’s dive into the fascinating world of scaling laws, mechanistic interpretability, and how they impact the development of artificial intelligence. From asking why the universe responds to throwing large amounts of computing power at vast amounts of data to discussing the emergence of specific abilities in AI models, Dario, the CEO of Anthropic AI, provides … Read more

AI Scaling Laws – A Short Primer

The AI scaling laws could be the biggest finding in computer science since Moore’s Law was introduced. πŸ“ˆ In my opinion, these laws haven’t gotten the attention they deserve (yet), even though they could show a clear way to make considerable improvements in artificial intelligence. This could change every industry in the world, and it’s … Read more

Google’s RT-2 Enables Robots To Learn From YouTube Videos

In a game-changing development in robotics, Google DeepMind’s new artificial intelligence model, RT-2 (Robotics Transformer 2), seamlessly combines vision, language, and action to help robots understand and perform tasks with greater adaptability. The RT-2 is a Vision-Language-Action (VLA) model, unprecedented in its capacity to integrate text and images from the internet and use the acquired … Read more

6 Easiest Ways to Get Started with Llama2: Meta’s Open AI Model

With the unexpected release of its advanced language model, LLaMA 2, Meta has opened up new avenues for commercial and research applications. Unlike its predecessor, this second iteration of the model is (primarily) free and open-source. πŸ§‘β€πŸ’» Recommended: Llama 2: How Meta’s Free Open-Source LLM Beats GPT-4! The source code and data that forms the … Read more