Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Rule-based and Data-driven fingering algorithms. #8

Open
NeroBlackstone opened this issue Jul 11, 2023 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@NeroBlackstone
Copy link
Member

For now, PianoFingering.jl uses pure rule-based fingering algorithms. It is based on simulated piano performance, use reinforcement learning to minimal motion.

Advantages of rule-based fingering:

  • Personalised fingering, different fingering output for different hand size.
  • Physical playable, it's based on a simulated play.

Advantage of data-driven fingering:

  • fluent, learning from human annotated music score.

The challenge is to combine these two different ways. My next step is to add pure data-driven fingering algorithms.

Then, hard constraints will be added to the data-driven model for personalize fingering output.

@NeroBlackstone NeroBlackstone added enhancement New feature or request help wanted Extra attention is needed labels Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant