Open BrunoLiegiBastonLiegi opened 4 days ago
Adds activations similar to the one used in the notebook #49. Various fixes to the tests are also introduced. Makes BinaryEncoding a layer of RX in practice and gets rid of the 1/0 check and branching.
BinaryEncoding
RX
1/0
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.85%. Comparing base (3e52004) to head (04632be).
3e52004
04632be
🚨 Try these New Features:
Adds activations similar to the one used in the notebook #49. Various fixes to the tests are also introduced. Makes
BinaryEncoding
a layer ofRX
in practice and gets rid of the1/0
check and branching.