JAVA机器学习Deep Java Library:https://djl.ai/ 电子书中文版:http://d2l-zh.djl.ai/chapter_preliminaries/index.html * 完全训练一个模型 * 1、创建数据集 * 2、构建神经网络 * 3、构建模型(应用上面的神经网络) * 4、训练模型配置(如何训练、训练集、验证集、测试集) * 5、保存使用模型 * 6、加载模型 * 7、预测(给模型一个新的输入,让他判断是什么)github:https://github.com/Witnin/djl-demo