MagentaDemosMagenta實戰程式碼

磐石001發表於2017-07-21

Magenta 實戰程式碼

這個倉庫包含了很多 Magenta 模型的實現。看 Magenta 庫以及模型,看我們的主倉庫:https://github.com/tensorflow/magenta

AI Duet 非常有意思,你隨便敲鍵盤,它反饋給你類似的鋼琴節奏。

體驗地址:https://aiexperiments.withgoogle.com/ai-duet/view/

This repository contains various demonstrations of Magenta models. For the Magenta library and models, see our main
repo
.

  • AI Duet: A browser-based piano that responds to, demonstrating
    a Magenta note sequence generation model. Built byYotam Mann with friends on the Magenta and Creative Lab teams at Google. A hosted version
    is available as an AI Experiment.
  • AI Jam (Ableton): A demonstration
    of several Magenta note sequence generation models originally developed as a demonstration for NIPS 2016. Requires an installation of Ableton Live and MaxForLive. You can watch a video of this demo in action on our blog.
  • AI Jam (JavaScript): A demonstration
    that combines much of the functionality of the AI Jam demo with the browser-based interface of the AI Duet demo. Can be set up much more easily than the Ableton version.
  • Jupyter Notebooks: Jupyter
    notebooks for all Magenta projects.
  • NSynth: Two demonstrations of our neural
    audio synthesis method.
  • Sketch-RNN: A JavaScript implementation
    of our Sketch-RNN algorithm, along with 100 pre-trained models.

更多資源:http://www.tensorflownews.com/


相關文章