Click the links to download the demonstration software.
SOM Demo: Demonstrates the Self-Organizing Map machine learning algorithm.
The application generates random data and then users can step through the algorithm, viewing the intermediate results.
See below for instructions.
Design and Implementation: Michael Rice, Wesleyan University.
To install the software, first download the above zip file to your computer (Windows machines only) and extract the installation folder. Then run SOM->Package->setup.exe to start the installation wizard.
K-Means Demo: Demonstrates the K-Means clustering algorithm.
The application generates random data and then users can step through the algorithm, viewing the intermediate results.
See below for instructions.
Design and Implementation: Michael Rice, Wesleyan University.
To install the software, first download the above zip file to your computer (Windows machines only) and extract the installation folder. Then run KMeansDemo->Package->setup.exe to start the installation wizard.
The RGB values (e.g. (100, 255, 255)) in each square in the grid
represent a model vector of theoretical expression values in three microarrays.
The model vectors in the grid are updated in each iteration based on
fixed expression vectors for genes. (Note that the gene expression
vectors are not shown in the demo.) Using the SOM algorithm, only
the model vector closest to each gene vector, and the grid squares
within the radius distance, are updated.
To run the demo:
[* The "Create Grid" button assigns random values to each model vector in the grid and initializes the RGB value for each data point (gene) to the same value if the number of data points (genes) is not changed. The "Create Grid (R)" button initializes the RGB values for each data point (gene) to random values. ]