Daily update | 04 November, 2021
Medium
3 Python Projects That Will Help Automate Your Life
Author: Frank Andrade
Claps: 1200
Source: data-science
Description: Beginner and advanced projects to automate your life with Python.
All Machine Learning Algorithms You Should Know in 2022
Author: Terence Shin
Claps: 1100
Source: data-science
Description: Intuitive explanations of the most popular machine learning models
Topic Modeling on Images? Why Not?!
Author: Maarten Grootendorst
Claps: 172
Source: machine-learning
Description: But let’s call it Concept Modeling instead!
Visual Studio Code is Now Available as a Web App. Should You Care?
Author: Dario Radečić
Claps: 100
Source: machine-learning
Description: It’s a huge disappointment for Python programmers and Data Scientists — Here’s why
How I build end-to-end Data Science Projects in a week
Author: Rashi Desai
Claps: 81
Source: machine-learning
Description: “Let’s talk about the projects you’ve worked on to date”
StackExchange
Is there a 1 in 20 or 1 in 400 chance of guessing the outcome of a d20 roll before it happens?
Source: stats
Views: 8654
Score: 55
Tags: probability dice
Probability of winning a game where you sample an increasing sequence from a uniform distribution
Source: stats
Views: 1249
Score: 15
Tags: probability
Having a statistics argument over D&D
Source: stats
Views: 54
Score: 5
Tags: probability
Are low sample studies redundant most of the time?
Source: stats
Views: 222
Score: 3
Tags: sample-size
Prove by induction $T(n) = T(\lfloor\frac{n}{2}\rfloor)+n^2 \in \Theta (\log_2 n)$
Source: cs
Views: 48
Score: 2
Tags: algorithms complexity-theory time-complexity algorithm-analysis induction