You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,11 @@
1
1
# labday2017-LSTM
2
-
Using LSTMs and adapting their architectures for time-series analysis
3
-
4
-
## Purpose
5
2
Purpose of this repo is to kickoff an LSTM exploration project for KPN Data Science Labday 2017
6
3
7
4
## Goals
8
5
9
6
* Follow [this](https://machinelearningmastery.com/time-series-prediction-lstm-recurrent-neural-networks-python-keras/) tutorial to get a first analysis up and running
10
7
* Try the same code on a different data set
11
-
* Improve performance on that dataset by experimenting with parameters
8
+
* Improve performance on that dataset by experimenting with network architecture
0 commit comments