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

[Question] Feedforward error prediction? #3

Closed
m053m716 opened this issue Jun 15, 2020 · 1 comment
Closed

[Question] Feedforward error prediction? #3

m053m716 opened this issue Jun 15, 2020 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@m053m716
Copy link
Collaborator

What is a feedforward error predicting scheme? Mentioned in the abstract.

@m053m716
Copy link
Collaborator Author

With filters you have feed-forward components and feed-back components. Feedback takes the result of your filter, modifies it somehow (typically by multiplying by a scalar coefficient) and then delays it by some amount before taking that value and feeding it back into your filter. Feed forward is the same concept except it's the input going to your filter (or some combination of inputs; also combinations of inputs at different relative points in time).

So feedforward error prediction is simply a scheme where I have one set of coefficients (e.g. a polynomial or whatever based on past values of the input) that are used to predict some "state" and then I have some other thing that gives me the actual "state" (in the brain, this could be sensory signals that will arrive LATER than the predicted signal). The error is the discrepancy between what is sensed by the sensory signals and what was predicted by the feedforward signal.

A lot of the feedback correction happens in cerebellar circuits; however, the forward-component (prediction) is thought to occur in cortical circuitry- it makes sense because if motor cortex is controlling the behavior, then motor cortex should have some "concept" of where the hand is in space at any given instant (even if it's not completely accurate)

@m053m716 m053m716 added the question Further information is requested label Jun 15, 2020
@m053m716 m053m716 self-assigned this Jun 15, 2020
@m053m716 m053m716 pinned this issue Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant