Skip to content
#

leaky-relu

Here are 32 public repositories matching this topic...

Neural Network implemented with different Activation Functions i.e, sigmoid, relu, leaky-relu, softmax and different Optimizers i.e, Gradient Descent, AdaGrad, RMSProp, Adam. You can choose different loss functions as well i.e, cross-entropy loss, hinge-loss, mean squared error (MSE)

  • Updated Aug 15, 2022
  • Jupyter Notebook

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

Improve this page

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

Learn more