You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.8.6
- add IFM and DIFM model
- add FEFM and DeepFEFM model
- add PositionEncoding Layer
- add training param to activation layer
- improve the compatibility for tensorflow 2.5
- fix error when linear_feature_columns is empty in tensorflow 1.12
v0.8.3
- add DCN-M(DCN V2) and DCN-Mix model
- add transform_fn for DenseFeat
- simplify methods in `interaction.py`
- change output shape of BilinearInteraction used in FiBiNET
- update docs and test files