Skip to content
#

binary-cross-entropy-loss

Here are 9 public repositories matching this topic...

Language: All
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 8, 2025
  • Python

This project implements a machine learning model to detect phishing websites using a Multi-Layer Perceptron (MLP) neural network. The model analyzes various features extracted from URLs and website characteristics to classify them as either legitimate or phishing. The dataset used is dataset_phishing.csv, which contains 87 features and a binary lab

  • Updated Apr 30, 2025
  • Jupyter Notebook

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

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 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