├── CTR ├── FFM.py ├── FM.py └── LR.py ├── README.md └── image ├── keras_wechat.jpg └── logo.png /CTR/FFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hourout/CTR-keras/HEAD/CTR/FFM.py -------------------------------------------------------------------------------- /CTR/FM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hourout/CTR-keras/HEAD/CTR/FM.py -------------------------------------------------------------------------------- /CTR/LR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hourout/CTR-keras/HEAD/CTR/LR.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hourout/CTR-keras/HEAD/README.md -------------------------------------------------------------------------------- /image/keras_wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hourout/CTR-keras/HEAD/image/keras_wechat.jpg -------------------------------------------------------------------------------- /image/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hourout/CTR-keras/HEAD/image/logo.png --------------------------------------------------------------------------------