Relative Content

Tag Archive for machine-learning

SGD optimizer setting for batched data

I am new to ML and I am starting learning it. I am doing Joh Krohn course for Maths intro to ML. It is pretty clear explaind to me but I am struggling with one thing. In this task https://github.com/jonkrohn/ML-foundations/blob/master/notebooks/regression-in-pytorch.ipynb we used torch.optim.SGD torch SGD which was running thru all the example data.

How to choose the appropriate label when building a ML model

I am trying to train a model for a specific task.
Here is a simple description:
image1
image2
Here are screenshots of two different datasets: The data in Image 1 is in the correct order, with no errors and no missing data. The data in Image 2, on the other hand, is disordered, contains noise, and has missing data.