2019 GDD TensorFlow

https://www.tensorflow.org/編程

https://tensorflow.google.cn/     (中文站點)瀏覽器

現場PPT照片:    https://pan.baidu.com/s/1jyTnyiZtkxuvVlEQXQIHpA 提取碼: 8m12 服務器

一、TensorFlow 2.0

keras: tensorflow的高階API,能夠直接調用機器學習模型,不用再「手寫」了。機器學習

eager模式: 開啓了Eager模式,這時,TensorFlow會從原先的聲明式(declarative)編程形式變成命令式(imperative)編程形式。性能

 

二、一次建模多處部署

經過TensorFlow Hub將model導出並Save後,能夠部署至TensorFlow Extended(服務器)、TensorFlow Lite(移動終端)、TensorFlow.JS(瀏覽器、Node.js)。學習

三、TensorBoard

能夠在建模過程當中,直觀的看到模型 、性能、參數等信息。google

相關文章
相關標籤/搜索