A collection of PyTorch basics and experiments covering tensors, autograd, and neural network components. Ideal for beginners exploring deep learning with hands-on examples.
-
Updated
Jul 4, 2025 - Jupyter Notebook
A collection of PyTorch basics and experiments covering tensors, autograd, and neural network components. Ideal for beginners exploring deep learning with hands-on examples.
Binary classification of breast cancer using PyTorch. Used StandardScaler, LabelEncoder, Dataset, DataLoader, custom nn.Module model, BCELoss, and SGD. Focused on implementing a complete training pipeline, not optimizing accuracy.
Add a description, image, and links to the nn-module topic page so that developers can more easily learn about it.
To associate your repository with the nn-module topic, visit your repo's landing page and select "manage topics."