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

MultilayerRegression model #1

Open
pminervini opened this issue Jan 19, 2021 · 1 comment
Open

MultilayerRegression model #1

pminervini opened this issue Jan 19, 2021 · 1 comment

Comments

@pminervini
Copy link

pminervini commented Jan 19, 2021

Hello, great work!

One question - the MultilayerRegression model, defined here:

class MultilayerRegression(nn.Module):

is defined as a sequence of linear layers without any non-linearity, and thus it is still a linear model.

Can you confirm that's correct, and that is the model you used for producing the results in your paper?

@JayMan91
Copy link
Owner

Thank you very much. For this experiment, I used linear model. I did experiment with nonlinearity but linear model performs the best.

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