Generative AI
Learn about generative AI and how systems like ChatGPT work.
We'll cover the following...
Generative AI is a highly studied field at the moment due to the rising popularity of language models (LMs) and GANs. Certainly one of the flashiest types of ML algorithms, GenAI algorithms are different from traditional ML because they’re not meant to predict; they use training data to create semi-original content. GANs are commonly used for creating synthetic rows, for example, but other more famous algorithms like Stable Diffusion or GPT-4 allow for more varied and creative outputs.
Language models
With the rise of ChatGPT, the hype around language modeling has never been greater. However, language modeling originated quite a long time ago and has only recently come to the spotlight. LMs are simply ways of ...