Pieces of code for the experiments described in the manuscript "Optimizing Variational Physics-Informed Neural Networks Using Least Squares", available at https://arxiv.org/pdf/2407.20417.
-
Updated
Nov 26, 2024 - Python
Pieces of code for the experiments described in the manuscript "Optimizing Variational Physics-Informed Neural Networks Using Least Squares", available at https://arxiv.org/pdf/2407.20417.
Multivariate Regression and Classification Using a Feed-Forward Neural Network and Gradient Descent Optimization.
Multivariate Linear and Logistic Regression Using Gradient Descent Optimization.
Python code for visualizing Gradient Descent optimization paths with animated contours. Demonstrates two strategies: fixed and optimal step sizes. Includes Fibonacci search for step size and data saved with Pickle.
Add a description, image, and links to the gradient-descent-optimizer topic page so that developers can more easily learn about it.
To associate your repository with the gradient-descent-optimizer topic, visit your repo's landing page and select "manage topics."