Skip to content

Commit

Permalink
Removed xor model and useless comments in Adam
Browse files Browse the repository at this point in the history
  • Loading branch information
xEcho1337 committed Dec 8, 2024
1 parent e85a441 commit 2b1fdba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33,596 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ public class Adam extends Optimizer {
// Momentum vectors
private double[] firstMomentum;
private double[] secondMomentum;
// private final Map<Synapse, Double> firstMomentum = new ConcurrentHashMap<>();
// private final Map<Synapse, Double> secondMomentum = new ConcurrentHashMap<>();

private double beta1Timestep;
private double beta2Timestep;
Expand Down
Loading

0 comments on commit 2b1fdba

Please sign in to comment.