Submitted by gahaalt t3_ypkfwq in MachineLearning
Mefaso t1_ivn7lv2 wrote
Reply to comment by gahaalt in Pytorch Symbolic: an equivalent of Keras Functional API [Project] by gahaalt
The name is pretty confusing because symbolic already has two meanings in ML:
Symbolic computation, as in sympy, and symbolic AI, as in whatever Gary Marcus likes
This library does neither of the two
gahaalt OP t1_ivns08k wrote
Thanks for the opinion. Please look at the article: "What are Symbolic and Imperative APIs in TensorFlow 2.0?" by Josh Gordon linked here. It seems natural to him to describe this API as "Symbolic".
Basically if you google "Symbolic API" it seems to be commonly used to describe this very thing.
Also, a similar nomenclature is used in mxnet.
Mefaso t1_ivo2bk2 wrote
Interesting, i didn't know about that. Thanks for sharing the link!
metatron7471 t1_iwayuma wrote
The opposite of imperative isn't symbolic but declarative. The name symbolic is very confusing because I also tought it was about (neuro-)symbolic models.
Viewing a single comment thread. View all comments