Difference between revisions of "Generative AI"

From
Jump to: navigation, search
m
m
Line 17: Line 17:
 
* [[Video Synthesis]]
 
* [[Video Synthesis]]
 
* [[Generated Image]]
 
* [[Generated Image]]
** [https://stablediffusionweb.com/ Stable Diffusion | Stable Diffusion] ... a latent text-to-image diffusion model capable of generating photo-realistic images given any text input
 
 
* Demos, generating...
 
* Demos, generating...
 
** Music: [https://colab.research.google.com/notebooks/magenta/piano_transformer/piano_transformer.ipynb  Generating Piano Music with Transformer | I. Simon, A. Huang, J. Engel, C. "Fjord" Hawthorne - Google on Colab]  play with pretrained [[Transformer]] models for piano music generation, based on the [https://magenta.tensorflow.org/music-transformer Music Transformer model]
 
** Music: [https://colab.research.google.com/notebooks/magenta/piano_transformer/piano_transformer.ipynb  Generating Piano Music with Transformer | I. Simon, A. Huang, J. Engel, C. "Fjord" Hawthorne - Google on Colab]  play with pretrained [[Transformer]] models for piano music generation, based on the [https://magenta.tensorflow.org/music-transformer Music Transformer model]

Revision as of 20:53, 3 March 2023

YouTube search... ...Google search


Background: What is a Generative Model? | Google

More formally, given a set of data instances X and a set of labels Y:

  • Generative models capture the joint probability p(X, Y), or just p(X) if there are no labels.
  • Discriminative models capture the conditional probability p(Y | X).

A generative model includes the distribution of the data itself, and tells you how likely a given example is. For example, models that predict the next word in a sequence are typically generative models (usually much simpler than GANs) because they can assign a probability to a sequence of words.

Informally:

  • Generative models can generate new data instances.
  • Discriminative models discriminate between different kinds of data instances.



Deep Generative Modeling

Agents


Generative Modeling Language