deeplearn.js

前言:Google 的 PAIR(People + AI Research) Initiative 開源了 網頁前端機器學習程式 deeplearn.js 其Demo網站( https://deeplearnjs.org/ ),如下圖


簡介
deeplearn.js 支援的程式語言係 TypeScript / ES6 JavaScript or ES3/ES5 JavaScript,且可透過 Yarn(package manager for your code)輕鬆安裝及測試...如~ https://deeplearnjs.org/#getting-started 網頁介紹

一如 Google 開源的 style,其提供大量的 ExamplesCodes,足夠發燙你的電腦...https://deeplearnjs.org/index.html#demos

此外,非常佩服 Google 的一點是...一定會有 API Reference ( https://deeplearnjs.org/docs/api/globals.html )... 其軟工開發、協同合作、設計測試、文件製作等作業流程皆為精典,讓人不禁感嘆及感恩~!

最後,針對上述 deeplearn.js網站的 Performance(參攷... https://deeplearnjs.org/docs/tutorials/performance.html ) 我測試了MacBook Pro筆電 的表現,如下圖,也驚訝 Chrome Developer Tools的精緻細節...



後記:相較於 Python 的 NumPyhttp://www.numpy.org/ ) 的執行速率(也需優化程式),deeplearn.js應該是比不上的...但利用 javascript+browser 的webpage視覺效果呈現,也是一種不錯的AI應用...另外,雷鋒網對於AI相關議題的深度探討是值得關注的!!


參攷
1.谷歌也发布了Web前端机器学习库,就叫deeplearn.js, https://www.leiphone.com/news/201708/SuCSLWLNMZj0yvB4.html
2.PAIR-code/deeplearnjs, https://github.com/PAIR-code/deeplearnjs
3.deeplearn.js, https://deeplearnjs.org/

留言