简体   繁体   English

如何从MatLab导出经过训练的SVM模型以在Android(Java)中使用

[英]How can I export the trained SVM model from MatLab to use in Android(Java)

I trained an SVM model on Matlab and saved as .mat file. 我在Matlab上训练了一个SVM模型,并保存为.mat文件。 How can I save it in a format that I can use with Java? 如何将其保存为可用于Java的格式? or is there any other ways to use my MatLab model on Java(Like using the models parameters to create a new predictor on Java)? 还是有其他方法在Java上使用我的MatLab模型(例如使用models参数在Java上创建新的预测变量)? Thanks:) 谢谢:)

尝试此操作,或者您可以通过加载文件并在此处阅读文件结构字段使自己成为自己

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何在Java中使用SVM - How can I use SVM in Java 如何在 Python 中使用 tensorflow 训练图像分类器模型并在 Java 应用程序中使用训练后的模型? - How can i train a Image classifier model with tensorflow in Python and use the trained model in Java application? 如何使用java从Cplex导出双模型? - How can I export dual model from Cplex using java? 我可以将使用 h2o 训练的模型导出为 Java 代码吗? - Could I export model trained with h2o to Java code? 如何使用TensorFlow Java API移除预训练模型的输出层? - How can I remove the output layer of pre-trained model with TensorFlow java api? 如何将训练有素的 tensorflow 2 model 导出到 tflite? - How to export trained tensorflow 2 model to tflite? Tensorflow:如何在java中使用在python中训练的语音识别模型 - Tensorflow : How to use speech recognition model trained in python in java 如何在Java sphinx4项目中导入和使用经过训练的声学模型 - how to import and use a trained acoustic model in a java sphinx4 project 如何在Android Studio中使用预先训练的.model文件进​​行预测? - How to use pre-trained .model file for predictions in Android Studio? 如何有效地使用Java的R预测模型? - How can I efficiently use an R prediction model from Java?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM