Skip to content

Latest commit

 

History

History

07_Constructing_LSTM_Neural_network_for_sequence_classification

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Chapter 7 : Constructing LSTM Neural network for sequence classification

In this chapter, you will learn how to develop LSTM neural network for time series application on a UCI synthetic control dataset with multi-class output using DL4J.  

Instructions

  • Navigate to sourceCode/cookbookapp directory and import the project using pom.xml file.
  • We use UCI synthetic control Dataset for the time series application.