實作簡單TensorFlow模型(Model)
上文介紹了TensorFlow和機器學習的關係,而機器學習其中最重要的部分就是模型,我們懂得製作和建立和訓練它,才算懂得機器學習和TensorFlow。這次的分享介紹如何使用Tensorflow製作和訓練一個簡單模型。
什麼是模型??
首先需要了解什麼是模型(Model),先節錄一些權威ML網站怎樣說:
NVIDA 連接
A machine learning model is an expression of an algorithm that combs through mountains...
learnai.hashnode.dev3 min read