Cracking the fizzbuzz coding interview with machine learning!
https://joelgrus.com/2016/05/23/fizz-buzz-in-tensorflow/
Related Posts
A funny side effect of building software in Rust: my machine OOMs much more during development.
I'm not entirely sure why. I think Rust makes it easy to allocate data quickly, and sooner or later you write an infinite loop when coding.
LLMs are a really accessible machine learning technique. I dabbled with text classifiers a few years ago and the APIs were way more involved.
(system_prompt: String, input: String) -> String
I can prototype with this much more easily!
Learning software development through playing and contributing to a MUD: https://tashian.com/articles/how-i-learned-to-program/