├── README.md ├── chord_sentences.txt ├── main_lstm_realbook.py └── more_data_to_play_with ├── biab-files.zip ├── jazz_xlab example - Giant Steps - John Coltrane.Mgu.xlab └── jazz_xlab.zip /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keunwoochoi/lstm_real_book/HEAD/README.md -------------------------------------------------------------------------------- /chord_sentences.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keunwoochoi/lstm_real_book/HEAD/chord_sentences.txt -------------------------------------------------------------------------------- /main_lstm_realbook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keunwoochoi/lstm_real_book/HEAD/main_lstm_realbook.py -------------------------------------------------------------------------------- /more_data_to_play_with/biab-files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keunwoochoi/lstm_real_book/HEAD/more_data_to_play_with/biab-files.zip -------------------------------------------------------------------------------- /more_data_to_play_with/jazz_xlab example - Giant Steps - John Coltrane.Mgu.xlab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keunwoochoi/lstm_real_book/HEAD/more_data_to_play_with/jazz_xlab example - Giant Steps - John Coltrane.Mgu.xlab -------------------------------------------------------------------------------- /more_data_to_play_with/jazz_xlab.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keunwoochoi/lstm_real_book/HEAD/more_data_to_play_with/jazz_xlab.zip --------------------------------------------------------------------------------