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

Towards a Coherent Notation #1

Open
jeroarenas opened this issue Aug 12, 2019 · 16 comments
Open

Towards a Coherent Notation #1

jeroarenas opened this issue Aug 12, 2019 · 16 comments

Comments

@jeroarenas
Copy link
Member

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

@jeroarenas
Copy link
Member Author

List of folders adapted to new notation:

  • A1.Optimization

@jeroarenas
Copy link
Member Author

  • R1. Regression Intro
  • R2. Regression k-NN

@Orieus
Copy link
Member

Orieus commented Sep 20, 2019

  • R4.Regression_ML

@Orieus
Copy link
Member

Orieus commented Sep 24, 2019

  • R5.Bayesian_Regression

@Orieus
Copy link
Member

Orieus commented Sep 26, 2019

  • R3. Least squares

@Orieus
Copy link
Member

Orieus commented Sep 27, 2019

  • R6.Gaussian_Processes
  • R7.Regression_Overview
  • R_lab1_Bay_GP_Regresion_v_py2
  • R_lab1_ML_Bay_Regresion
  • R_lab2_GP

@jeroarenas
Copy link
Member Author

jeroarenas commented Sep 29, 2019

  • Ejercicios 1 - 16 (optimización y regresión)

@Orieus
Copy link
Member

Orieus commented Oct 1, 2019

  • Exercises 17-end.

@Orieus
Copy link
Member

Orieus commented Oct 8, 2019

  • C1 Intro Classification
  • C2 kNN classification
  • C3 Classification LogReg

@jeroarenas
Copy link
Member Author

jeroarenas commented Oct 20, 2019

  • C4 Classification SVM
  • C lab 1 Classification (no tenía notación, únicamente erratas menores)

@Orieus
Copy link
Member

Orieus commented Oct 28, 2019

  • U1 K-means: usual input sample indexing, k=0,..., K-1, is replaced here by $\ell =0, ..., L-1$ to use K for the number of groups and k for the groups.

@Orieus
Copy link
Member

Orieus commented Nov 8, 2019

  • TM1-NLP. No notation changes.

@Orieus
Copy link
Member

Orieus commented Nov 11, 2019

  • U2 Spectral clustering. $K$ is used here for the kernel function, the affinity matrix and the number of K-means groups. To avoid overusing $K$, I have used $N$ for the number of samples. Also, I have not used $k$ for the sample index (so as to avoid K_{kl}). Using i, j and n in this notebook makes a bit more sense, specially because samples i and j are used to compute component Kij of the affinity matrix.

@Orieus
Copy link
Member

Orieus commented Nov 12, 2019

  • U_lab1: a single notation change. U_lab1 contains draft versions only, at this time.

@Orieus
Copy link
Member

Orieus commented Nov 22, 2019

  • TM2, TM3, TM4. No notation changes.

@Orieus
Copy link
Member

Orieus commented Nov 26, 2019

  • E_lab1: old notation unchanged, because it is being used for other courses (TMDE).

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