forked from AdrianUrbanski/TWYM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links to source of data & coauthors in README
- Loading branch information
Maria Wyrzykowska
committed
Mar 2, 2022
1 parent
b106a68
commit af75b45
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# The Way You Move | ||
|
||
TWYM is a final project for Neural Networks and Deep Learning course. | ||
It is based on data from Sussex-Huawei Locomotion Challenge. | ||
It is based on data from [Sussex-Huawei Locomotion Challenge](http://www.shl-dataset.org/challenges/). | ||
In this contest, participants try to predict one of eight locomotion modes (Still, Walk, Run, Bike, Car, Bus, Train, Subway) based on readings from various sensors, such as accelerometer or gyroscope. | ||
Maria Wyrzykowska, Grzegorz Maliniak an I wanted to compare state-of-the-art IndRNN model of one of the winners with approach in which we classified time series based on their plots with Siamese CNN. | ||
We wanted to compare state-of-the-art IndRNN model of one of the winners with approach in which we classified time series based on their plots with Siamese CNN. | ||
|
||
The repository contains a report describing our approach and results. | ||
|
||
## Authors | ||
[Maria Wyrzykowska](https://github.com/Ruruthia), [Grzegorz Maliniak](https://github.com/Gizmon99), [Adrian Urbański](https://github.com/AdrianUrbanski) |