Bohumír Zámečník

Results 69 issues of Bohumír Zámečník

- overall metrics for the full dataset splits - accuracy (on binary classes, full chords) - hamming distance (on binary classes, individual tones) - AUC (on probabilities, more informative) -...

beatles

- take a trained model - take an audio file - pre-process the audio feature - predict the labels - save the pre-frame class labels into a TSV file -...

beatles

- Input: continuous chroma vector (many octaves, values in dB). - Output: binary vector of activity of pitch classes (merged to single octave). Approches: - single frame (no context) +...

beatles

In the classic time map the regularly spaces events are on the diagonal and accelerating/decelerating events are progressively more away the diagonal. The radius represents velocity and the angle from...

URLs with HTTPS results in a 500 which is not shown as an error on the front-end. - `https://realpython.com` -> error - `http://realpython.com` -> ok Same behavior for other sites.

I wanted to use this model as a baseline for new models - be able to run it and compare against it. Since the project was using old TensorFlow 0.8.0...

Parsing MIDI is rather slow (eg. `music21` is pretty slow, `pretty-midi` is better, but still not pretty fast) and we might want to perform queries on the parsed data or...

In Chrome 71.0.3578.98 console: ``` var vagina = ({}); +vagina; // NaN ``` Where did the PI got lost? :)