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.

[P] Use Gaussian Proecess to model maneuvering error

[P] Use Gaussian Proecess to model maneuvering error

Motivation

I try to build some novel application for GP and find a interesting application on maneuvering error modeling. In Napoleonic Wars age, soldiers are lined to fire on their foe. They’re trained to maintain a straight batthleline but that line will not be that perfect straight at all. We can build a generative model to simulate it using GP to help realistic animation in war game.

Why GP?

A i.i.d benchmark can be considered, it will look like this:

i.i.d movement

We can assign time and space correlation to them naturally using GP. A squared exponential can be specifed to denote the fact that more closer two points (X,Y,T) in time and space, the more positive correlation their “error” term hold.

We may expect at same time unit which are close to each other will have consistent deviating tendency, leading a smoother placement instead of a zigzag shape. In other hand, closing to each other at different timestamp having same tendency may imply a “unseen” terrain obstacle, which slow units passing it temporarily.

Result

Take 30 frames:

Result of Gaussian Process

Links

Original post with detailed equations.

https://yiyuezhuo.github.io/blog/tech/2019/12/07/emperor-gaussian-process.html

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