PyTorch implementation of binary and multi-class focal loss functions
-
Updated
Apr 15, 2025 - Python
PyTorch implementation of binary and multi-class focal loss functions
PyTorch implementation of binary and multi-class focal loss functions
This project predicts loan approval outcomes (Approved/Rejected) using a PyTorch neural network. It includes data preprocessing, train/validation/test split, model training with BCEWithLogitsLoss, and inference with probability-based classification.
A simple PyTorch-based neural network that classifies student exam outcomes (Pass/Fail) using study hours and previous exam scores. Implements dataset splitting (train/val/test), mini-batch training, and evaluation with configurable hyperparameters.
This project classifies SMS messages as spam or ham using a feedforward neural network in PyTorch with a bag-of-words representation. It includes train/validation/test splits, performance evaluation (accuracy, sensitivity, specificity, precision), and saving the trained model and vectorizer for reuse in inference.
Add a description, image, and links to the binary-cross-entropy-loss topic page so that developers can more easily learn about it.
To associate your repository with the binary-cross-entropy-loss topic, visit your repo's landing page and select "manage topics."