- TensorFlow 2.0 Quick Start Guide
- Tony Holdroyd
- 50字
- 2021-06-24 16:02:02
Coding style convention for TensorFlow
For Python applications, Google adheres to the PEP8 standard conventions. In particular, they use CamelCase for classes (for example, hub.LatestModuleExporter) and snake_case for functions, methods, and properties (for example, tf.math.squared_difference). Google also adheres to the Google Python Style Guide, which can be found at https://github.com/google/styleguide/blob/gh-pages/pyguide.md.
推薦閱讀
- 大學計算機信息技術導論
- Photoshop CS4經典380例
- 圖解PLC控制系統梯形圖和語句表
- 計算機網絡應用基礎
- Windows內核原理與實現
- Arduino &樂高創意機器人制作教程
- 完全掌握AutoCAD 2008中文版:機械篇
- Android游戲開發案例與關鍵技術
- 人工智能趣味入門:光環板程序設計
- Enterprise PowerShell Scripting Bootcamp
- 筆記本電腦維修90個精選實例
- Hands-On Reactive Programming with Reactor
- Linux內核精析
- ESP8266 Robotics Projects
- Machine Learning in Java