This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example code adapted from Requests-OAuthlib documentation | |
# https://requests-oauthlib.readthedocs.io/en/latest/examples/real_world_example.html | |
# Dependencies: pip install flask requests_oauthlib | |
from requests_oauthlib import OAuth2Session | |
from flask import Flask, request, redirect, session, url_for | |
from flask.json import jsonify | |
import os | |
app = Flask(__name__) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JOURNALS AND BOOK CHAPTERS | |
************************** | |
* 2018 | |
------ | |
Choi, K., Fazekas, G., Sandler, M., Cho, K. (2018). The Effects of Noisy Labels on Deep Convolutional Neural Networks for Music Tagging. In: IEEE Transactions on Emerging Topics in Computational Intelligence Vol. 2, No. 2. URL: https://ieeexplore.ieee.org/document/8323324 | |
Liang, B., Fazekas, G., Sandler, M. (2018). Measurement, Recognition and Visualisation of Piano Pedalling Gestures and Techniques. In: Journal of the AES, Vol. 66, Issue 2. URL: http://www.aes.org/e-lib/browse.cfm?elib=19584 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.