├── README.md ├── dcn.py ├── deepfm_add.py ├── deepfm_weight.py ├── deepfm_weight_firstorder.py ├── fnn.py ├── lr.py ├── nffm_concat_multiply.py ├── nfm_concat_multiply.py ├── nfm_dot_embedding.py ├── nfm_sum_multiply.py ├── preprocess.py └── wd.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/README.md -------------------------------------------------------------------------------- /dcn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/dcn.py -------------------------------------------------------------------------------- /deepfm_add.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/deepfm_add.py -------------------------------------------------------------------------------- /deepfm_weight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/deepfm_weight.py -------------------------------------------------------------------------------- /deepfm_weight_firstorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/deepfm_weight_firstorder.py -------------------------------------------------------------------------------- /fnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/fnn.py -------------------------------------------------------------------------------- /lr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/lr.py -------------------------------------------------------------------------------- /nffm_concat_multiply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/nffm_concat_multiply.py -------------------------------------------------------------------------------- /nfm_concat_multiply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/nfm_concat_multiply.py -------------------------------------------------------------------------------- /nfm_dot_embedding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/nfm_dot_embedding.py -------------------------------------------------------------------------------- /nfm_sum_multiply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/nfm_sum_multiply.py -------------------------------------------------------------------------------- /preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/preprocess.py -------------------------------------------------------------------------------- /wd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siqi13579/ctr_Keras/HEAD/wd.py --------------------------------------------------------------------------------