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 で生成された svm_model を Python で使用することは可能ですか? (私は libsvm を使用します)
通常、libsvm のメソッドを呼び出して、モデルをファイルに保存します。その後、svm.py を使用して Python で使用できます。はい、できます。すべて libsvm 形式で保存されます。