Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以推荐我用于随机梯度下降优化的轻量级、易于使用的 Java 库吗?
这可能是一个迟到的答复。通过 apache(SPARK 项目的一部分)或 WEKA 尝试 MLLib。只是为了优化线性回归,您可能喜欢自己编写代码而不是去图书馆。