Login
Remember
Register
Ask a Question
Which of the following is an example of a neural network architecture commonly used in natural language processing?
0
votes
asked
Apr 4, 2024
in
NLP using Python
by
john ganales
Which of the following is an example of a neural network architecture commonly used in natural language processing?
a) Convolutional neural network (CNN)
b) Decision tree
c) Linear regression
d) K-means clustering
convolutional
neural
network
cnn
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 4, 2024
by
john ganales
Solution : a) Convolutional neural network (CNN).
Reason: Convolutional neural networks are a type of neural network architecture that are commonly used in NLP tasks, such as text classification and sentiment analysis.
...