Skip to content
#

sigmoid-activation

Here are 40 public repositories matching this topic...

Predict the case of Telco Customer Churn data set as a measure of the percentage of customer accounts that cancel by choosing not to renew their subscription (No) and continue to renew their service (YES). Measured based on actual usage or failure when getting telco service. Based on this, I will analyze churn using the Deep Learning ANN method.

  • Updated Jul 30, 2022
  • Jupyter Notebook

This repository contains a basic implementation of a feed forward neural network using TensorFlow and Keras to predict the onset of diabetes in Pima Indian women based on certain diagnostic measures. The dataset used for training and evaluation is the Pima Indians Diabetes Database, which is publicly available and widely used for machine learning

  • Updated Mar 18, 2024
  • Jupyter Notebook

A simple neural network that defines functions for initializing a neural network, forward and backward propagation, and training. It uses a simple neural network architecture with sigmoid activation and binary cross-entropy loss for binary classification. The goal is to train the network to make accurate predictions for binary classification tasks.

  • Updated Nov 1, 2023
  • Python

Improve this page

Add a description, image, and links to the sigmoid-activation 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 sigmoid-activation topic, visit your repo's landing page and select "manage topics."

Learn more