Skip to content

Simple AI that uses the LSTM recurrent neural network to generate classical music

Notifications You must be signed in to change notification settings

jakpiase/ClassicalMusicGenerator

Repository files navigation

ClassicalMusicGenerator

How it works:

  1. prepares data from .MIDI files from /resources directory
  2. trains LSTM neural network in predicting next note
  3. network is returning table of prediction from given notes, then next note is generated using Quantile function

About

Simple AI that uses the LSTM recurrent neural network to generate classical music

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages