Is it possible to indicate that the value of ... is x data and that is how it learns?

I give you an example:

Value: 96
Data: 40+56

So if I ask you to tell me the data to generate the number 96, It would indicate: 40+56.

is that I have many values and I have the data that is to generate those values.

That is why I would like you to learn and so I want you to generate the data of some value that I ask for if it does not exist, should you try to create it?

Hi @onyx95 ,

Here’s a basic approach:

This task can be framed as a sequence-to-sequence learning problem or a regression problem, depending on the complexity of the data and the relationships between the inputs and outputs.

Reference to the Above Approach’s Attaching the Gist for the same .

Thank You .