Regression VS Classification ML Regression Classification Linear Regression Logistic Regression Cost function MSE Cross Entropy Classification Example Function Loss Linear Regression mse Binary Classification input : x output : yes or no Sigmoid nn.BCELoss() Multi-class Classification input : x or multiple x output : a or b or c... Softmax nn.CrossEntropyLoss() ML Supervised Learning Example Tra..