|
|
|
|
|
by echoangle
490 days ago
|
|
Do you have some kind of dictionary where I can find this definition? Because I don’t really understand how that can be the deciding factor of „generative“, and the wiki page for „generative AI“ also seems to use the generic „AI that creates new stuff“ meaning. By your definition, basically every classifier with 2 inputs would be generative. If I have a classifier for the MNIST dataset and my inputs are the pixels of the image, does that make the classifier generative because the inputs aren’t independent from each other? |
|
But many other types of model would give you a joint distribution P(which digit, all pixels), so would be generative. Even if you only used it for classification.
https://en.wikipedia.org/wiki/Generative_model
I guess these days "generative" must mean "it is used to generate outputs that look like the training data".
But until recently, the meaning had to do with the information in the model, not how it's used.