Free pattern recognition toolbox for MATLAB
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
The Pattern Recognition Toolbox (PRT) for MATLAB (tm) is a framework of pattern recognition and machine learning tools that are powerful, expressive, and easy to use.
Create a data set from your data (X ~ N x F) and labels (Y ~ N x 1):
ds = prtDataSetClass(X,Y);
and run Z-score normalization + an SVM:
algo = prtPreProcZmuv + prtClassLibSvm;
dsOut = algo.kfolds(ds);
And score the results:
prtScoreRoc(dsOut);
It's that easy. It's free. Have fun.
Installation instructions:
http://newfolder.github.io/prtdoc/prtDocInstallation.html
Additional documentation & (rarely updated) blog available here:
http://newfolder.github.io/
引用
Peter (2026). Pattern Recognition Toolbox (https://github.com/covartech/PRT), GitHub. に取得済み.
一般的な情報
- バージョン 1.3.0.0 (18.3 MB)
-
GitHub でライセンスを表示
MATLAB リリースの互換性
- すべてのリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
GitHub の既定のブランチを使用するバージョンはダウンロードできません
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.3.0.0 | Added PNG logo, updated comments and tags |
||
| 1.2.0.0 | fixed links to blog and documentation |
||
| 1.1.0.0 | added link to documentation and installation instructions |
||
| 1.0.0.0 |
