Daily update | 16 January, 2022
Medium
Accelerating ResNet-50 Training on the IPU: Behind our MLPerf Benchmark
Author: Dr. Mario Michael Krell
Claps: 1700
Source: machine-learning
Description: A technical guide on efficient hardware scaling, memory optimization strategies and performance tools
Winning a Flood-Forecasting Hackathon with Hydrology and AutoML
Author: Mikhail Sarafanov
Claps: 702
Source: machine-learning
Description: An end-to-end project walkthrough
Evaluation of classification models on unbalanced production data
Author: Gleb Vazhenin
Claps: 473
Source: machine-learning
Description: Taming production data disbalance on classification models comparison
Develop Your Own Calendar To Track Important Dates with Python
Author: Bharath K
Claps: 301
Source: artificial-intelligence
Description: Developing a calendar GUI interface to regulate your plans for 2022 and beyond
When an AI Writes Wikipedia
Author: Kirsten Menger-Anderson
Claps: 151
Source: artificial-intelligence
Description: How much does GPT-Neo know about us?
StackExchange
How to test $H_0: \mu_1\mu_2=0$ v.s. $H_0: \mu_1\mu_2\neq 0$?
Source: stats
Views: 61
Score: 4
Tags: hypothesis-testing self-study mathematical-statistics normal-distribution maximum-likelihood
Range queries with O(N log N) build and O(1) query
Source: cs
Views: 27
Score: 2
Tags: algorithms time-complexity data-structures
Data structure for finding lowest element in range
Source: cs
Views: 16
Score: 2
Tags: data-structures
exclude variables with no variation during prediction?
Source: datascience
Views: 26
Score: 2
Tags: machine-learning deep-learning neural-network classification data-mining
Abstract Interpretation: Connection between soundness relation and a Galois connection
Source: cs
Views: 15
Score: 2
Tags: formal-methods model-checking order-theory