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.
私はmatlabでlibsvmを使用しています.svmtrainから形成されたモデルを保存する既存の方法はないようです. 代わりに、提供された関数により、毎回再トレーニングが必要になります。svmtrain モデル変数を .mat に保存するだけでは機能しません。私は何をすべきですか?
NN とは異なり、SVM の優れた点は、トレーニングが高速で、場合によってはオンラインで実行できることです。マルチクラス SVM があり、トレーニング ベクトル、クラス、およびカーネル パラメーターを txt ファイルに保存します。