M
M
Maruto2021-07-13 18:31:01
Python
Maruto, 2021-07-13 18:31:01

How to apply for input and get an array from the output of a neural network in python, tensorflow?

Good afternoon.

I have 2 arrays, the first one is the wrong array, so to speak, and the second one is the correct version of it. How do I feed the first array of the neural network and specify which array from the first should be the result?

I am attaching a visual image.

60edb1ad44050137857476.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2021-07-13
@Maxim_Baturo

Looking about what arrays speech. If the size of the array is known and fixed, then read any tensorflow tutorial here. Either use a perceptron, or (if it doesn't work), try a deeper network.
If an array is just a sequence of elements of variable length, then you need encoders or seq2seq networks.
And again, what exactly is the difficulty? The code?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question