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

About the dataset #10

Open
lihangshiwo opened this issue Apr 24, 2024 · 1 comment
Open

About the dataset #10

lihangshiwo opened this issue Apr 24, 2024 · 1 comment

Comments

@lihangshiwo
Copy link

I am a beginner and I would like to know if this method requires a dataset or data for training, which I didn't find in the case, thanks

@benmoseley
Copy link
Owner

@lihangshiwo thanks for the question. PINNs do not need labelled data for training, all you need to specify are 1) the initial/boundary conditions (when defining the boundary loss), 2) the PDE you want to solve (when defining the PDE loss) 3) collocation coordinates in the domain used for sampling the PINN loss over. If you want to solve an inverse problem with PINNs, then you can incorporate labelled training data (observations of the PDE solution) - example code for solving inverse problems is in the fbpinns/examples folder

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