Difference between revisions of "Generative AI"

From
Jump to: navigation, search
Line 16: Line 16:
 
* Demos, generating...
 
* Demos, generating...
 
** Music: [http://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 [http://magenta.tensorflow.org/music-transformer Music Transformer model]
 
** Music: [http://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 [http://magenta.tensorflow.org/music-transformer Music Transformer model]
** Faces: [http://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/tf_hub_generative_image_module.ipynb TF-Hub generative image model | The TensorFlow Hub Authors - Google] use of a TF-Hub module based on a generative adversarial network (GAN). The module maps from N-dimensional vectors, called latent space, to RGB images.
+
** Faces: [http://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/tf_hub_generative_image_module.ipynb TF-Hub generative image model | The TensorFlow Hub Authors - Google] use of a [http://www.tensorflow.org/hub TF-Hub] module based on a generative adversarial network (GAN). The module maps from N-dimensional vectors, called latent space, to RGB images.
 
** 3D Objects: [http://colab.research.google.com/github/tensorflow/lucid/blob/master/notebooks/differentiable-parameterizations/style_transfer_3d.ipynb 3D Style Transfer | Google]  uses Lucid to implement style transfer from a textured 3D model and a style image onto a new texture for the 3D model by using a [http://distill.pub/2018/differentiable-parameterizations/#section-style-transfer-3d Differentiable Image Parameterization].
 
** 3D Objects: [http://colab.research.google.com/github/tensorflow/lucid/blob/master/notebooks/differentiable-parameterizations/style_transfer_3d.ipynb 3D Style Transfer | Google]  uses Lucid to implement style transfer from a textured 3D model and a style image onto a new texture for the 3D model by using a [http://distill.pub/2018/differentiable-parameterizations/#section-style-transfer-3d Differentiable Image Parameterization].
  

Revision as of 07:22, 2 October 2019

YouTube search... ...Google search



Generative modeling asks how likely it is, given condition X, that you’ll observe outcome Y. The approach has proved incredibly potent and versatile. How Artificial Intelligence Is Changing Science | Dan Falk - Quanta Magazine



Deep Generative Modeling


Agents


Generative Modeling Language