Supply Stack - Solving Advent of Code Day 05 2022 Jesper Dramsch coding , Python read in 4 minutes A yes, the vertical stacks are starting! What is Advent of Code? In this little series, I want to write about the thought processes I December 5, 2022
Camp Cleanup - Solving Advent of Code Day 04 2022 Jesper Dramsch coding , Python read in 3 minutes Is this range in that range? What is Advent of Code? In this little series, I want to write about the thought processes I have December 4, 2022
Rucksack Rumble - Solving Advent of Code Day 03 2022 Jesper Dramsch coding , Python read in 4 minutes Day three and we compare a bunch of letters. What is Advent of Code? In this little series, I want to write about the thought December 3, 2022
Use conftest.py to do something after pytest passes Jesper Dramsch pytest , Python , today i learned read in 3 minutes It's Advent of Code! đ Every year I add to my utils.py and try to make the coding experience a bit nicer. This year, I December 2, 2022
Rock Paper Scissors - Solving Advent of Code Day 02 2022 Jesper Dramsch coding , Python read in 3 minutes Day 2 of Advent of Code in 2022 is all about playing Rock Paper Scissors. We get a "strategy guide" and need to figure December 2, 2022
Snacky Elves - Solving Advent of Code Day 01 2022 Jesper Dramsch coding , Python read in 3 minutes In this little series, I want to write about the thought processes I have behind solving the puzzles presented in Advent of Code. During December 1, 2022
Mastodon User Timelines are RSS Feeds Jesper Dramsch mastodon , rss , social media , today i learned , twitter read in 3 minutes I was reading through the Mastodon API documentation to figure out how to get my posts. On this website, I have a small widget November 11, 2022
I learned about TIL posts Jesper Dramsch content , today i learned read in 1 minutes Gotta love a bit of self-referential writing. I read about TIL (Today I Learned) posts by Simon Willison, as an easy way to document November 6, 2022
Mastodon for Twitter Escapees Jesper Dramsch mastodon , twitter read in 11 minutes I just made the jump and made a Mastodon account. After Twitter was taken private and the use of racial slurs amongst others sky-rocketed, November 5, 2022
Increase citations, ease reviews and facilitate collaboration â Ablation Studies Jesper Dramsch machine learning , reproducibility , SSI , tutorial read in 4 minutes Ablation Studies¶Finally, the gold standard in building complex machine learning models is proving that each constituent part of the model contributes something to October 3, 2022
Increase citations, ease reviews and facilitate collaboration â Interpretability Jesper Dramsch machine learning , reproducibility , SSI , tutorial read in 57 minutes Interpretability & Model Inspection¶One way to probe the models we build is to test them against the established knowledge of domain experts. In September 30, 2022
Increase citations, ease reviews and facilitate collaboration â Testing in Machine Learning Jesper Dramsch machine learning , reproducibility , SSI , tutorial read in 7 minutes Testing¶Machine learning is very hard to test. Due to the nature of the our models, we often have soft failures in the model September 26, 2022
Increase citations, ease reviews and facilitate collaboration â Model Sharing Jesper Dramsch machine learning , reproducibility , SSI , tutorial read in 6 minutes Model Sharing¶Some journals will require the sharing of code or models, but even if they donât we might benefit from it. Anytime we share September 22, 2022