Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] How to add direction to MLP shape recognition?

I’m using a MLP to recognise gestures for my VR game.
The gesture gets preprocessed into a 2D grid, every grid cell becomes an input.
However I would like to add the direction into the recognition. My first thought was for each cell also input a 0 value for never entered and 0.5 – 1 for first – last cell.
Another idea was to add the start – end vector as two values. (x,y)
Any tips?

submitted by /u/fusedotcore
[link] [comments]