Neural Network Classifiers

버전 1.6.0.0 (236 KB) 작성자: Sebastien PARIS
Mex implementation of 3 majors neural networks classifiers.
다운로드 수: 9.9K
업데이트 날짜: 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 (2024). Neural Network Classifiers (https://www.mathworks.com/matlabcentral/fileexchange/17415-neural-network-classifiers), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
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