Viewing a single comment thread. View all comments

SparroHawc t1_iw0p9b1 wrote

> AI does not forget anything

Not true. If you have a neural network and attempt to train it for a second task, it will 'forget' how to do the first task properly.

15

ProtoplanetaryNebula t1_iw0u0fy wrote

How does it “forget”? It’s a computer. Computers store data or delete data, no? They don’t forget.

−6

Peanutor15 t1_iw0v9i6 wrote

Unless explicitly saved, the previous patterns are overwritten by the newer ones

11

[deleted] t1_iw135l7 wrote

[deleted]

−1

DredZedPrime t1_iw1p6br wrote

You're thinking in terms of traditional computing. What this is referring to is learning neural networks. They operate very differently by design.

2

ProtoplanetaryNebula t1_iw24ecv wrote

Sure, but the coders are going to instruct the program to save important learned data, not allow it to be overwritten.

−1

camilo16 t1_iw0znmw wrote

The way it learnt was by setting a few million floating point values to some number sequence.

If that number sequence changes it might no longer be able to perform the original task it learnt.

6