Update README.md

This commit is contained in:
Alexander Chen 2016-11-14 13:34:31 -08:00 committed by GitHub
parent 1dfe299c58
commit e671df83a5

View File

@ -1,10 +1,17 @@
Making music using code isnt a new thing but machine learning gives us a whole new way to go about it. We played the computer tons of examples of melodies and over time it starts to learn relationships between notes and timings. So when you play a few notes the neural network will respond with a short melody, interpreting whatever you give it. Its like a musical game of call and response.
## A.I. Duet
Trade melodies with a neural network.
## About
This experiment lets you make music through machine learning. A neural network was trained on many examples and it learns about musical concepts, building a map of notes and timings. You just play a few notes, and see how the neural net responds. Were working on putting the experiment on the web so that anyone can play with it. In the meantime, learn about it by watching the video above.
[https://aiexperiments.withgoogle.com/ai-duet](https://aiexperiments.withgoogle.com/ai-duet)
This is not an official Google product.
## CREDITS
Built by Yotam Mann and folks on the Magenta and Creative Lab teams at Google.
Built by Yotam Mann with friends on the Magenta and Creative Lab teams at Google. It uses [Tone.js (https://github.com/Tonejs/Tone.js) and open-source tools from the [Magenta](https://github.com/tensorflow/magenta) project.
## OVERVIEW
@ -72,4 +79,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.