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

Code issues of the Transfer learning #6

Open
bob1992a opened this issue Aug 14, 2021 · 3 comments
Open

Code issues of the Transfer learning #6

bob1992a opened this issue Aug 14, 2021 · 3 comments

Comments

@bob1992a
Copy link

Thanks for sharing this novel algorithm to identify the material properties.

I still have a few questions about transfer learning:

  1. For the function “validation_exp_cross_transfer”, it seems that only the 2D and 3D FEM dataset are involved in the Pre-training. Can we consider the experimental dataset to be involved in pre-training and saved as a model file?

  2. If I want to perform a 2DFEM+3DFEM+EXP training network as in Figure 4 and apply it to the identification of properties of other unknown materials, how can this be achieved?

  3. What is the difference between the function “validation_exp_cross2”and function “validation_exp_cross3”? It looks like the input and output of these two functions are the same.

Thanks.

@lululxvi
Copy link
Owner

  1. Yes. If you have those data, you can also train on them.
  2. You can use this function
    def validation_exp_cross(yname):

    Basically, the high-fideliyt is 3D FEM + Exp.
  3. They are pretty similar. The cross validation data is slightly different.

@bob1992a
Copy link
Author

Thanks a lot for your reply.

  1. It seems that the function "validation_exp_cross3" is designed for predict the "E, sigmay, sigma033" of "expdata2" by using the network built with the "FEMdata", "BerkovichData" and "dataexp1". While, the "validation_exp_cross" can only perform a 2DFEM+3DFEM training network and predict the expdata.

  2. For the function "validation_exp_cross3" in nn.py, I don't understand the purpose of setting the the 10 times of interation. In additon, the result data is presented in 10 columns. I am not sure which column can be the solution with highest reliability.

@lululxvi
Copy link
Owner

Because neural network algorithm has randomness.

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