Keras deep learning sentiment analysis - supervised or unsupervised

0 votes
I am a bit confused because about the topic deep learning.

My question: Let's assume that we've got a task to solve. Reviews should be classified where they are positive or negative by usage of Keras deep learning model.
Now: Does this task belong to supervised or unsupervised learning? Why? And how does deep learning and neural network work here? How do they learn? Isn't it better, if a machine learning algorithm is being used for this task?
Mar 26, 2022 in Machine Learning by Nandini
• 5,480 points
531 views

1 answer to this question.

0 votes

The machine learning task of learning a function that translates an input to an output supported example input-output pairs is understood as supervised learning. It uses labelled training data and a set of training examples to infer a function. Each example in supervised learning is formed from an input object (usually a vector) and a desired output value (also called the supervisory signal). A supervised learning algorithm examines the training data and generates an inferred function which will be applied to fresh cases.

Unsupervised learning is a sort of machine learning method that is used to make conclusions from datasets containing unlabeled input data. Cluster analysis is the most frequent unsupervised learning method, which is used for exploratory data analysis to uncover hidden patterns or groupings in data.

Because the task you specified already has labelled datasets (with genuine reviews for each input), you can always treat it as a supervised learning issue and solve it with a machine learning model like SVM, Random Forest, or MLP.
To learn more, visit our deep learning course

answered Apr 4, 2022 by Dev
• 6,000 points

Related Questions In Machine Learning

0 votes
1 answer

What is Unsupervised Learning?

Unsupervised Learning is the training of machine ...READ MORE

answered May 8, 2019 in Machine Learning by Alok
1,158 views
0 votes
1 answer

What is semi-supervised machine learning?

Hi@Ganesh, Semi-supervised machine learning is a combination of ...READ MORE

answered Jul 19, 2020 in Machine Learning by MD
• 95,440 points
798 views
0 votes
1 answer

Where is the Keras configuration file stored?

Hi@akhtar, The Keras configuration file is a JSON ...READ MORE

answered Jul 15, 2020 in Machine Learning by MD
• 95,440 points
743 views
0 votes
2 answers
0 votes
0 answers

How is AI different from Deep learning?

How is AI different from Deep Learning? READ MORE

Apr 22, 2019 in Others by Halder
346 views
0 votes
1 answer

keras model.fit_generator() several times slower than model.fit()

You may want to check out the ...READ MORE

answered May 31, 2019 in Python by SDeb
• 13,300 points
2,844 views
0 votes
1 answer

Machine Learning: Unsupervised Backpropagation

Backpropagation in unsupervised learning; probably the models ...READ MORE

answered Feb 23, 2022 in Machine Learning by Dev
• 6,000 points
382 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP