Videos

Wide & Deep Learning with TensorFlow – Machine Learning



Google Developers

Wide & Deep Learning (https://research.googleblog.com/2016/06/wide-deep-learning-better-together-with.html) combines the power of memorization and generalization by jointly training wide linear models and deep neural networks. We’ve open-sourced the implementation with an easy-to-use API in TensorFlow. It’s effective for generic large-scale regression and classification problems with sparse inputs, such as recommender systems, search, ranking problems and more. We hope you find it useful in your machine learning projects.

Check out our blog post with links to tutorials, code samples, and our research paper:
– Google Research Blog post: https://research.googleblog.com/2016/06/wide-deep-learning-better-together-with.html
– TensorFlow Linear Model Tutorial: https://www.tensorflow.org/tutorials/wide/
– TensorFlow Wide & Deep Learning Tutorial: https://www.tensorflow.org/tutorials/wide_and_deep/
– Research paper: http://arxiv.org/abs/1606.07792

Watch all Machine Learning videos: https://goo.gl/gnXPPw

Subscribe to the Google Developers YouTube channel: http://goo.gl/mQyv5L

Subscribe to the brand new Firebase Channel: https://goo.gl/9giPHG

Source

Similar Posts

11 thoughts on “Wide & Deep Learning with TensorFlow – Machine Learning
  1. Hello,
    I get this error when i try to run the existing wide_n_deep_tutorial.py, any ideas on this?

    (tensorflow) xx@ubuntu:~$ python wide_n_deep_tutorial.py –model_type=wide_n_deep

    Traceback (most recent call last):
    File "wide_n_deep_tutorial.py", line 208, in <module>
    tf.app.run()
    File "/xxxxxxx/anaconda2/envs/tensorflow/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 30, in run
    sys.exit(main(sys.argv))
    File "wide_n_deep_tutorial.py", line 204, in main
    train_and_eval()
    File "wide_n_deep_tutorial.py", line 196, in train_and_eval
    m = build_estimator(model_dir)
    File "wide_n_deep_tutorial.py", line 80, in build_estimator
    gender = tf.contrib.layers.sparse_column_with_hash_bucket(
    AttributeError: 'module' object has no attribute 'sparse_column_with_hash_bucket'

    I have no problems with TF installation, and my tensorflow version is 0.9 ,python 2.7 .Last week,the text_cnn.py examples run just fine.
    Thanks!

Comments are closed.

WP2Social Auto Publish Powered By : XYZScripts.com