I have xy coordinates as input. My question is: How do I give these xy coordinates as inputs to the neural network?
4 次查看(过去 30 天)
显示 更早的评论
I am using a boundingbox, which has extremas. 4 extremas are used in my code: upper right & left, and lower right & left. These extremas are xy coordinates. Now, how do I give these as inputs to an nn, since an nn accepts only a column vector. Please help me with it.
0 个评论
回答(1 个)
Greg Heath
2018-12-25
编辑:Greg Heath
2018-12-25
Order them in the way that is best for YOUR understanding.
Given that, multiple rounds of training should yield a good approximaton to one of the best weight configurations.
Good Luck
Thank you for formally accepting my answer
Greg
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!