Machine Learning (ML) and RES dataΒΆ

Machine learning is referred to the following problem formulation according to scikit-learn, a free software machine learning library for Python that will be used for upcoming ML problems. Learning process takes n samples of data (with several features) as input and predicts properties of unknown data.

For a better overview, the learning process can be distinguished between supervised and unsupervised learning. It should be noted that more learning fields exist for example reinforcement learning, but will not be considered further here.

_images/ml.jpg