Post 798728 by 0x3F@cybre.space
(DIR) More posts by 0x3F@cybre.space
(DIR) Post #798727 by Quasimondo@mastodon.social
2018-10-27T13:25:17Z
0 likes, 0 repeats
Please correct me if I am wrong, but the way I see it a trained model is not "code" or an "algorithm". There is too much simplification happening in the way media covers AI right now.
(DIR) Post #798728 by 0x3F@cybre.space
2018-10-27T13:31:03Z
0 likes, 0 repeats
@Quasimondo why do you think a trained model isn't either of those things? a model is built using code, and takes an input and gives you an output. by all means it is both, though not sufficiently defined as either (as it requires data to be trained).
(DIR) Post #990808 by Quasimondo@mastodon.social
2018-11-05T15:06:42Z
0 likes, 0 repeats
@0x3F Because in my definition code is something you can execute, but a model is data which you can only use with some additional code.
(DIR) Post #991147 by 0x3F@cybre.space
2018-11-05T15:23:28Z
0 likes, 0 repeats
@Quasimondo no a model is not just data. a model is code. in all cases it is algorithm that solves either a classification or regression problem. once a model has been trained it simply executes.