วันอาทิตย์ที่ 8 ธันวาคม พ.ศ. 2562
วันศุกร์ที่ 6 ธันวาคม พ.ศ. 2562
วันพฤหัสบดีที่ 28 พฤศจิกายน พ.ศ. 2562
วันเสาร์ที่ 23 พฤศจิกายน พ.ศ. 2562
expert system vs. recommendation system
ES ไม่จำเป็นต้องฟันธงด้วยการให้เพียงคำตอบเดียวเป็นผลลัพธ์อาจจะให้ผลลัพธ์ที่ประกอบไปด้วยหลายคำตอบก็ได้เช่นระบบแนะนำท่าออกกำลังกาย สิ่งสำคัญคือ ESสร้างขึ้นมาจากองค์ความรู้ของผู้เชี่ยวชาญ ในขณะที่ RS สร้างขึ้นมาจากความชอบหรือการทำเรตติ้งของผู้ใช้ด้วยกันเองซึ่งมักให้ผลลัพธ์เป็นชุดตัวเลือก
วันศุกร์ที่ 22 พฤศจิกายน พ.ศ. 2562
What are editors and reviewers looking for?
During the peer review process, editors, and reviewers look for:
- Scope: Is the article appropriate for this publication?
- Novelty: Is this original material distinct from previous publications?
- Validity: Is the study well designed and executed?
- Data: Are the data reported, analyzed, and interpreted correctly?
- Clarity: Are the ideas expressed clearly, concisely, and logically?
- Compliance: Are all ethical and journal requirements met?
- Advancement: Is this a significant contribution to the field?
วันอาทิตย์ที่ 17 พฤศจิกายน พ.ศ. 2562
วันจันทร์ที่ 11 พฤศจิกายน พ.ศ. 2562
Bug tracker
Bug tracking system is a web-based system for recording found bugs.
https://www.youtube.com/watch?v=JBNwYORpBk4&list=PLd43cTxFZWlflQiIdhCNcxJ0XFEouK-Bi&index=3
https://welovebug.com/2-open-source-bug-tracking-systems-%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%89%E0%B8%B1%E0%B8%99-%E0%B8%95%E0%B8%AD%E0%B8%99%E0%B8%97%E0%B8%B5%E0%B9%88-1-702804465423
https://www.youtube.com/watch?v=JBNwYORpBk4&list=PLd43cTxFZWlflQiIdhCNcxJ0XFEouK-Bi&index=3
https://welovebug.com/2-open-source-bug-tracking-systems-%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%89%E0%B8%B1%E0%B8%99-%E0%B8%95%E0%B8%AD%E0%B8%99%E0%B8%97%E0%B8%B5%E0%B9%88-1-702804465423
วันเสาร์ที่ 2 พฤศจิกายน พ.ศ. 2562
การยกเว้นวีซ่าให้ต่างชาติที่เข้าไทย
http://www.consular.go.th/main/contents/filemanager/VISA/Visa%20Thai/THA.pdf
ML tutorial
https://developers.google.com/machine-learning/crash-course/ml-intro
https://github.com/lipiji/JRNN/blob/master/doc/lstm-gru.png
https://towardsdatascience.com/the-deep-learning-ai-dictionary-ade421df39e4
http://dataminingtrend.com/2014/
Referenced papers:
http://keras.io/layers/recurrent/
พยากรณ์หุ้นไม่แม่นด้วย lstm
https://medium.com/@witchapongdaroontham/%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%AD%E0%B8%87-forecast-%E0%B8%A3%E0%B8%B2%E0%B8%84%E0%B8%B2%E0%B8%AB%E0%B8%B8%E0%B9%89%E0%B8%99%E0%B9%81%E0%B8%9A%E0%B8%9A%E0%B8%87%E0%B9%88%E0%B8%B2%E0%B8%A2%E0%B9%86-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-deep-learning-lstm-python-305c480db223
https://github.com/lipiji/JRNN/blob/master/doc/lstm-gru.png
https://towardsdatascience.com/the-deep-learning-ai-dictionary-ade421df39e4
http://dataminingtrend.com/2014/
Referenced papers:
http://keras.io/layers/recurrent/
พยากรณ์หุ้นไม่แม่นด้วย lstm
https://medium.com/@witchapongdaroontham/%E0%B8%A1%E0%B8%B2%E0%B8%A5%E0%B8%AD%E0%B8%87-forecast-%E0%B8%A3%E0%B8%B2%E0%B8%84%E0%B8%B2%E0%B8%AB%E0%B8%B8%E0%B9%89%E0%B8%99%E0%B9%81%E0%B8%9A%E0%B8%9A%E0%B8%87%E0%B9%88%E0%B8%B2%E0%B8%A2%E0%B9%86-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-deep-learning-lstm-python-305c480db223
วันพุธที่ 30 ตุลาคม พ.ศ. 2562
Real time
- Hard real time : all deadlines are met. missing only one deadline is overall system failure.
- Soft real time : subset of deadlines are met. missing some deadlines is output quality degradation. guarantees maximum delays from deadlines
- Near real time : deadlines are almost met. time delays are introduced. this is actually similar to but not the same as soft real time as near real time does not guarantees max delays.
- Best effort : deadlines are far to be met.
The deadlines above are in milliseconds or microseconds.
Beyond realtime is live. (cf. wiki realtime computing)
วันจันทร์ที่ 28 ตุลาคม พ.ศ. 2562
SAML
Security Assertion Markup Language enables federated identity & SSO.
https://www.varonis.com/blog/what-is-saml/
https://www.varonis.com/blog/what-is-saml/
วันอาทิตย์ที่ 27 ตุลาคม พ.ศ. 2562
Multi tier architecture
ประกอบด้วย 4 tiers:
client (web browser) <=> web server <=> application server (web service) <=> DB server
php running on web server สามารถเรียกใช้ web service ผ่าน PHP curl (client url) function (https://www.php.net/manual/en/book.curl.php)
client (web browser) <=> web server <=> application server (web service) <=> DB server
php running on web server สามารถเรียกใช้ web service ผ่าน PHP curl (client url) function (https://www.php.net/manual/en/book.curl.php)
สมัครสมาชิก:
บทความ (Atom)