Convnet.js - 训练深度学习模型的JavaScript库
    https://cs.stanford.edu/people/karpathy/convnetjs/
    image.png

    Clustering.js - 用JavaScript实现的聚类算法,供Node.js及浏览器使用
    https://github.com/emilbayes/clustering.js

    Decision Trees - Node.js实现的决策树,使用ID3算法
    https://github.com/serendipious/nodejs-decision-tree-id3

    Node-fann - Node.js下的快速人工神经网络库
    https://github.com/rlidwka/node-fann

    Kmeans.js - k-means算法的简单Javascript实现,供Node.js及浏览器使用
    https://github.com/emilbayes/kMeans.js

    LDA.js - 供Node.js用的LDA主题建模工具
    https://github.com/primaryobjects/lda

    Learning.js - 逻辑回归/c4.5决策树的JavaScript实现
    https://github.com/yandongliu/learningjs

    Machine Learning - Node.js的机器学习库

    Node-SVM - Node.js的支持向量机
    https://github.com/nicolaspanel/node-svm

    Brain - JavaScript实现的神经网络
    https://github.com/harthur/brain

    Bayesian-Bandit - 贝叶斯强盗算法的实现,供Node.js及浏览器使用
    https://github.com/omphalos/bayesian-bandit.js