2024-06-17|閱讀時間 ‧ 約 22 分鐘

AI說書 - 從0開始 - 26

我想要一天分享一點「LLM從底層堆疊的技術」,並且每篇文章長度控制在三分鐘以內,讓大家不會壓力太大,但是又能夠每天成長一點。


延續AI說書 - 從0開始 - 25示範了ChatGPT程式的能力,現在我們繼續做下去。

AI說書 - 從0開始 - 25在步驟7:Plot the confusion matrix的執行結果為:

  1. Plot the Decision Tree
plt.figure(figsize=(20,10))
plot_tree(model, feature_names = iris.feature_names, class_names = iris.target_ names, filled = True)
plt.show()
分享至
成為作者繼續創作的動力吧!
© 2024 vocus All rights reserved.