Am using DL4J AnimalClassifier.java, the dataset using there is an animal classifier with 4 CSV files.
My question: can we consider this dataset as sequential dataset? If yes, why? If no, can you please suggest me a simple sequential dataset so I can use with DL4J.
another question if you do not mind, I found in the following package:
org.deeplearning4j.examples.advanced.modelling.embeddingsfromcorpus.sequencevectors;
file : SequenceVectorsTextExample.java
that use data set called: raw_sentences.txt
is this data set considered to be sequential data set
@HJT again I suggest you pick a domain. NLP, Computer Vision and Time Series Sequential are very different things. The smallest to do would be time series rather than NLP if you want that.