You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-class Classification with PyTorch This project trains a simple neural network on a synthetic 4-class dataset created with make_blobs. The model uses two hidden layers and is trained with CrossEntropyLoss and SGD. Decision boundaries are visualized, and test accuracy is reported.
Multi-class Classification with PyTorch This project trains a simple neural network on a synthetic 4-class dataset created with make_blobs. The model uses two hidden layers and is trained with CrossEntropyLoss and SGD. Decision boundaries are visualized, and test accuracy is reported.