• Stars
    star
    161
  • Rank 233,470 (Top 5 %)
  • Language
    Python
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Keras implementation of Tensorflow's Wide and Deep Algorithm

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.