Difference between revisions of "Generative AI"

From
Jump to: navigation, search
Line 20: Line 20:
 
** 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].
  
Generative modeling asks how likely it is, given condition X, that you’ll observe outcome Y. The approach has proved incredibly potent and versatile. [https://www.quantamagazine.org/how-artificial-intelligence-is-changing-science-20190311/ How Artificial Intelligence Is Changing Science | Dan Falk - Quanta Magazine]
 
  
 
* Three main types:
 
* Three main types:
Line 33: Line 32:
 
*** [[Semi-Supervised Learning with Generative Adversarial Network (SSL-GAN)]]
 
*** [[Semi-Supervised Learning with Generative Adversarial Network (SSL-GAN)]]
 
*** [[Context-Conditional Generative Adversarial Network (CC-GAN)]]
 
*** [[Context-Conditional Generative Adversarial Network (CC-GAN)]]
 +
 +
 +
Generative modeling asks how likely it is, given condition X, that you’ll observe outcome Y. The approach has proved incredibly potent and versatile. [https://www.quantamagazine.org/how-artificial-intelligence-is-changing-science-20190311/ How Artificial Intelligence Is Changing Science | Dan Falk - Quanta Magazine]
  
 
<youtube>FZBFV7xfGaY</youtube>
 
<youtube>FZBFV7xfGaY</youtube>

Revision as of 07:18, 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