Machine learning pt.1: Artificial Neural Networks
We want to apply new data to our network and classify inputs If we overtrain / overfit our network to our training data then our accuracy will be deceiving. It might work very well for training data, but will not work on test data. In order to prevent overfitting we implement preprocessing techniques and tune our hyper parameters.
Jan-31-2017, 23:30:05 GMT