Skip to content

Commit bb0e492

Browse files
authored
Update README.md
1 parent 3a33abd commit bb0e492

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ This is `generative model` which when given some initial seed (starting note and
66
2. `LSTM-TensorFlow`
77

88
> The song data is preprocessed using python library `music21`
9+
910
> Then we have transpose the songs like converting them in C major and A minor
11+
1012
> Then we have used LSTM layer to make the model
13+
1114
> We have to give an initial seed to generate the music
1215
1316
### E.g. of seed
1417
`64 _ _ 62 _ r _ 60 _.....`
18+
1519
Here r is rest and numbers are notes
1620

1721
### E.g. of generated melody

0 commit comments

Comments
 (0)