What is entropy and information gain

0 votes

How can I apply entropy and maximum entropy in terms of text mining? Can someone give me a easy, simple example

Mar 2, 2022 in Machine Learning by Nandini
• 5,480 points
18,999 views

1 answer to this question.

0 votes

Entropy is uncertainty/ randomness in the data, the more the randomness the higher will be the entropy. Information gain uses entropy to make decisions. If the entropy is less, information will be more.
Information gain is used in decision trees and random forest to decide the best split. Thus, the more the information gain the better the split and this also means lower the entropy.
The entropy of a dataset before and after a split is used to calculate information gain.
Entropy is the measure of uncertainty in the data. The effort is to reduce the entropy and maximize the information gain. The feature having the most information is considered important by the algorithm and is used for training the model.
By using Information gain you are actually using entropy.

Read the Artificial Intelligence tutorial to learn more about Artificial Intelligence and Machine Learning. Also, enrol in Machine Learning Course to become proficient.

answered Mar 2, 2022 by Dev
• 6,000 points

Related Questions In Machine Learning

0 votes
1 answer

What is information gain? - Decision tree algo

You can use information gain to decide ...READ MORE

answered May 14, 2019 in Machine Learning by Raj
2,154 views
0 votes
1 answer

What is correlation and its types?

Correlation is a statistical measure that shows ...READ MORE

answered May 10, 2019 in Machine Learning by Zulaikha
2,116 views
0 votes
1 answer

What is the difference between linear regression and logistic regression?

Hi Dev, to answer your question Linear Regression ...READ MORE

answered Feb 2, 2022 in Machine Learning by Nandini
• 5,480 points
911 views
0 votes
1 answer
0 votes
1 answer

Probability: the one true fish

What you're looking for is P(A|B), which ...READ MORE

answered Mar 25, 2022 in Machine Learning by Dev
• 6,000 points
320 views
0 votes
3 answers

How to write lines to a text file in R?

sink("outfile.txt") cat("hello") cat("\n" ...READ MORE

answered May 24, 2019 in Data Analytics by anonymous
18,571 views
0 votes
1 answer

Use different distance formula other than euclidean distance in k means

K-means is based on variance minimization. The sum-of-variance formula ...READ MORE

answered Jun 21, 2018 in Data Analytics by Sahiti
• 6,370 points
1,408 views
0 votes
1 answer

What is the actual meaning implied by information gain in data mining?

Information gain works on the concept of ...READ MORE

answered Mar 2, 2022 in Machine Learning by Dev
• 6,000 points
380 views
0 votes
1 answer

What is cross-entropy?

Cross-entropy is taken from the information theory ...READ MORE

answered Feb 23, 2022 in Machine Learning by Dev
• 6,000 points
486 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