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.
One of thing I love telling the that always surprises people is that you can’t build a deep learning model that can do math (at least using conventional layers).
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.
neural network, takes two numbers as input, outputs sum. no hidden layers or activation function.
I’m tempted to ask if to calculate the number of ways it can go wrong
We are on the right track, first we create an AI calculator, next is an AI computer.
The prompt should be something like this:
You are an x86 compatible CPU with ALU, FPU and prefetching. You execute binary machine code and store it in RAM.
It seems to really like the answer 3.3333…
It’ll even give answers to a random assortment of symbols such as “±±/” which apparently equals 3.89 or… 3.33 recurring depending on its mood.