/Wide-and-Deep-Keras

Keras implementation of Tensorflow's Wide and Deep Algorithm

Primary LanguagePython

Wide-and-Deep-Keras

Keras implementation of Tensorflow's Wide and Deep Algorithm

This is just a quick, fun excercise trying to implement Tensorflow's Wide and Deep Algorithm wide and deep in Keras using the Functional API. Needless to say, if you are ever going to go use Wide and Deep, go for the Tensorflow implementation. Original paper here.