You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

ann03-train#39027/v3
Tags:  not added yet

ann03-train[SERVICE-39027]

Tracker: Services Priority: NormalNormal Status: New
Submitted by: sidereusJan 06 2018 10:47 Modified by: sidereusJan 09 2018 21:59 Type:
Model
Path: m/train/1.0 Context: csip-ann Version: 1.0
Endpoints: --
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
This service trains a neural network after splitting the data set into training and validation

Training

{
    "metainfo": {},
    "parameter": [
        {
            "name": "annName",
            "value": "test_ann"
        },
        {
            "name": "annName_out",
            "value": "test_ann"
        },
        {
            "name": "training_error",
            "value": 0.01
        },
        {
            "name": "max_epochs",
            "value": 50000
        },
        {
            "name": "training_perc",
            "value": 0.8
        },
        {
            "name": "scale_mechanism",
            "value": "SameDistribution"
        },
        {
            "name": "population",
            "value": 3000
        },
        {
            "name": "connection_density",
            "value": 1
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "ace4ac6f-f5c1-11e7-b48e-1d3102711e59",
        "cloud_node": "10.1.27.11",
        "request_ip": "129.82.23.199",
        "service_url": "http://csip.engr.colostate.edu:8088/csip-ann/m/train/1.0",
        "csip.version": "$version: 2.2.4 3c276d66bde6 2017-12-15 od, built at 2018-01-09 15:35 by jenkins$",
        "tstamp": "2018-01-09 21:49:43",
        "cpu_time": 5540,
        "expiration_date": "2018-01-09 21:50:19"
    },
    "parameter": [
        {
            "name": "annName",
            "value": "test_ann"
        },
        {
            "name": "annName_out",
            "value": "test_ann"
        },
        {
            "name": "training_error",
            "value": 0.01
        },
        {
            "name": "max_epochs",
            "value": 50000
        },
        {
            "name": "training_perc",
            "value": 0.8
        },
        {
            "name": "scale_mechanism",
            "value": "SameDistribution"
        },
        {
            "name": "population",
            "value": 3000
        },
        {
            "name": "connection_density",
            "value": 1
        }
    ],
    "result": [
        {
            "name": "status",
            "value": "ok"
        },
        {
            "name": "exit_reason",
            "value": "threshold_error reached: 0.01"
        }
    ]
}
Details
Comments & Attachments
Associations (1)
Children
SCM Commits
History (3)
Baselines
All (3)

Submitter Association Comment
sidereus
Jan 06 2018 10:47