Guitar Chords finger positions
Donated on 6/4/2020
Position of the fingers for 2633 guitar chords in standard tuning (double checked with software)
Dataset Characteristics
Text
Subject Area
Other
Associated Tasks
Classification
Feature Type
-
# Instances
2633
# Features
5
Dataset Information
Additional Information
For each row, the dataset provides: the root of the chord, the type of chord, the intervals that compose the chord, and the finger positions.
Has Missing Values?
No
Variable Information
The finger positions are denoted for each guitar string (from the lowest E to the highest). x: string muted, 0: open string, 1: index finger, 2: middle finger, 3: ring finger, 4: pinkie
Dataset Files
File | Size |
---|---|
chord-fingers.csv | 107.1 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset guitar_chords_finger_positions = fetch_ucirepo(id=575) # data (as pandas dataframes) X = guitar_chords_finger_positions.data.features y = guitar_chords_finger_positions.data.targets # metadata print(guitar_chords_finger_positions.metadata) # variable information print(guitar_chords_finger_positions.variables)
Guitar Chords finger positions [Dataset]. (2020). UCI Machine Learning Repository. https://doi.org/10.24432/C5RG8K.
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.