Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Needed #16

Open
yousefkr opened this issue Aug 9, 2020 · 6 comments
Open

Support Needed #16

yousefkr opened this issue Aug 9, 2020 · 6 comments

Comments

@yousefkr
Copy link

yousefkr commented Aug 9, 2020

Good Morning,

I am impressed with the results you have mentioned in your paper.

However, the reaction app http://indycar.demo.2.s3-website-us-east-1.amazonaws.com/ I can't see the RPM signal and when I switch between the cars, I only see sometimes a straight line representing the rpm. Is there a way to view the throttle and rpm through the whole race with the anomalies detected?

Thank you in advance for your time and help.

Best regards,
Yousef.

@yousefkr yousefkr changed the title Help Needed Support Needed Aug 9, 2020
@chathurawidanage
Copy link
Collaborator

Hi Yousef,

We have migrated to a new react client. http://indycar.demo.3.s3-website-us-east-1.amazonaws.com/

We have containerized some components of the application to make it easily reproducible. Please go through the content of below folder.

https://github.com/DSC-SPIDAL/IndyCar/tree/master/containerize

Reards,
Chathura

@chathurawidanage
Copy link
Collaborator

Below repository has the changes to the original HTM java implementation we have discussed in the paper.

https://github.com/chathurawidanage/htm.java

However, we won't be able to share the IndyCar dataset with you.

@yousefkr
Copy link
Author

yousefkr commented Aug 12, 2020 via email

@chathurawidanage
Copy link
Collaborator

Hi,

We use HTM as the anomaly detection algorithm, and it outputs an anomaly score between 0 and 1, 1 being the most probable anomaly case. From the client application we categorize them to three color codes, green(score<0.3) yellow(score<0.6) and red(score>=0.6). If you need the raw values, you can observer them in realtime through the browser's web console by subscribing to the WebSocket stream.

Screenshot-from-2020-08-12-16-04-53

Hope this will be helpful.

Regards,
Chathura

@zhangcheng
Copy link

I ran into this repo while searching ways to run Apache Storm on Kubernetes.
Would you please point me to the paper behind this project? @chathurawidanage @yousefkr
Thanks a lot.

@chathurawidanage
Copy link
Collaborator

chathurawidanage commented Dec 16, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants