optim/onn
Connor Olding 2a4f92154d rewrite momentum optimizer
the original version wasn't very useful as it would typically diverge.
2019-03-22 12:55:13 +01:00
..
__init__.py fix module leaking for real 2018-03-13 03:27:11 +01:00
activation.py update comments 2019-03-22 12:52:44 +01:00
experimental.py move Confidence to experimental 2019-03-22 12:53:30 +01:00
float.py add exact GELU activation 2018-03-22 12:02:17 +01:00
initialization.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00
layer_base.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00
layer.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
learner.py add a convenient generator method to Learner 2019-02-18 06:23:05 +01:00
loss.py add LogCosh loss 2019-03-22 12:54:44 +01:00
math.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00
model.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
nodal.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00
optimizer_base.py reset learning rates in optimizers 2019-02-05 04:15:28 +01:00
optimizer.py rewrite momentum optimizer 2019-03-22 12:55:13 +01:00
parametric.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
regularizer.py fix __name__ being incorrect due to extra __all__ 2018-03-17 14:09:15 +01:00
ritual_base.py clean up Ritual a little 2019-02-18 06:25:10 +01:00
ritual.py begin rewriting Ritual 2019-02-05 06:09:35 +01:00
utility.py update comments 2019-03-22 12:52:44 +01:00
weight.py basic PEP 8 compliance 2018-01-22 19:40:36 +00:00