Close
  • Latest News
  • Artificial Intelligence
  • Big Data and Analytics
  • Cloud
  • Networking
  • Cybersecurity
  • Applications
  • IT Management
  • Storage
  • Sponsored
  • Mobile
  • Small Business
  • Development
  • Database
  • Servers
  • Android
  • Apple
  • Innovation
  • Blogs
  • PC Hardware
  • Reviews
  • Search Engines
  • Virtualization
Read Down
Sign in
Close
Welcome!Log into your account
Forgot your password?
Read Down
Password recovery
Recover your password
Close
Search
Logo
Logo
  • Latest News
  • Artificial Intelligence
  • Big Data and Analytics
  • Cloud
  • Networking
  • Cybersecurity
  • Applications
  • IT Management
  • Storage
  • Sponsored
  • Mobile
  • Small Business
  • Development
  • Database
  • Servers
  • Android
  • Apple
  • Innovation
  • Blogs
  • PC Hardware
  • Reviews
  • Search Engines
  • Virtualization
More
    Home Artificial Intelligence
    • Artificial Intelligence

    What Is a Generative AI Model?

    Generative AI models are highly scalable, accessible artificial intelligence solutions that are getting enormous publicity as they supplement and transform various business operations.

    By
    Shelby Hiter
    -
    June 26, 2023
    Share
    Facebook
    Twitter
    Linkedin
      Virtual reality blockchain neon cube in data stream background created with generative AI technology.

      eWEEK content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

      Generative AI models are the massive, big-data-driven artificial intelligence models that are powering the emerging generative AI technology. Generative AI models use large language models, complex algorithms and neural networks to produce original text, audio, synthetic data, images, and more.

      While many generative AI companies and tools are popping up daily, the models that work in the background to run these tools are fewer and more important to the growth of generative AI’s capabilities.

      Read on to learn more about what a generative AI model is, how they work and compare to other types of AI, and some of the top generative AI models that are available today.

      Also see: Top Generative AI Apps and Tools

      Table of Contents: A Closer Look at Generative AI Models

      • Generative AI Model Definition
      • Types of Generative AI Models
      • How Do Generative AI Models Work?
      • How Are Generative AI Models Trained?
      • Examples of Generative AI Models
      • What Can Generative Models Do?
      • Bottom Line: The Potential and Limitations of Generative AI Models

      Generative AI Model Definition

      Generative AI models are artificial intelligence platforms that generate a variety of outputs based on massive training datasets, neural networks and deep learning architecture, and prompts from users.

      Depending on the type of generative AI model you’re working with, you can possibly generate images, translate text into image outputs and vice-versa, synthesize speech and audio, create original video content, and generate synthetic data. Although there are many different subsets and new formats of generative AI models emerging, the two primary designs are:

      Generative adversarial networks

      With generative adversarial networks (GANs), the components of the AI model include two different neural networks: the generator and the discriminator. The generator generates content based on user inputs and training data while the discriminator model evaluates generated content against “real” examples to determine which output is real or accurate.

      Transformer-based models

      With transformer-based models, encoders and/or decoders are built into the platform to decode the tokens, or blocks of content that have been segmented based on user inputs.

      Also see: Generative AI Companies: Top 12 Leaders

      Generative vs. Discriminative AI Models

      The primary difference between generative and discriminative AI models is that generative AI models can create new content and outputs based on their training.

      Discriminative modeling, on the other hand, is primarily used to classify existing data through supervised learning. As an example, a protein classification tool would operate on a discriminative model, while a protein generator would run on a generative AI model.

      Generative vs. Predictive AI Models

      Generative models are designed to create something new while predictive AI models are set up to make predictions based on data that already exists. Continuing with our example above, a tool that predicts the next segment of amino acids in a protein molecule would work through a predictive AI model while a protein generator requires a generative AI model approach.

      Also see: Generative AI Startups

      Types of Generative AI Models

      Many types of generative AI models are in operation today, and the number continues to grow as AI experts experiment with existing models.

      With the classifications below, keep in mind that it’s possible for a model to fit into multiple categories. For example, the latest updates to ChatGPT and GPT-4 make it a transformer-based model, a large language model, and a multimodal model.

      • Generative adversarial networks (GANs): best for image duplication and synthetic data generation.
      • Transformer-based models: best for text generation and content/code completion. Common subsets of transformer-based models include generative pre-trained transformer (GPT) and bidirectional encoder representations from transformers (BERT) models.
      • Diffusion models: best for image generation and video/image synthesis.
      • Variational autoencoders (VAEs): best for image, audio, and video content creation, especially when synthetic data needs to be photorealistic; designed with an encoder-decoder infrastructure.
      • Unimodal models: models that are set up to accept only one data input format; most generative AI models today are unimodal models.
      • Multimodal models: designed to accept multiple types of inputs and prompts when generating outputs; for example, GPT-4 can accept both text and images as inputs.
      • Large language models: the most popular and well-known type of generative AI model right now, large language models (LLMs) are designed to generate and complete written content at scale.
      • Neural radiance fields (NeRFs): emerging neural network technology that can be used to generate 3D imagery based on 2D image inputs.

      Also see: 100+ Top AI Companies 2023

      How Do Generative AI Models Work?

      Using unsupervised or semi-supervised learning methods, generative AI models are trained to recognize small-scale and overarching patterns and relationships in training datasets that come from all kinds of sources — the internet, wikis, books, image libraries, etc.

      This training enables a generative AI model to mimic those patterns when generating new content, making it believable that the content could have been created by or belonged to a human rather than a machine.

      The reason generative AI models are able to so closely replicate actual human content is that they are designed with layers of neural networks that emulate the synapses between neurons in a human brain. When the neural network design is combined with large training datasets, complex deep learning and training algorithms, and frequent re-training and updates, these models are able to improve and “learn” over time and at scale.

      Also see: Generative AI Examples 

      How Are Generative AI Models Trained?

      Generative AI models are all trained a little differently, depending on the model type you’re training. Here, we’ll discuss how transformer-based models, GANs, and diffusion models are trained:

      Transformer-based model training

      Transformer-based models are designed with massive neural networks and transformer infrastructure that make it possible for the model to recognize and remember relationships and patterns in sequential data.

      To start, these models are trained to look through, store, and “remember” large datasets from a variety of sources and, sometimes, in a variety of formats. Training data sources could be websites and online texts, news articles, wikis, books, image and video collections, and other large corpora of data that provide valuable information.

      From there, transformer models can contextualize all of this data and effectively focus on the most important parts of the training dataset through that learned context. The sequences this type of model recognizes from its training will inform how it responds to user prompts and questions. Essentially, transformer-based models pick the next most logical piece of data to generate in a sequence of data.

      GAN model training

      GAN models are trained with two different sub-model neural networks: a generator and a discriminator.

      First, the generator creates new “fake” data based on a randomized noise signal. Then, the discriminator blindly compares that fake data to real data from the model’s training data to determine which data is “real” or the original data.

      The two sub-models cycle through this process repeatedly until the discriminator is no longer able to find flaws or differences in the newly generated data compared to the training data.

      Diffusion model training

      Diffusion models require both forward training and reverse training, or forward diffusion and reverse diffusion.

      The forward diffusion process involves adding randomized noise to training data. When the reverse diffusion process begins, noise is slowly removed or reversed from the dataset to generate content that matches the original’s qualities.

      Noise, in this case, is best defined as signals that cause behaviors you don’t want to keep in your final dataset but that help you to gradually distinguish between correct and incorrect data inputs and outputs.

      Also see: ChatGPT vs. GitHub Copilot

      Examples of Generative AI Models

      Below you’ll find some of the most popular generative AI models available today. Keep in mind that many generative AI vendors build their popular tools with one of these models as the foundation or base model. For example, many of Microsoft’s new Copilot tools run on GPT-4 from OpenAI.

      • GPT-3/3.5/4, etc.: GPT-3, GPT-3.5, and GPT-4 are different generations of the GPT foundation model managed, owned, and created by OpenAI. The latest version, GPT-4, uses a multimodal LLM that is the basis for ChatGPT.
      • OpenAI Codex: Another model from OpenAI, Codex is able to generate code and autocomplete code in response to natural language prompts. It is the foundation model for tools like GitHub Copilot.
      • Stable Diffusion: One of the most popular diffusion models, Stability AI’s Stable Diffusion is primarily used for text-to-image generation.
      • LaMDA: A transformer-based model from Google, LaMDA is designed to support conversational use cases.
      • PaLM: Another transformer-based LLM from Google, PaLM is designed to support multilingual content generation and coding. PaLM 2 is the latest version of the model and is the foundation for Google Bard.
      • AlphaCode: A developer and coding support tool from DeepMind, AlphaCode is a large language model that generates code based on natural language inputs and questions.
      • BLOOM: Hugging Face’s BLOOM is an autoregressive, multilingual LLM that mostly focuses on completing statements with missing text or strings of code with missing code.
      • LLaMA: LLaMA is a smaller large language model option from Meta that exists with the purpose of making generative AI models more accessible to users with fewer infrastructural resources.
      • Midjourney: Midjourney is a generative AI model that operates similarly to Stable Diffusion, generating imagery from natural language prompts that users submit.

      Keep learning: Generative AI Landscape: Current and Future Trends

      What Can Generative Models Do?

      Generative models can complete a variety of business and personal tasks when trained appropriately and given relevant prompts. You can use generative AI models to handle the following tasks and many more:

      • Generate and complete text.
      • Generate and complete code and code documentation.
      • Generate imagery, videos, and audio.
      • Generate synthetic data.
      • Design proteins and drugs.
      • Answer questions and support research.
      • Optimize imagery for healthcare diagnostics.
      • Create immersive storytelling and video game experiences.
      • Supplement customer support experiences.
      • Automate and create more visibility for cybersecurity and risk management.

      More on this topic: Generative AI: Enterprise Use Cases

      Bottom Line: The Potential and Limitations of Generative AI Models

      Generative AI models are highly scalable, accessible artificial intelligence solutions that are rightfully getting publicity as they supplement and transform various business operations — and even the resourceful 10th grader’s English paper.

      However, there are many concerns about how these tools work, their lack of transparency and built-in security safeguards, and generative AI ethics in general. Whether your organization is working to develop a generative AI model, build off of a foundation model, or simply use ChatGPT for daily tasks, keep in mind that the best way to use generative AI models is with comprehensive employee and customer training and clear ethical use policies in place.

      And: ChatGPT vs. Google Bard

      Shelby Hiter
      Shelby Hiter is a contributing writer for eWeek and several other B2B technology websites. Previously, she managed editorial strategy on TechRepublic, Webopedia, LinuxToday, and SoftwarePundit. Her work has appeared in online publications such as TechRepublic, project-management.com, Datamation, eSecurity Planet, Enterprise Networking Planet, CIO Insight, AllBusiness.com, and SiteProNews. Her current B2B tech passions include artificial intelligence, managed services, open-source software, and big data.
      Get the Free Newsletter!
      Subscribe to Daily Tech Insider for top news, trends & analysis
      This email address is invalid.
      Get the Free Newsletter!
      Subscribe to Daily Tech Insider for top news, trends & analysis
      This email address is invalid.

      MOST POPULAR ARTICLES

      Latest News

      Zeus Kerravala on Networking: Multicloud, 5G, and...

      James Maguire - December 16, 2022 0
      I spoke with Zeus Kerravala, industry analyst at ZK Research, about the rapid changes in enterprise networking, as tech advances and digital transformation prompt...
      Read more
      Applications

      Datadog President Amit Agarwal on Trends in...

      James Maguire - November 11, 2022 0
      I spoke with Amit Agarwal, President of Datadog, about infrastructure observability, from current trends to key challenges to the future of this rapidly growing...
      Read more
      Cloud

      IGEL CEO Jed Ayres on Edge and...

      James Maguire - June 14, 2022 0
      I spoke with Jed Ayres, CEO of IGEL, about the endpoint sector, and an open source OS for the cloud; we also spoke about...
      Read more
      Applications

      Kyndryl’s Nicolas Sekkaki on Handling AI and...

      James Maguire - November 9, 2022 0
      I spoke with Nicolas Sekkaki, Group Practice Leader for Applications, Data and AI at Kyndryl, about how companies can boost both their AI and...
      Read more
      IT Management

      Intuit’s Nhung Ho on AI for the...

      James Maguire - May 13, 2022 0
      I spoke with Nhung Ho, Vice President of AI at Intuit, about adoption of AI in the small and medium-sized business market, and how...
      Read more
      Logo

      eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site’s focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

      Facebook
      Linkedin
      RSS
      Twitter
      Youtube

      Advertisers

      Advertise with TechnologyAdvice on eWeek and our other IT-focused platforms.

      Advertise with Us

      Menu

      • About eWeek
      • Subscribe to our Newsletter
      • Latest News

      Our Brands

      • Privacy Policy
      • Terms
      • About
      • Contact
      • Advertise
      • Sitemap
      • California – Do Not Sell My Information

      Property of TechnologyAdvice.
      © 2022 TechnologyAdvice. All Rights Reserved

      Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.

      ×