Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators
7,785
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{see also|Machine learning terms}} | |||
==Introduction== | ==Introduction== | ||
'''Class imbalance''' is a frequent issue in [[machine learning]], where one or more [[class]]es in a [[dataset]] have significantly fewer [[example]]s than others. This imbalance makes it difficult for machine learning [[algorithm]]s to accurately predict the [[minority class]], leading to biased and inaccurate [[models]]. | '''Class imbalance''' is a frequent issue in [[machine learning]], where one or more [[class]]es in a [[dataset]] have significantly fewer [[example]]s than others. This imbalance makes it difficult for machine learning [[algorithm]]s to accurately predict the [[minority class]], leading to biased and inaccurate [[models]]. | ||
Line 27: | Line 28: | ||
To help the computer become more knowledgeable about all things, we can use different tricks. One such trick is to show it more pictures of cats and birds so that it can learn about them too. | To help the computer become more knowledgeable about all things, we can use different tricks. One such trick is to show it more pictures of cats and birds so that it can learn about them too. | ||
[[Category:Terms]] [[Category:Machine learning terms]] |