From the course: Everyday AI Business Tools
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Generate text with large language models (LLM)
From the course: Everyday AI Business Tools
Generate text with large language models (LLM)
- You've already seen that there are a couple of different paths to take when you're working with AI tools. You can use some tools to build your own system. These are mostly used for predictive AI, so you can use a server with a powerful GPU to build an artificial neural network and create a data model, but you can also use a programming language like Python to access another company's application programming interface or API. Then you can build out a simpler program that relies on these powerful generative AI systems. Even though these tools follow these general trends, there's still a lot of mixing and matching. In fact, you can use Python to do a lot more than just access in other company's API. Some companies use Python as a replacement for TensorFlow. One of the most common ways to do this is by using a Python library called PyTorch. With this library, you can build your own artificial neural network. You can even use it to develop a blob-like foundation model. One area where you…
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.