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

How to read the .dat files? #5

Open
e1iset opened this issue Feb 6, 2021 · 2 comments
Open

How to read the .dat files? #5

e1iset opened this issue Feb 6, 2021 · 2 comments

Comments

@e1iset
Copy link

e1iset commented Feb 6, 2021

Thanks for sharing this novel approach to study the material properties. I'm a beginner at the neural network and have some stupid questions about how to read the .dat files outputted from nn.py code.

  1. In test.dat and train.dat, why the x values are not the same as the ones in the .csv files?
  2. There are 2 columns of y values, as well as two columns of predicted y values, what's the purpose of having two columns of the same type of data?
  3. In the experiment data, the elastoplastic properties are measured from each test or referred from a tenable value of the same material?
@lululxvi
Copy link
Owner

lululxvi commented Feb 9, 2021

  1. The data is normalized for training.
  2. One is from low-fidelity NN, and the other one is from high-fidelity NN.
  3. The properties are measured from each material.

@e1iset
Copy link
Author

e1iset commented Feb 10, 2021

  1. The data is normalized for training.
  2. One is from low-fidelity NN, and the other one is from high-fidelity NN.
  3. The properties are measured from each material.

Thanks!
:)

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