Join our meetup, learn, connect, share, and get to know your Toronto AI community.
Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.
Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.
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]