scispace - formally typeset
Z

Zakaria Haque

Researcher at Google

Publications -  5
Citations -  4055

Zakaria Haque is an academic researcher from Google. The author has contributed to research in topics: Deep learning & Interface (Java). The author has an hindex of 5, co-authored 5 publications receiving 2897 citations.

Papers
More filters
Proceedings ArticleDOI

Wide & Deep Learning for Recommender Systems

TL;DR: Wide & Deep learning is presented---jointly trained wide linear models and deep neural networks---to combine the benefits of memorization and generalization for recommender systems and is open-sourced in TensorFlow.
Posted Content

Wide & Deep Learning for Recommender Systems

TL;DR: Wide & Deep as mentioned in this paper combines the benefits of memorization and generalization for recommender systems by jointly trained wide linear models and deep neural networks, which can generalize better to unseen feature combinations through lowdimensional dense embeddings learned for the sparse features.
Proceedings ArticleDOI

TFX: A TensorFlow-Based Production-Scale Machine Learning Platform

TL;DR: TensorFlow Extended (TFX) is presented, a TensorFlow-based general-purpose machine learning platform implemented at Google that was able to standardize the components, simplify the platform configuration, and reduce the time to production from the order of months to weeks, while providing platform stability that minimizes disruptions.
Proceedings ArticleDOI

TensorFlow Estimators: Managing Simplicity vs. Flexibility in High-Level Machine Learning Frameworks

TL;DR: In this article, the authors present a framework for specifying, training, evaluating, and deploying machine learning models, which allows users to write code to define their models, but provides abstractions that guide developers to write models in ways conducive to productionization.
Proceedings ArticleDOI

TensorFlow Estimators: Managing Simplicity vs. Flexibility in High-Level Machine Learning Frameworks

TL;DR: To make out of the box models flexible and usable across a wide range of problems, these canned Estimators are parameterized not only over traditional hyperparameters, but also using feature columns, a declarative specification describing how to interpret input data.