Skip to content

Commit 3a51d5b

Browse files
authored
Update to a new version
1 parent e770dab commit 3a51d5b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44

55
#### 1. Overview
66

7-
This code implements a convolutional neural network architecture for real-time user-independent human activity recognition.
7+
This code implements a Convolutional Neural Network-based approach for real-time human activity recognition.
88

9-
Among its main features are very short recognition intervals of size up to 1 second, no manual feature engineering or data
10-
preprocessing, and domain-independent architecture that with a minimal amount of modifications can be successfully applied
11-
to different types of datasets.
9+
The proposed architecture combines a shallow CNN for unsupervised local feature extraction together with statistical features that encode global characteristics of the time series. Among its main benefits are short recognition intervals of size up to 1 second, almost no manual feature engineering or data preprocessing, and a domain-independent architecture that with a minimal amount of modifications can be applied to different types of datasets.
1210

1311
---
1412

0 commit comments

Comments
 (0)