#Gemini 2.0 Flash can't even add correctly

1 messages · Page 1 of 1 (latest)

somber patio
#

I was trying to check my answers through it. I gave it data and asked it to find arithmetic mean and lot of others but it gave wrong answers.. so far for what I checked in arithmetic mean and geometric mean... Why no ai is good with math, they halucinate, there are some instances where ChatGPT also not able to do calculations correctly .. Is there some ai good with math yet? And what's causing such errors?..here is link to my chat

https://aistudio.google.com/app/prompts?state={"ids":["1zcnO-1GXuun8R2mxR5NyKjSskRB32sap"],"action":"open","userId":"109452677808266814996","resourceKeys":{}}&usp=sharing

final orchid
#

hello

rare dust
#

LLMs aren't programmed to do their thing, engineers develop software to train the models then use software to run these models to do what they were trained for, which is talk in natural language

when we ask them something, they use the model to build the answer, so if we ask to do some math computation they don't execute math instructions on the CPU, they try to find the best number letters, at max they use reasoning, so those aren't good to do math computing

#

I guess that chatgpt develops a python code to do the asked calculation, runs it then gets the output to provide its answer

icy pollen
#

在下列的程式碼中:
slist = ['a', 'b', 'c', 'd', 'e', 'f']
print('f' in slist)
執行後會輸出列印的內容?
A.5
B.6
C.True
D.False

worthy kraken
#

@final orchid ha

final orchid