How to train neural network with multiple input and one target?

Good morning.
I have a question. My situation is:
I have a stream of data, series of 100 data samples, each line containing 8 numbers. It's like [1, 2, 3, 4, 5, 6, 7, 8; 2, 3, 4, 5, 6, 7, 8, 9; ... ] - 100 rows.
I want to use this as a teching input of neural network and I want to be able to get the result of one number. Then I would like to give like 10 samples of 8 values to the net and I want the result to be one integer, like 10.
I have lot of data collections like that, and i would like to teach the net with them, then while my data is streaming and changing i want the net to give me back just one number.
I don't know if this is even possible.
Thank you for any help.

Answers (0)

Categories

Find more on Fuzzy Logic Toolbox in Help Center and File Exchange

Asked:

on 13 Sep 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!