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

Add support to increase/decrease dimensionality of layer. #1

Open
arasmus opened this issue May 11, 2014 · 2 comments
Open

Add support to increase/decrease dimensionality of layer. #1

arasmus opened this issue May 11, 2014 · 2 comments

Comments

@arasmus
Copy link
Owner

arasmus commented May 11, 2014

When increasing and decreasing dimensions, it's good to interpolate X_i from and to 0, so that it wouldn't produce too turbulent changes to the system.

@arasmus
Copy link
Owner Author

arasmus commented May 12, 2014

For this, plievone suggested that we could implement a new abstraction for agents since they are complete independent of each other

x_i(t) = q_i*(E{xbar_i*ubar^T}) u(t)
[1,1] = [1,1](E{[1,1] *[1,m]}) [m,1]

@plievone
Copy link
Collaborator

Note also:

q_i = 1/E{xbar_i^2}
[1,1] = [1,1]
u(t) = u0 - phi x(t) = u0 - sum_i(phi_i*x_i(t))
[m,1] = [m,1] - [m,n] [n,1] = [m,1] - sum_i([m,1] [1,1])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants