A Practical Introduction to AI for Developers

submited by
Style Pass
2024-04-02 16:30:03

Are you a seasoned developer who hears a lot about AI, but don't use it professionally? Do you want to acquire new skills in a competive job market? Would you rather learn AI with an all-in-one platform than scour the internet for incomplete bits and pieces?

If you answered yes to any of these questions, sign up for our FREE survey course on how to build programs using modern AI techniques.

This tutorial is designed for software developers who are curious about how to build programs with AI, specifically Large Language Models (LLMs). In the following lesson, you will learn about the limitations of working with LLMs and how to use a framework like LangChain to help overcome these limitations.

You will put all this knowledge into practice by creating a chat bot that can answer questions about the recent state of the world by parsing a PDF (the World Economic Outlook Update, January 2024), embedding it into a vectorized database, and using a technique called Retrieval Augmented Generation to supplement the base model of ChatGPT with this new information.

Leave a Comment