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

Full batch sensitivity analysis #12

Closed
wants to merge 186 commits into from
Closed

Conversation

jaklevab
Copy link

No description provided.

@wehlutyk
Copy link
Collaborator

@jaklevab git pull and this works for the rest of your analysis :)

@wehlutyk
Copy link
Collaborator

También está hecha la actualización de los environment.*.yml ahora

dim_ξ_grid=np.linspace(start=1,stop=l,num=3,dtype=np.int64)
n_ξ_samples_grid=np.array([1,20])
labels = np.zeros((l * k, l), dtype=np.float32)
features = labels + np.abs(np.random.normal(loc=0.0, scale=1.5, size=(l * k, l))).astype(np.float32)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Una preguntita acá: es a propósito que los labels son np.zeros(), y que entonces los features no tiene correlación con la red?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Emm si no mal recuerdo si. Dijimos que en la primera parte, dejábamos al autoencoder predecir usando información de red y basta. En la segunda parte (que todavía falta) le introducíamos todo el tema de los labels ortogonales a las comunidades a partir de las cuales generamos la red (i.e generar una red de mismas dimensiones y usar las comunidades de la segunda como labels de la primera).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okidoki - gracias!

Updated results using the minibatch sampling. The batch size is not tested here and it's influence remains to be seen for the reconstruction loss. The results are similar to the ones obtained when using the full-batch optimization (as the size of the batch is set to consider everything). 
TODO: Consider smaller batch sizes.
@wehlutyk wehlutyk changed the title Changes for sensitivity analysis Sensitivity analysis: full batch Jul 10, 2018
@wehlutyk wehlutyk changed the title Sensitivity analysis: full batch Full batch sensitivity analysis Jul 10, 2018
@wehlutyk wehlutyk closed this Jul 10, 2018
This was referenced Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants