Difference between revisions of "Generative AI"

From
Jump to: navigation, search
m
m
Line 18: Line 18:
 
** [[End-to-End Speech]] ... [[Synthesize Speech]] ... [[Speech Recognition]]  
 
** [[End-to-End Speech]] ... [[Synthesize Speech]] ... [[Speech Recognition]]  
 
* [[AI Solver]]
 
* [[AI Solver]]
* [[Generative Query Network (GQN)]]
 
 
* [[Discriminative vs. Generative]]
 
* [[Discriminative vs. Generative]]
* [[Natural Language Generation (NLG)]]
+
** Generative Pre-trained Transformer (GPT)
 +
** [[Generative Query Network (GQN)]]
 +
** [[Data Quality#Data Augmentation, Data Labeling, and Auto-Tagging|Data Augmentation, Data Labeling, and Auto-Tagging]]
 +
** [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  ... [[Game Development with Generative AI]]
 +
** [[Generative AI for Business Analysis]]
 +
** [[Natural Language Generation (NLG)]]
 
* [[Moonshots#Emergence from Analogies|Emergence from Analogies]]
 
* [[Moonshots#Emergence from Analogies|Emergence from Analogies]]
 
* [https://en.wikipedia.org/wiki/Generative_model Generative Model | Wikipedia]
 
* [https://en.wikipedia.org/wiki/Generative_model Generative Model | Wikipedia]
* [[Data Quality#Data Augmentation, Data Labeling, and Auto-Tagging|Data Augmentation, Data Labeling, and Auto-Tagging]]
 
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  ... [[Game Development with Generative AI]]
 
* [[Generative AI for Business Analysis]]
 
 
* 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 08:08, 15 March 2023

YouTube search... ...Google search... Google News ...Bing News


Generative AI could improve the speed and accuracy of product research and development. Generative AI technology can also help with product engineering by allowing teams to simulate products in virtual environments. This allows for complex problems to be solved more quickly and efficiently, leading to improved design accuracy. - The Generative AI Revolution Is Creating The Next Phase Of Autonomous Enterprise | Mark Minevich - Forbes


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.



Roblox

Roblox is a gaming platform and publishing system that allows users to create and play 3D games online. Some of the technologies used with Roblox are:

  • Roblox Studio, a development environment that provides tools for creating and publishing games on Roblox
  • Roblox VR, a virtual reality feature that enables users to enjoy the games in immersive 3D environments
  • Generative AI, a new technology that uses artificial intelligence to generate code, assets, and content for Roblox games
  • Amazon AWS, a cloud computing service that hosts Roblox’s servers and data centers

Deep Generative Modeling

Generative Modeling Language