02 July 2021 3 9K Report

I am trying to build a neural network that has an input of n pairs of integer values (where n is random) and a corresponding output of binary array with n length.

Input will be a set of integer value coordinates [(x1, y1), (x2, y2), (x3, y3), …, (x50, y50), ...] where each instance can be of various length like [(x1, y1), (x2, y2), (x3, y3), …, (x52, y52)] or [(x1, y1), (x2, y2), (x3, y3), …, (x101, y101)], etc.

Output is a set of binary arrays with each instance having the same length as the corresponding input.

May i know if anyone has any recommendations on what neural network would fit this use case?

Thanks alot!

More Kian Pee's questions See All
Similar questions and discussions