FluxML / Optimisers.jl

Optimisers.jl defines many standard optimisers and utilities for learning loops.
https://fluxml.ai/Optimisers.jl
MIT License
72 stars 20 forks source link

Add a variant of Adam called "PAdam" #148

Closed 4SAnalyticsnModelling closed 1 year ago

4SAnalyticsnModelling commented 1 year ago

Add a new variant of Adam optimizer called "PAdam"

CarloLucibello commented 1 year ago

@4SAnalyticsnModelling can you add a test for this? See how it is done for the other optimisers

4SAnalyticsnModelling commented 1 year ago

Will do, as soon as I can.

mcabbott commented 1 year ago

Replaced by #149