Self Organizing Maps (DL_SOM)
This function creates self organizing maps used for data clustering
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "DL_SOM_I",
"args": {
"hyp_params":{
"x": 10,
"y": 10,
"input_len": 14,
"sigma": 1.0,
"learning_rate": 0.1,
}
}
}Building a Self Organizing Map
SOM Construction
Request Body
Name
Type
Description
Sample Request
Training a Sequential Organizing Map
SOM Training
Request Body
Name
Type
Description
Sample Request
Predicting Cluster with an Self Organizing Map
SOM Predict
Request Body
Name
Type
Description
Last updated