Commit Graph

6 Commits

Author SHA1 Message Date
Connor Olding 7161f983ab fix __name__ being incorrect due to extra __all__
this fixes tracebacks and checks for __main__,
among other things.
2018-03-17 14:09:15 +01:00
Connor Olding ec71d4956e fix module leaking for real 2018-03-13 03:27:11 +01:00
Connor Olding 44cae4ad50 add LookupLearner 2018-03-07 01:58:17 +01:00
Connor Olding 8abbb1e713 add NoiseInjector and NoiseMultiplier layers 2018-03-07 01:54:48 +01:00
Connor Olding 604ffb9fa1 add variant of L1L2 regularization using averages 2018-03-07 01:53:40 +01:00
Connor Olding 713fd2adbe add experimental soft-clipped optimizers 2018-03-07 01:52:26 +01:00