Classifier DL Approach in sparknlp #13542
Answered
by
maziyarpanahi
Rishab-Vanigotha
asked this question in
Q&A
-
in official documentation of classifierdlapproach it says internally it uses deep learning models (DNNS) but which type of neural network it uses is not mentioned. whether it is GRU or LSTM or bidirectional LSTM or something else? |
Beta Was this translation helpful? Give feedback.
Answered by
maziyarpanahi
Feb 20, 2023
Replies: 1 comment 1 reply
-
You are mistaken the DNNs with RNNs. The DNNs are just dense layers, unlike RNNs (LSTM/GRU), there are no different DNNs.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rishab-Vanigotha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are mistaken the DNNs with RNNs. The DNNs are just dense layers, unlike RNNs (LSTM/GRU), there are no different DNNs.