Skip to content

Commit c1cfef1

Browse files
authored
Update README.md
1 parent 566765a commit c1cfef1

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
MIDI2vec: Learning Embeddings for MIDI Vector Space Representations
22
===================================================================
33

4-
Compute graph embeddings from MIDI. Pre-computed MIDI embeddings for reliable prediction of metadata (i.e. supervised learning) are available [here](https://github.com/pasqLisena/midi-embs).
4+
Compute graph embeddings from MIDI.
5+
6+
This library is described in detail in the following paper
7+
8+
> Pasquale Lisena, Albert Meroño-Peñuela, Raphaël Troncy. **MIDI2vec: Learning MIDI Embeddings for
9+
> Reliable Prediction of Symbolic Music Metadata**, to appear in *Semantic Web Journal, Special Issue on Deep Learning for Knowledge Graphs*, 2021.
10+
> http://www.semantic-web-journal.net/content/midi2vec-learning-midi-embeddings-reliable-prediction-symbolic-music-metadata-0
11+
12+
The experiments described in the paper are available [here](https://github.com/pasqLisena/midi-embs).
13+
14+
Pre-computed MIDI embeddings used in the paper are available in [Zenodo](https://zenodo.org/record/5082300).
515

616

717
# Usage
@@ -14,7 +24,6 @@ Convert a MIDI file into a graph, in edgelist format.
1424

1525
Requires [Node.js](https://nodejs.org/en/):
1626

17-
1827
cd midi2edgelist
1928

2029
npm install
@@ -50,9 +59,3 @@ Optional arguments:
5059
- `--iter` Number of epochs in word2vec. Default: 5;
5160
- `--workers` Number of parallel workers. Default: 0 (full use);
5261
- `--exclude` Edgelists to be excluded from the computation.
53-
54-
55-
# Publications
56-
57-
Pasquale Lisena, Albert Meroño-Peñuela, Raphaël Troncy. *MIDI2vec: Learning MIDI Embeddings for
58-
Reliable Prediction of Symbolic Music Metadata*, under submission (2021).

0 commit comments

Comments
 (0)