Hey, ich möchte eine KI entwickeln, welche alle mögliche Arten von mathematischen Aufgaben lösen kann. Jedoch hat die KI bereits bei einfachen Aufgaben Probleme. Würdet ihr mir bitte sagen wo die Fehler sind?
Epoch 200/200
161/161 [==============================] - 0s 2ms/step - loss: 0.2215
Test Loss: 51562.15234375
1/1 [==============================] - 1s 531ms/step
Example 1
Input: 200001 + 32
Prediction: 27.477629
Ground Truth: 200033.0
Example 2
Input: 9999 + 9999
Prediction: 16.520712
Ground Truth: 19.998
Example 3
Input: 235 + 57
Prediction: 52.288643
Ground Truth: 292.0
Example 4
Input: 6000 + 3
Prediction: 3.0964882
Ground Truth: 6003.0
Process finished with exit code 0