เฮ้อ! จะทำ Machine Learning ทั้งทีนี่มันยากเหลือออเกินน กระบวนการอะไรไม่รู้ซับซ้อนไปหมด จะเริ่มทำก็มึนตึ๊บไปหลายวันเลย 😂
.
ปัญหานี้จะหมดไปถ้าคุณใช้ TensorFlow !!
.
🔸 TensorFlow เครื่องมือเด็ดจาก Google เป็น Library แบบ Open-Source ที่ใช้การคำนวณทางคณิตศาสตร์และรวบรวมอัลกอริทึมสำคัญ ๆ ที่ใช้ในการประมวลผล ML เขียนด้วยภาษา Python จะช่วยให้สามารถประมวล ML ได้รวดเร็ว และแม่นยำมากขึ้นนั่นเอง
.
ซึ่งทาง Google ก็ได้ใช้งานเจ้า TensorFlow ทำ ML เพื่อเพิ่มประสิทธิภาพให้กับผลิตภัณฑ์ของตัวเอง เช่น Gmail, Photo และ Google Search Engine เป็นต้น
.
TensorFlow สามารถทำงานได้หลากหลาย Platform ไม่ว่าจะเป็น MacOS, Windows, Linux, Cloud, Web Service, IOS, และ Android
.
🌟 การทำงาน
รับข้อมูลเป็น Array หลายมิติ หรือเรียกว่า Tensors และประมวลออกมาเป็น Flowchart จากนั้นข้อมูลก็จะถูกประมวลผลผ่าน Flow ต่าง ๆ จนกระทั่งกลายเป็นข้อมูล Output ออกมานั่นเอง
.
⚙️ วิธีการติดตั้งง่าย ๆ ดังนี้
1) เปิด Command line แล้วพิมพ์คำสั่ง
pip install tensorflow
.
2) หากติดตั้งเสร็จแล้ว สามารถทดสอบการใช้งานด้วยการพิมพ์คำสั่ง
import tensorflow as tf
test = tf.constant('TensorFlow installed')
sess = tf.Session()
print(sess.run(test))
# Result >> TensorFlow installed
.
📑 ใครอยากอ่านเต็ม ๆ คลิกลิงค์เลยจ้า >> https://www.tensorflow.org/ , https://www.guru99.com/what-is-tensorflow.html
.
🔥 ของแถมม !!
คลิปสอนใช้งาน TensorFlow ตั้งแต่ 0 - 100 ให้เพื่อน ๆ สามารถใช้งาน TensorFlow เป็นกันแบบไว ๆ ใน 7 ชั่วโมง !! ของดีแบบนี้พลาดไม่ได้แล้วจ้า ใครสาย ML ต้องเลิฟเลย ❤️
.
💥 ไปเรียนกันแบบไว ๆ ได้ที่ลิงค์นี้เลยจ้า >> https://www.youtube.com/watch?v=tPYj3fFJGjk
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「import tensorflow as tf」的推薦目錄:
- 關於import tensorflow as tf 在 BorntoDev Facebook 的最佳貼文
- 關於import tensorflow as tf 在 コバにゃんチャンネル Youtube 的最讚貼文
- 關於import tensorflow as tf 在 大象中醫 Youtube 的最讚貼文
- 關於import tensorflow as tf 在 大象中醫 Youtube 的最佳貼文
- 關於import tensorflow as tf 在 Unable to run import tensorflow as tf - Stack Overflow 的評價
- 關於import tensorflow as tf 在 import tensorflow as tf error · Issue #19216 - GitHub 的評價
- 關於import tensorflow as tf 在 TensorFlow - IREE - Google · GitHub 的評價
- 關於import tensorflow as tf 在 Solved no module named 'tensorflow'. Easiest Way to install ... 的評價
import tensorflow as tf 在 import tensorflow as tf error · Issue #19216 - GitHub 的推薦與評價
Exact command to reproduce : import tensorflow as tf using jupyter. (base) C:\Users\david>pip install tensorflow Collecting tensorflow ... ... <看更多>
import tensorflow as tf 在 TensorFlow - IREE - Google · GitHub 的推薦與評價
The first step for a TensorFlow model is to use either the iree-import-tf command-line tool or IREE's Python APIs to import the model into a format (i.e., ... ... <看更多>
import tensorflow as tf 在 Unable to run import tensorflow as tf - Stack Overflow 的推薦與評價
... <看更多>
相關內容