Group Abstract Group Abstract

Message Boards Message Boards

1
|
5.5K Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Getting predictions of specific values from NetChain

Posted 4 years ago
POSTED BY: Alex Teymouri
2 Replies

I am not sure I understand your problem correctly. If what you are asking is how to get the prediction for specific values it is just

result[{200, 210, 215, 235}]
(* {82.839, 82.8391, 82.8392, 82.8393} *)

By the way, there are ways to generate data programmatically

data == Rule @@@ dataxy == Thread[Rule[tm, Gm]]
(* True *)
Posted 4 years ago

Thank you Giulio! This was really helpful.

Regards,

POSTED BY: Alex Teymouri
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard