davidemurari's Stars
fsherry/non-expansive-odes
st--/annotate-equations
LaTeX package and annotated examples for annotating equations using TikZ.
ntnu-tex/beamerthementnu
A LaTeX beamer theme for presentations in the NTNU corporate design
JonasBreuling/scipy_dae
Python implementation of solvers for differential algebraic equation's (DAE's) that should be added to scipy one day.
github/gitignore
A collection of useful .gitignore templates
bricaud/GeiloWinterSchoolGraphCourse
Material for the course on graphs and graph signal processing given during the Winter School at Geilo, January 2024
benmoseley/FBPINNs
Solve forward and inverse problems related to partial differential equations using finite basis physics-informed neural networks (FBPINNs)
PredictiveIntelligenceLab/GradientPathologiesPINNs
ergyscokaj/LearningEulersElastica
Repository with code from the paper "Neural networks for the approximation of Euler’s elastica"
metaopt/torchopt
TorchOpt is an efficient library for differentiable optimization built upon PyTorch.
Verified-Intelligence/auto_LiRPA
auto_LiRPA: An Automatic Linear Relaxation based Perturbation Analysis Library for Neural Networks and General Computational Graphs
meta-llama/codellama
Inference code for CodeLlama models
dr-aheydari/SoftAdapt
Implementation of the SoftAdapt paper (techniques for adaptive loss balancing of multi-tasking neural networks)
jettify/pytorch-optimizer
torch-optimizer -- collection of optimizers for Pytorch
rfeinman/pytorch-minimize
Newton and Quasi-Newton optimization with PyTorch
DiffEqML/torchdyn
A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
hjmshi/PyTorch-LBFGS
A PyTorch implementation of L-BFGS.
tomgoldstein/loss-landscape
Code for visualizing the loss landscape of neural nets
marcellodebernardi/loss-landscapes
Approximating neural network loss landscapes in low-dimensional parameter subspaces for PyTorch
mariodeflorio/Stiff-Chemical-Kinetics
Physics-Informed Neural Networks and Functional Interpolation for Stiff Chemical Kinetics
DSE-MSU/DeepRobust
A pytorch adversarial library for attack and defense methods on images and graphs
ViktorC/PararealML
A machine learning boosted parallel-in-time differential equation solver framework.
GianlucaFabiani/RPNN_for_Stiff_ODEs
Physics Informed Random Projection Neural Network for solving Stiff ODEs and DAEs
EdisonLeeeee/GreatX
A graph reliability toolbox based on PyTorch and PyTorch Geometric (PyG).
davidtvs/pytorch-lr-finder
A learning rate range test implementation in PyTorch
davtsang/slimplectic
Python code for generating and running "slimplectic" integrators (nonconservative variational integrators)
luizdepra/hugo-coder
A minimalist blog theme for hugo.
ManimCommunity/awesome-manim
A database with many Manim users and content creators
dair-ai/Transformers-Recipe
🧠 A study guide to learn about Transformers
alisaaalehi/convolution_as_multiplication
Step by step explanation of 2D convolution implemented as matrix multiplication using toeplitz matrices