Closed SuhainaFathimaM closed 5 months ago
Hey @SuhainaFathimaM, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨
Pls provide the description of what this calculator will do clearly @SuhainaFathimaM
Any update on this @SuhainaFathimaM
Entropy Calculator calculates the entropy from the probabilities which is the input..
Eg : You tell the function the probabilities of picking each color: For example, you might tell it that there's a 25% chance of picking a red ball, a 50% chance of picking a blue ball, and a 25% chance of picking a green ball. The function calculates the entropy:
probabilities = [0.25, 0.5, 0.25] ---> Input
Output: entropy = 1.5
High entropy: Means a lot of uncertainty. Low entropy: Means less uncertainty
Go ahead @SuhainaFathimaM
Hello @SuhainaFathimaM! Your issue #971 has been closed. Thank you for your contribution!! 🙌
Description
Adding an entropy calculator
Screenshots
No response
Checklist
Code of Conduct