We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73be35 commit c1903caCopy full SHA for c1903ca
06_Constructing_LSTM_Network_for_time_series/README.md
@@ -1 +1,11 @@
1
2
+### Chapter 6 : **Constructing LSTM Network for time series**
3
+
4
+In this chapter, you will learn how to develop LSTM neural network for time series application with single-class output using DL4J.
5
+
6
7
8
+#### Instructions
9
10
+ - Navigate to **sourceCode/cookbookapp-lstm-time-series** directory and import the project using *pom.xml* file.
11
+ - We use *PhysioNet* Dataset for the time series application.
0 commit comments