Skip to content

MIT 6.S191 Lab 1: Intro to TensorFlow and Music Generation with RNNs

License

Notifications You must be signed in to change notification settings

mertbozkir/Music_Generation_RNNs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT 6.S191 Lab 1: Intro to TensorFlow and Music Generation with RNNs

alt text

TensorFlow is a software library extensively used in machine learning. Here we'll learn how computations are represented and how to define simple neural networks in TensorFlow. TensorFlow uses a high-level API called Keras that provides a powerful, intuitive framework for building and training deep learning models. In this section you will learn the basics of computations in TensorFlow, the Keras API, and TensorFlow's new imperative execution style enabled by Eager.

In the second portion of the lab, we will play around with building a Recurrent Neural Network (RNN) for music generation. We will be using a "character RNN" to predict the next character of sheet music in ABC notation. Finally, we will sample from this model to generate a brand new music file that has never been heard before!

I upload 5 results to my youtube channel. You can listen the music that generated by RNN. 🎶 Also playlist is here.

MIT 6.S191 Lab-1 Results

About

MIT 6.S191 Lab 1: Intro to TensorFlow and Music Generation with RNNs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published