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

Similarities between DFT and Deep Learning #85

Open
AlexanderMath opened this issue Sep 14, 2023 · 0 comments
Open

Similarities between DFT and Deep Learning #85

AlexanderMath opened this issue Sep 14, 2023 · 0 comments
Labels

Comments

@AlexanderMath
Copy link
Contributor

List of similarities between DFT and Deep Learning

  1. Both solve optimization problem
  2. Both require initialization techniques (e.g. minao init or xavier init).
  3. Both utilize momentum techniques (e.g. DIIS or Adam)
  4. The tensor that goes through the computational graph gets transformed x = x + f(x) (e.g. density mixing or residual connections)
  5. Both use mixed precision (e.g. terachem keeps large ERIs in f64 and the remainder in f32, torch has automatic mixed precision with torch.amp)
  6. Both uses gradients (e.g. manually implemented derivatives for forces or automatically with torch.grad)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant