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

[FEATURE] State Transition Network Hysteresis Mode #97

Closed
4 tasks done
jatinchowdhury18 opened this issue Oct 24, 2020 · 1 comment · Fixed by #111
Closed
4 tasks done

[FEATURE] State Transition Network Hysteresis Mode #97

jatinchowdhury18 opened this issue Oct 24, 2020 · 1 comment · Fixed by #111
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@jatinchowdhury18
Copy link
Owner

jatinchowdhury18 commented Oct 24, 2020

Implement a hysteresis mode using a state transition network (see, Parker, et. al., 2019).

  • Train a model with no parameters
  • Implement real-time model with no parameters
  • Train and test a model with 1 parameter (saturation)
  • Train and test model with all 3 parameters
@jatinchowdhury18 jatinchowdhury18 added the enhancement New feature or request label Oct 24, 2020
@jatinchowdhury18 jatinchowdhury18 added this to the v2.7 milestone Oct 24, 2020
@jatinchowdhury18 jatinchowdhury18 self-assigned this Oct 24, 2020
@jatinchowdhury18 jatinchowdhury18 added the help wanted Extra attention is needed label Oct 25, 2020
@jatinchowdhury18
Copy link
Owner Author

jatinchowdhury18 commented Nov 2, 2020

I've successfully trained an STN with an embedded mapping of the "Drive" parameter, that is ~2.5x more efficient than the NR8 mode. It seems like training with embeddings of the "Saturation" and "Bias" parameters, will be difficult, and even if it can be done, he resulting network will most likely be computationally too expensive.

Instead I'm planning to train STNs for 10 unique "Bias" parameter values and 20 "Saturation" parameter values, and choose the correct network based on the real-time parameter choices.

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

Successfully merging a pull request may close this issue.

1 participant