Viewing a single comment thread. View all comments

MuNuKia t1_ixdarvy wrote

Code takes data. Codes stores data in computer’s memory, code pulls data, to compute the algorithm, based on user input. Algorithm output is the combination of user input and the data used to build the model.

The biggest bottleneck in analytics is memory. That’s why Hadoop is also becoming a big deal, so an analyst can use the memory of multiple computers at the same time. Which means memory and the data used in memory is an aspect of a machine learning program.

1

Fexxvi t1_ixday6t wrote

OK, I think I got it. How does this disprove my comment again?

2

MuNuKia t1_ixdbns8 wrote

Because the AI code is storing data from the training set, to build the algorithm.

1

Fexxvi t1_ixdfq2g wrote

“Data” as in the knowledge the AI has gained from the training, yes. Just like an art student remembers the styles and techniques they've learnt.

1