blob: b850506a64c5f0b88c9068214e228505686aae56 [file] [log] [blame]
{
"class":"org.apache.solr.ltr.model.NeuralNetworkModel",
"name":"neuralnetworkmodel_too_many_rows",
"features":[
{ "name": "constantOne"},
{ "name": "constantTwo"},
{ "name": "constantThree"},
{ "name": "constantFour"}
],
"params":{
"layers": [
{
"matrix": [ [ 1.0, 2.0, 3.0, 4.0 ],
[ 5.0, 6.0, 7.0, 8.0 ],
[ 9.0, 10.0, 11.0, 12.0 ] ],
"bias" : [ 13.0, 14.0, 15.0 ],
"activation": "relu"
},
{
"matrix": [ [ 16.0, 17.0, 18.0 ],
[ 19.0, 20.0, 21.0 ] ],
"bias" : [ 19.0 ],
"activation": "identity"
}
]
}
}