@travisfw building a generative AI model from scratch is not a single copy/paste type thing, and still you're going to use something like pytorch or tensorflow unless you really want to build all the math from scratch too. Even 20 years ago we used prebuilt libraries for the matrix math.
@bageler I refuse to accept this. There must be a simple example that demonstrates principles, however useless. "Hello world" is useless except you learn to compile code, and write to the console.
@travisfw @bageler but for most people downloading pytorch is the way they will interact with neutral networks, no? Much in the way that writing Hello World in C abstracts away a lot of assembly underwriting it
@yarrriv @bageler I can't argue with that. I suppose AI isn't yet taught alongside sort algorithms and data structures. (Which are also rarely to never written out by hand, in practice.)