Hi all, I have created a program to use Recurrent neural networks for sentiment analysis. This program is created based on Deeplearning4j library. This programs runs fine within a short time.
Then I added the above program built using deeplearning4j library to Spark pipeline and created a pipeline program. But this pipeline program takes a long time to run. It takes about 10 hours to process 1000 data rows. Can you give me how to solve this problem and enhance the speed of my pipeline program. Thanks Thamali