From 8586b0b8800c8b4abdc482e019f0511316f83d4b Mon Sep 17 00:00:00 2001 From: hsm207 Date: Sun, 3 Jun 2018 14:07:27 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4093fc4..4434cc3 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Deep learning framework for wearable activity recognition based on convolutional In this repository it is presented the architecture of DeepConvLSTM: a deep framework for wearable activity recognition based on convolutional and LSTM recurrent units. To obtain a detailed description of the model, please check the paper "Deep Convolutional and LSTM Recurrent Neural Networks for Multimodal Wearable Activity Recognition", avaiable at http://www.mdpi.com/1424-8220/16/1/115/html -Instrucction to run the model are included in the DeepConvLSTM notebook. +Instructions to run the model are included in the DeepConvLSTM notebook.