Skip to content

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.

License

Notifications You must be signed in to change notification settings

barkinadiguzel/Multiclass-Classification-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Multi-class Classification with PyTorch

Beginner-friendly project demonstrating how to build, train, and evaluate a multi-class classification model using PyTorch.

Quick Start

pip install torch torchvision matplotlib scikit-learn

Feedback

For feedback or questions, contact: [email protected]

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages