Logan Cooper·Feb 22, 2024The Architecture of ModleHow does Modle — the machine learning guessing game I released recently — work? Let me walk you through what happens behind the scenes.
Logan Cooper·Jan 22, 2024Data Science versus Econometrics“I’ve been reading about data science, and I noticed that a lot of the econometric models I know came up a lot. What is the difference…A response icon15A response icon15
Logan Cooper·May 14, 2021The Vocabulary of Buck 65, QuantifiedHow many unique lyrics does rapper Buck 65 use?A response icon1A response icon1
InThe StartupbyLogan Cooper·Sep 4, 2020Going Serverless: My Linear Regression API on AWS LambdaAbout a year ago, I had the idea for a side project: a linear regression API. I’ve just made it serverless with AWS Lambda.
Logan Cooper·Jan 10, 2020Algorithm Write Up: Longest Unique SubstringSo, you want to learn how to find the longest unique substring of a string. You’ve come to the right place.