#learninpublic — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #learninpublic, aggregated by home.social.
-
I heard it's extremely hard to get printers working on Linux. Perhaps I was just lucky but with my old Canon MG2400 it just worked. AUR driver package certainly helped. #linux #learninpublic
-
Day 87 of learning AI/ML
I studied Inference for regression slope
• Inference about slope (linear regression)
• Conditions for valid inference
• Confidence interval for slope
• t-statistic for slope
• Using p-value to conclude -
Day 86 of learning AI/ML
I studied Chi-square tests (tables & association)
• Frequency & contingency tables
• Chi-square test for homogeneity
• Chi-square test for independence
• Testing relationships between variables -
Day 85 of learning AI/ML
I studied Chi-square tests (categorical data)
• Inference for categorical data
• Chi-square distribution (intro)
• Goodness-of-fit test
• Chi-square statistic
• Interpreting results -
Day 84 of learning AI/ML
I studied Comparing means
• Statistical significance (real example)
• Difference of sample means distribution
• Confidence interval for difference of means
• Hypothesis test for difference of means -
Day 83 of learning AI/ML
I studied Comparing population proportions
• Comparing two population proportions
• Hypothesis testing for proportions
• Interpreting statistical significance
• Drawing conclusions from experiments -
Day 82 of learning AI/ML
I studied Hypothesis testing (summary)
• Hypothesis testing & p-values
• One-tailed vs two-tailed tests
• z vs t statistics
• Small vs large sample tests
• Proportion hypothesis testing -
Day 81 of learning AI/ML
I studied Hypothesis testing for a mean
• Writing hypotheses (mean)
• Conditions for t-test
• When to use z vs t
• Calculating t-statistic
• Finding & comparing p-values
• Making conclusions from test -
Day 80 of learning AI/ML
I studied Hypothesis testing for proportions
• Constructing null & alternative hypotheses
• Conditions for z-test (proportion)
• Calculating p-value from z-score
• Making conclusions from test results -
Day 79 of learning AI/ML
I studied Hypothesis testing (errors & power)
• Type I error, type II error (false negative)
• Power of a test (detecting true effect)
• Trade-off between errors & significance
• Real-world consequences of decisions -
Day 78 of learning AI/ML
I studied Hypothesis testing
@khanacademy Unit 12• Idea behind hypothesis testing
• Null vs alternative hypothesis
• p-values & significance levels
• Estimating p-values (simulation)
• Using p-values to draw conclusions -
Day 76 of learning AI/ML
I studied t-intervals for mean
• Constructing t-interval for a mean
• Paired data confidence intervals
• Interpreting confidence intervals
• Sample size vs margin of error
• Small sample t-intervals -
Day 75 of learning AI/ML
I studied t-distribution & inference
@khanacademy Unit 11• Intro to t-statistics
• Why t is used (simulation insight)
• Conditions for valid t-intervals
• Inference on a mean
• Finding critical t-values -
Day 74 of learning AI/ML
I studied Confidence intervals for proportions
• Margin of error & examples
• Conditions for valid CI (proportion)
• Critical value & confidence level
• Constructing & interpreting z-interval
• Sample size vs margin of error -
Day 73 of learning AI/ML
I studied Confidence intervals
@khanacademy Unit 11• Confidence intervals & margin of error
• Confidence interval simulation
• Interpreting confidence levels
• Understanding what confidence intervals mean -
Day 72 of learning AI/ML
I studied
Sampling distribution of sample mean• Inferring population mean from sample mean
• Central Limit Theorem (CLT)
• Standard error of the mean
• Mean & std of sample means
• Finding probabilities using sample means -
Day 71 of learning AI/ML
I studied Sampling distribution of proportions
• Sampling distribution of sample proportion
• Conditions for normal approximation
• Mean & standard deviation of proportions
• Finding probabilities using sample proportions -
Heute mal wieder stundenlang ein Open-Source-Tool konfiguriert, das eigentlich "einfach funktionieren" sollte. Aber weißt du was? Ich hab dabei mehr gelernt als in jedem Tutorial. 🔧
Das ist irgendwie das Schöne daran: Der Weg durch die Config-Hölle IST die Dokumentation.
(Der Kaffee war trotzdem alle.) ☕
-
Next I can tell Claude Code to send me notifications via ntfy anytime that it finishes or needs input.
-
Today I set up a ntfy server. Now I can send notifications from the command line to myself on my iPhone, Mac, or browser.
-
Day 40 of #100DaysOfCode
Built a memory game from a JavaScript tutorial video on freeCodeCamp
-
Day 39 of #100DaysOfCode
I made an arcade style Rock, Paper, Scissors Game using HTML, CSS & JavaScript.
-
Day 38 of #100DaysOfCode
Started reading up on JavaScript Regular Expressions.
Didn't get too far. -
Day 37 of #100DaysOfCode
Learnt about JavaScript Maps
- Map Methods
- JavaScript WeakMaps
- WeakMap Methods
- Math Objects