I guess I'm glossing over the 2nd use of peer-reviewed publications though, which is the point-scoring system widely used for academic career development. Maybe that should be replaced with something more personal and less metric-driven.
@jeremyphoward
-
Mean Statistics Inadequate For Group Comparison Analysis
By
–
Surely the mean is pretty much the least informative statistic for comparing those groups?
-
Python Properties: Setting Attributes with Custom Logic
By
–
Everything that follows an object and a dot in python is an attribute – even methods! This particular attribute is special however – it's a property. That's so we can *set* it, and some code runs when that happens.
-
Three Studies: Missing Links in AI Journalism Coverage
By
–
What are the 3 studies this article is referring to? (I wish reporters would include links to papers!)
-
nbdev writeup by Carson Dial appreciated
By
–
Many thanks to @carsondial for the writeup about nbdev 🙂
-

InfoWorld Names Best Open Source Software Winners 2022
By
–
Lots of great software amongst the @InfoWorld 2022 Best Open Source winners, including @huggingface Accelerate, @StableDiffusion
, Jax, @AiEleuther
, and our own #nbdev! https://
infoworld.com/article/367682
9/the-best-open-source-software-of-2022.html
… -
Full-text search web app built for all fast.ai courses
By
–
This is very cool – building a full-text search web app for all @fastdotai courses!
-
Early Style Transfer Research Shared from Fast.ai Course
By
–
Here's some of his earliest research that he shared with us shortly after the http://
fast.ai course wrapped up in 2017: https://
towardsdatascience.com/experiments-on
-different-loss-configurations-for-style-transfer-7e3147eda55e
… -
Fast.ai’s First International Fellow Earns PhD
By
–
We selected @sahilsingla47 as @fastdotai
's first ever international fellow, back in 2017! After 5 years, he now has his PhD. 😀 I'm not at all surprised that Sahil has gone on to great things. We were so impressed by his tenacity and brilliant work. -

GPU Implementation Using NumPy Instead of Custom CUDA Compiler
By
–
Well OK we didn't write a CUDA compiler for the GPU version, but used numpy's…