Machine and Deep Learning with Java (基于Java的机器学习和深度学习)
- ND4J: https://github.com/deeplearning4j/nd4j
- NDArray (MXNet Scala API): https://mxnet.incubator.apache.org/api/scala/index.html
- breeze (Scala): https://github.com/scalanlp/breeze
- grap: https://github.com/eseifert/gral
- matplotlib4j: https://github.com/sh0nk/matplotlib4j
- JFreeChart: https://github.com/jfree/jfreechart
- XChart: https://github.com/knowm/XChart
- JMathPlot: https://github.com/yannrichet/jmathplot
- jzy3d: http://www.jzy3d.org/
- libsvm: https://github.com/cjlin1/libsvm/tree/master/java
- Logistic Regression with Spark MLlib (Spark MLlib上的逻辑回归): https://spark.apache.org/docs/2.2.0/ml-classification-regression.html
- xgboost: https://github.com/dmlc/xgboost
- KMeans with Spark MLlib (Spark MLlib上的KMeans聚类): https://spark.apache.org/docs/latest/ml-clustering.html