Introducing “Lucid Sonic Dreams”: Sync GAN Art to Music with a Few Lines of Python Code

By Medium - 2021-03-14

Description

Generative art has made significant strides in the past few years. One need only look at the countless artworks posted across the Internet (e.g. here and here) to realize that machines have arguably…

Summary

  • Introducing “Lucid Sonic Dreams”: One need only look at the countless artworks posted across the Internet (e.g.
  • here and here) to realize that machines have arguably equaled man in terms of artistic proficiency.
  • Pulse, quite literally, refers to how the visuals “pulse” to the music’s percussive elements.
  • As an example, the (incredibly stunning) visuals you see in this article’s headline video are generated with a model trained by Jeremy Torman.

 

Topics

  1. Machine_Learning (0.17)
  2. Coding (0.15)
  3. NLP (0.1)

Similar Articles

pytorch-widedeep: deep learning for tabular data

By Medium - 2021-02-22

This is the third of a series of posts introducing pytorch-widedeepa flexible package to combine tabular data with text and images (that could also be used for “standard” tabular data alone). The…

Targeted adversarial attacks with Keras and TensorFlow

By PyImageSearch - 2020-10-26

In this tutorial, you will learn how to perform targeted adversarial attacks and construct targeted adversarial images using Keras, TensorFlow, and Deep Learning. Last week’s tutorial covered untarget ...