I have xy coordinates as input. My question is: How do I give these xy coordinates as inputs to the neural network?
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Greg Heath
on 25 Dec 2018
Edited: Greg Heath
on 25 Dec 2018
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 Comments
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!