Computer Science, asked by chaitanyasharma7562, 1 year ago

Recurrent network can input sequence of data points and produce a sequence of output true or false

Answers

Answered by aqibkincsem
3

"The recurrent network can input sequence of data points and produce a sequence of output -True

Because the recurrent neural networks are working through the loops. Loops get the sequence of the input first, and it gives the output sequence.

So they take the sequence of data points as its inputs.

And also they can produce the sequence as outputs, which are used to predict the next step.

"

Similar questions