Skip to content

Commit

Permalink
correct the neural net to be like the slides
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblap committed Oct 8, 2024
1 parent bdd6186 commit 42f2527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/examples/regressor-video-starter.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 302.5, 238.0, 148.5, 102.0 ],
"text" : "fluid.mlpregressor~ @hiddenlayers 3 @activation 1 @outputactivation 1 @batchsize 1 @maxiter 10000 @learnrate 0.1 @validation 0"
"text" : "fluid.mlpregressor~ @hiddenlayers 7 @activation 1 @outputactivation 1 @batchsize 1 @maxiter 10000 @learnrate 0.1 @validation 0"
}

}
Expand Down

0 comments on commit 42f2527

Please sign in to comment.