Search Results

3
votes

Learning Algorithm and Saving Data in Software

I think that would depend a bit on the problem domain. You might want to store learned "facts" or "relationships" in a DB so that they can be easily searched. If you are training a neural network, …