Today we’re open-sourcing our implementation of Wide & Deep Learning as part of the TF.Learn API so that you can easily train a model yourself. Please check out the TensorFlow tutorials on Linear Models and Wide & Deep Learning, as well as our research paper to learn more.How Wide & Deep Learning works.Let’s say one day you wake up with an idea for a new app called FoodIO*. A user of the app just needs to say out loud what kind of food he/she is craving for (the query). The app magically predicts the dish that the user will like best, and the dish gets delivered to the user’s front door (the item). Your key metric is consumption rate—if a dish was eaten by the user, the score is 1; otherwise it’s (the label).You come up with some simple rules to start, like returning the items that match the most
Original URL: http://feedproxy.google.com/~r/feedsapi/BwPx/~3/N8OtTW_XUwY/wide-deep-learning-better-together-with.html