Skip to content

WielkaDraka/ANN_Churn_Modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Artificial Neural Networks

Artificial Neural Networks (ANNs) are the foundation of deep learning. They consist of interconnected neurons (nodes) that process data in layers. An ANN typically includes an input layer, one or more hidden layers, and an output layer.

Key Features:

  • Feedforward Networks: Data flows in one direction from input to output.
  • Activation Functions: Apply non-linear transformations to the input (e.g., ReLU, Sigmoid).
  • Backpropagation: A method to train the network by adjusting weights based on error rates.

Applications:

  • Classification
  • Regression
  • Pattern recognition

Datasets:

Kaggle

Additional Reading:

About

This repository contains a neural network that detects the probability of leaving the bank

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors