This content originally appeared on DEV Community and was authored by
โพสนี้เขียนโดย นาย กษิ ศรีสุวรรณ 6730614006 AISE
ในการสร้างตัวคำนวณเบื้องต้นสำหรับคาดเดาหุ้น ณ ตอนนี้ ผมได้นำ LSTM หรือในชื่อ Long short-term memmory ซึ่งเป็น Algorithm ที่อยู่ใน Supervised Learning ในหัวข้อย่อย Neural Network ซึ้งพัฒนามาจาก RNN หรือ Recurrnt neural network
ในความเข้าใจของผมตอนนี้ในหัวข้อ LSTM คือ Algorithm ที่แบ่งไปได้ 3 ส่วนคือ
Forget gate คือ gate ที่จะตัดสินใจว่า ข้อมูลในเซลล์ควรถูกลืมหรือเก็บไว้

Input gate คือ gate ที่ตัดสินใจว่าจะนำข้อมูลใหม่เข้าเซลล์อย่างไร

Output gate คือ gate ที่จะเป็นตัวเลือกข้อมูลที่จะแปลงจากเซลล์เป็น hidden state และส่ง
ต่อออกไป

และนี่คือแผนภาพของหน่วยการสร้าง LSTM

This content originally appeared on DEV Community and was authored by
| Sciencx (2025-11-19T13:07:32+00:00) สร้างตัวคำนวณเบื้องต้นสำหรับคาดเดาหุ้น. Retrieved from https://www.scien.cx/2025/11/19/%e0%b8%aa%e0%b8%a3%e0%b9%89%e0%b8%b2%e0%b8%87%e0%b8%95%e0%b8%b1%e0%b8%a7%e0%b8%84%e0%b8%b3%e0%b8%99%e0%b8%a7%e0%b8%93%e0%b9%80%e0%b8%9a%e0%b8%b7%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%95%e0%b9%89%e0%b8%99/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.