-
One of Mob Attack Tool's features is to automatically interpret how the multiattack ability works of monsters. I wrote an algorithm to accomplish this, which you can find in [multiattack.js](https://g…
-
```
Implement algorithm to track spam keywords when the keywords are permuted (ie:
apple turns into appl).
```
Original issue reported on code.google.com by `canadai...@gmail.com` on 11 Sep 2013 at …
-
Improve the train detection.
- Compare the heading of the train with the heading of the user's device (maybe).
- Comparing the distance between the user and the train, to avoid showing a train that'…
-
Hello,
first of all I would like to thank you for sharing this great code.
I was wondering if it is possible to integrate an object detection method like (SSD, YOLO, ..., etc) to label specific ob…
-
:red_circle: **Title** : Red wine Quality Detection
:red_circle: **Aim** : Red wine Quality Detection by statisticall addressing and referencinf each of these features 'residual sugar', 'total sulfu…
-
This [blogpost](https://cityinthesky.co.uk/posts/2020/collocation-for-finding-periodic-orbits-of-odes/) shows working collocation algorithm for detection of periodic orbits of ODEs. It could be implem…
-
Can you please assign it to me?
-
Dear all,
this topic is to serve as a checklist of algorithms that could be/have been implemented.
**=============== Low Back-Worn IMU ===============**
**Gait Sequence Detection**
- [x] P…
-
looping through everything all the time seems like an awful idea
-
The [Community Detection via Semi-Synchronous Label Propagation Algorithms](https://arxiv.org/abs/1103.4550) is commonly used to identify communities in graphs, and is present in other libraries/tools…