Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 499 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 499 Bytes

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.