Decision Tree for Classification, Entropy, and Information Gain
https://sandhyakrishnan02.medium.com/decision-tree-for-classification-entropy-and-information-gain-cd9f99a26e0d
https://sandhyakrishnan02.medium.com/decision-tree-for-classification-entropy-and-information-gain-cd9f99a26e0d
Medium
Decision Tree for Classification, Entropy, and Information Gain
A Decision Tree learning is a predictive modeling approach. It is used to address classification problems in statistics, data mining, and…
Data visualization: Plot three-dimensional scatter plots using python
https://ninza7.medium.com/data-visualization-plot-three-dimensional-scatter-plots-using-python-3e759805b9b8
https://ninza7.medium.com/data-visualization-plot-three-dimensional-scatter-plots-using-python-3e759805b9b8
Medium
Data visualization: Plot three-dimensional scatter plots using python
Plot 3d graph using NumPy and matplotlib library
Workshop for Car detection app using Python and OpenCV | Computer Vision | WorkShop#24
https://dushyantsingh-ds.medium.com/workshop-for-car-detection-app-using-python-and-opencv-computer-vision-workshop-24-52e0883a15be
https://dushyantsingh-ds.medium.com/workshop-for-car-detection-app-using-python-and-opencv-computer-vision-workshop-24-52e0883a15be
Medium
Workshop for Car detection app using Python and OpenCV | Computer Vision | WorkShop#24
Dushyant Singh ·Just now
Top 6 Programming Languages to Learn in 2021
https://bhavesh-rawat.medium.com/top-6-programming-languages-to-learn-in-2021-b06f4628f008
https://bhavesh-rawat.medium.com/top-6-programming-languages-to-learn-in-2021-b06f4628f008
Medium
Top 6 Programming Languages to Learn in 2021
For someone as a beginner, or changing their career we have often found learners asking this question “What programming languages I should…
Useful Django Shell Commands — Part 1
https://medium.com/@siddharth.sahu/useful-django-shell-commands-part-1-731b5d3bbecc
https://medium.com/@siddharth.sahu/useful-django-shell-commands-part-1-731b5d3bbecc
Medium
Django Shell Commands For Increased Productivity— Part 1
Django provides many useful shell commands which can increase development efficiency and can prove life saver in debugging.
The Monty Hall Problem, Proven with Python (and Math)
https://maitiusexton.medium.com/the-monty-hall-problem-proven-with-python-and-math-5f3f683e1ebf
https://maitiusexton.medium.com/the-monty-hall-problem-proven-with-python-and-math-5f3f683e1ebf
Medium
The Monty Hall Problem, Proven with Python (and Math)
When the movie 21 came out in 2008, I remember that one scene never quite sat right with me. MIT statistics professor Micky Rosa (played…
How Can You Model a Realistic Bouncing Ball Using Springs
https://rjallain.medium.com/how-can-you-model-a-realistic-bouncing-ball-using-springs-bdc0480090d
https://rjallain.medium.com/how-can-you-model-a-realistic-bouncing-ball-using-springs-bdc0480090d
Medium
How Can You Model a Realistic Bouncing Ball Using Springs
Take a ball and drop it on the ground. Yes, it will bounce back up. However, it doesn’t return quite to its starting height — it never…
Implementing k-Means Clustering in 30 Lines with Optimization
https://medium.datadriveninvestor.com/implementing-k-means-clustering-in-30-lines-with-optimization-44eb423368ec
https://medium.datadriveninvestor.com/implementing-k-means-clustering-in-30-lines-with-optimization-44eb423368ec
Medium
Implementing k-Means Clustering in 30 Lines with Optimization
Using Python3 and Scikit-learn