-
Notifications
You must be signed in to change notification settings - Fork 18
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
Towards a Coherent Notation #1
Comments
List of folders adapted to new notation:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to adapt all notebooks to follow the following notation criteria
k for the samples indexes (k=0, ..., K-1)
i for the components (i=0, ..., m-1)
n for the time index (in learning rules)
{\bf x}_k, and y_k are the samples
x_{k,i} is component i of sample {\bf x}_k
x_i would be the ith component of a generic sample
As shown, all indexes should run from 0
The text was updated successfully, but these errors were encountered: