Neural network classifier

버전 1.0 (3.94 KB) 작성자: Dr.Varsha Turkar
Image classification using neural network classifier
다운로드 수: 5.6K
업데이트 날짜: 2014/11/16

라이선스 보기

This code is written for image classification using Matlab newff function. You can refer Crab classification which is given in Matlab help. This is a supervised classification technique. Appropriate training areas are selected for each class. Training should be given to the neural network using training areas. Here .CSV (comma seprated value) file is used to store training areas (download "5_class_test.csv") and the corresponding class. Once the neural network is trained the entire image can be converted to .CSV file for exmaple if the size of the RGB image is 5 rows and 5 columns then the csv file will have 3 columns and 25 rows (download "all_class.csv").. Each row will be one pixel of the image and each column will be one band. First column will be red band 2nd will be green and 3rd will be blue band.Once the CSV file for the entire image is ready it is given to the trained neural network. Since the image used here is big the code takes more time to classify. The required CSV files are also uploaded along with this code. The input image is not given as it comes under copy right. Here the input data is in a float format

인용 양식

Dr.Varsha Turkar (2025). Neural network classifier (https://kr.mathworks.com/matlabcentral/fileexchange/48474-neural-network-classifier), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0