วันนี้ข้อแนะนำ ไลบรารี่ JavaScript หรับงาน AI ด้าน Deep Learning (อยู่ในหมวดหมู่ Neural Networks)
ตามลิงค์นี้ http://cs.stanford.edu/people/karpathy/convnetjs/index.html
ข้อดีไลบรารี่นี้คือ
-ตัวอย่างโค้ดอ่านง่ายมาก ถ้าใครคอ Deep learning เห็นโค้ดปุ๊บ ก็จะเข้าใจโครงสร้าง model ทันที (คิดว่าไม่แพ้ไลบรารี่ตัวอื่น)
-มี demo เป็นกราฟฟิกให้เห็นภาพชัด ดีเยี่ยมยอดมากๆ
-ด้วยความเป็น JavaScript จึงติดตั้งใช้ง่าย ไม่ยุ่งยากอะไร เพียงแค่ดาวน์โหลดไลบรารี่ ก็เรียกใช้ได้เลย
-สามารถใช้ในฝั่งหน้าเว็บ Browser หรือฝั่ง Server side (Node.js)
ข้อเสีย คือ
- document ที่อธิบายน้อยไปหน่อย เลยไม่รู้จะเขียนอะไรได้พลิกแพลงมากกว่านี้หรือเปล่า
- ตัวอย่างโค้ด ที่มีคนเคยเอาไปใช้ก็น้อยไปหน่อย จะไม่เหมือนไลบรารี่ดังๆ ของภาษาอื่น มีตัวอย่างให้เห็นตรึม
- ยิ่งจะใช้โครงสร้าง Network ที่ซับซ้อนกว่านี้ (เช่น LSTM) ในเอกสารก็ไม่เขียนบอก ดูแล้วน่าจะทำไม่ได้เนอะ (เดา)
ถึงอย่างไร ก็เป็นอีกทางเลือกหนึ่ง น่าสนใจ สำหรับสายงานด้านนี้ครับ
Today, Javascript library recommendation for ai on deep learning (in neural networks category)
Follow this link http://cs.stanford.edu/people/karpathy/convnetjs/index.html
The Advantages of this library is
- sample code is very easy to read. If anyone has deep learning neck. See the code, you will understand the model structure immediately. (I think it's not allergic to other libraries)
- there is demo as graphics to see clear. Awesome.
- with Javascript, it's easy to install, no hassle. Just download the library and it can be used.
- can be used on browser or server side (Node. JS)
The disadvantage is
- the document that explains a little less. I don't know what to write. Can I flip the raft more.
- the sample of the code that someone used to use is a little bit. It won't look like the loud library of other languages. There is an example to see.
- the more complicated network structure (e.g. lstm) in the documents, I don't write. I can't do it. (guess)
It's another interesting choice for this line of work.Translated
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「node js http server」的推薦目錄:
- 關於node js http server 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的精選貼文
- 關於node js http server 在 コバにゃんチャンネル Youtube 的最佳貼文
- 關於node js http server 在 大象中醫 Youtube 的最讚貼文
- 關於node js http server 在 大象中醫 Youtube 的最佳解答
- 關於node js http server 在 Win 10 安裝Node.js 和http-server | AnnKuoQ Blog 的評價
- 關於node js http server 在 Using Node.js as a simple web server - Stack Overflow 的評價
- 關於node js http server 在 a simple zero-configuration command-line http server - GitHub 的評價
- 關於node js http server 在 Node.js HTTP Module - JavaScript Tutorial 的評價
node js http server 在 コバにゃんチャンネル Youtube 的最佳貼文
node js http server 在 大象中醫 Youtube 的最讚貼文
node js http server 在 大象中醫 Youtube 的最佳解答
node js http server 在 a simple zero-configuration command-line http server - GitHub 的推薦與評價
js.gz in place of ./public/some-file.js when a gzipped version of the file exists and the request accepts gzip encoding ... ... <看更多>
node js http server 在 Win 10 安裝Node.js 和http-server | AnnKuoQ Blog 的推薦與評價
Node.js 可以讓後端伺服器跑JavaScript,而http-server 可以讓我們的電腦提供Web Service,首先到Node.js 官網下載目前最新的穩定版本,然後檢查環境 ... ... <看更多>