this post was submitted on 09 Sep 2024
140 points (99.3% liked)

Fuck AI

1384 readers
29 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

founded 8 months ago
MODERATORS
 

Somebody built a chatGPT powerded calculator as a joke

https://github.com/Calvin-LL/CalcGPT.io

TODO: Add blockchain into this somehow to make it more stupid.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 week ago (1 children)

sure you can, it just needs to be specialized for that task

[–] [email protected] 1 points 1 week ago (1 children)

I'm curious what approaches you're thinking about. When last looking into the matter I found some research in Neural Turing Machines, but they're so obscure I hadn't ever heard of them and assume they're not widely used.

While you could build a model to answer math questions for a set input space, these approaches break down once you expand beyond the input space.

[–] [email protected] 0 points 1 week ago (1 children)

neural network, takes two numbers as input, outputs sum. no hidden layers or activation function.

[–] [email protected] 1 points 1 week ago (1 children)

Yeah, but since Neural networks are really function approximators, the farther you move away from the training input space, the higher the error rate will get. For multiplication it gets worse because layers are generally additive, so you'd need layers = largest input value to work.

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago) (1 children)

hear me out: evolving finite state automaton (plus tape)

[–] [email protected] 1 points 1 week ago (1 children)

Is that a thing? Looking it up I really only see a couple one off papers on mixing deep learning and finite state machines. Do you have examples or references to what you're talking about, or is it just a concept?

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

just a slightly seared concept
though it's just an evolving turing machine