From the course: Using Gen AI to Develop Personalized Learning Plans
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
How does it work?
From the course: Using Gen AI to Develop Personalized Learning Plans
How does it work?
Now we're going to do something that most magicians will never do. Show you how the magic works. ChatGPT and many other conversational agents are transformers operative on an auto regressive model. It's not as complicated as it may sound. A transformer is a program, a model, or an algorithm that converts code into something else. In this case, human language. The autoregressive part means that the software uses prior events to predict the likelihood of future events using a form of logic called Bayesian logic. So when we ask an AI to write a sonnet, it reviews the structure of past sonnets and creates a brand new one, applying a similar structure. The generative part comes from the output, which requires a unique product that has been generated quite literally by the AI itself. Generative AI moves beyond searching for existing content to produce something new in response to your unique request. These requests, also called prompts, remove the need to understand code. You can get…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.