Skip to content
GitHub Universe 2025
Explore 100+ talks, demos, and workshops at Universe 2025. Choose your favorites.
#

binary-cross-entropy-loss

Here are 5 public repositories matching this topic...

Language: Python
Filter by language

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.

  • Updated Sep 13, 2025
  • Python

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.

  • Updated Sep 13, 2025
  • Python

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.

  • Updated Sep 8, 2025
  • Python

Improve this page

Add a description, image, and links to the binary-cross-entropy-loss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binary-cross-entropy-loss topic, visit your repo's landing page and select "manage topics."

Learn more