清晰說明針孔相機的內部參數與外部參數矩陣
2018-04-21 | 0 0 | Pinhole camera model Intrinsic matrix
如何在 Windows 打造 Python 開發環境設定基礎入門教學
2018-04-14 | 0 0 | Python Django MVC Web MTV Web Backend Web Framework
用 Javascript 進行邏輯迴歸分析
2018-04-07 | 0 0 | deeplearnjs machine learning logistic-regression javascript
在 Ethereum 上開發簡單的 Todo App
2018-04-01 | 1 0 | ethereum smart contract dapp
淺談 React Fiber 及其對 lifecycles 造成的影響
2018-03-31 | 1 0 | React fiber react lifecycle
初探 Probabilistic Models of Cognition
2018-03-24 | 0 0 | artificial intelligence
用 Javascript 進行簡單線性迴歸分析
2018-03-10 | 0 0 | deeplearnjs machine learning linear-regression javascript
一起來玩 OSRF 的 TensorFlow Object Detector
2018-02-24 | 0 0 | ROS TensorFlow Object Recognition
利用 Github Classroom 加 Travis CI 打造改作業系統
2018-02-03 | 0 0 | Github github classroom travis ci
使用 TensorFlow 來做簡單的手寫數字辨識
2018-01-27 | 0 0 | TensorFlow Neural Network
Git 與 Github 版本控制基本指令與操作入門教學
2018-01-17 | 4 1 | 軟體工程師 軟體工程 software engineering bash shell svn version control
前端也能玩 Deep learning - 以 p5-deeplearn-js 為例
2018-01-13 | 0 0 | deeplearning deeplearnjs p5ML chrome extension
React 性能優化大挑戰:一次理解 Immutable data 跟 shouldComponentUpdate
2018-01-05 | 2 0 | React