L-BFGS algorithm for Physics-informed neural networks
10 次查看(过去 30 天)
显示 更早的评论
Dr. Veerababu Dharanalakota
2022-3-22
评论: Dr. Veerababu Dharanalakota
2022-3-27
Hi,
I am trying to solving ODEs using neural networks. I am using adamupdate function to train the network. I would like to try L-BFGS alogorithm. However, trainbfg function availble with Statistics and Machine Learning Tool box is taking only network, input data and target data as input parameters. I couldn't find a way to plug-in the loss function associated with the ODE and boundary conditions into the training algorithm.
I would be grateful if someone can help me with this.
Thanks in advance.
2 个评论
Conor Daly
2022-3-24
Hi there!
Thanks for your question. Have you had a look at this example? It walks through how to fit a neural network for the Burgers equation using the LBFGS optimizer:
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!