SOM Resources

Showing items tagged with "SOM"

This collection contains 30 practical MATLAB neural network case studies with executable programs, covering BP, RBF, SVM, SOM, Hopfield, LVQ, Elman, wavelet networks, and extending to optimization techniques like PSO (Particle Swarm Optimization), grey neural networks, fuzzy networks, probabilistic neural networks, and genetic algorithm implementations.

MATLAB 216 views Tagged

This implementation provides brain image segmentation using Self-Organizing Maps (SOM) neural networks, featuring tumor region identification and color-coded label visualization. The code processes both T1 and T2 weighted MRI images, automatically detects pathological regions, and generates segmented outputs with distinct color labels for different tissue types. Key functionalities include SOM clustering initialization, feature vector extraction from image pixels, and label-to-color mapping algorithms.

MATLAB 219 views Tagged