關於《人工智慧》相關的演算法如下,我們將不在此處介紹,有興趣請選修我的人工智慧課程!
- 爬山演算法
- 梯度下降法
- 反傳遞算法
- 遺傳演算法
- 對局搜尋法
- 模擬退火法
- 隱馬可夫鏈的維特比算法
- EM 演算法
- 欄位填充法
關於《系統程式》相關的演算法如下,本課程不重複說明。
- 遞迴下降法
- Introduction to Algorithms
- Crash Course
- CrashCourse:Computer Science
- YouTube:GeeksforGeeks
- What's an algorithm? - David J. Malan
- 15 Sorting Algorithms in 6 Minutes (YouTube)
- https://github.com/mgechev/javascript-algorithms
- https://github.com/loiane/javascript-datastructures-algorithms
- https://github.com/benoitvallon/computer-science-in-javascript/
- RSA -- https://github.com/travist/jsencrypt
- SHA -- https://github.com/crypto-browserify/sha.js
- matrix -- https://github.com/mljs/matrix
- SVD -- https://github.com/xionluhnis/node-svd
- pid-controller -- https://github.com/Philmod/node-pid-controller
- zip 壓縮 -- https://github.com/cscott/compressjs
- lz 壓縮 -- https://github.com/pieroxy/lz-string
- 亂數產生 -- https://github.com/davidbau/seedrandom
- Simple Gradient Descent example in JS -- https://gist.github.com/marcouberti/1ef7cb046d7302630c5efad08a34c0ea
- Data Structures and Algorithms explained and implemented in JavaScript