Neural Network Classifiers

Mex implementation of 3 majors neural networks classifiers.
ダウンロード: 10K
更新 2020/1/29

ライセンスの表示

Fast implementation of the GRLVQ, SRNG and H2MGLVQ algorithms, three supervised LVQ classifiers

Please run mexme_NN to recompile mex files on your own plateform (Be sure that you setup your matlab by "matlab -setup" at least one)

Please run test_NN.m to run demo

引用

Sebastien PARIS (2026). Neural Network Classifiers (https://jp.mathworks.com/matlabcentral/fileexchange/17415-neural-network-classifiers), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2016b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDeep Learning Toolbox についてさらに検索
バージョン 公開済み リリース ノート
1.6.0.0

Bug fixed, fixed for modern Matlab & OS64

1.5.0.0

- Change inputs/output parsing
- Change demo file

1.3.0.0

-Minor changes

1.2.0.0

- Improve quicksort algorithm
- Add mexme_nn.m
- Add HTML files

1.1.0.0

-Update with a better quicksort algorithm
-Add mexme_NN for recompiling mex-files
-Add HTML documentation

1.0.0.0

-minors improvement