fokhruli / Screach_ANN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screach_ANN

We build a neural network which have one hidden layer. And got good accuracy for training and test set. This code-section was help to visualize basic structure of nn. There have a lot of work to improve.

Important keyword for this model:

  • Dataset: Churn Modealing (very known business dataset)
  • Cost function: MSE
  • Activation: sigmoid (can use relu!)
  • accuracy: arround 80% for both train and test dataset
  • Used modeule: numpy, pandas, matplotlib and sklearn (for preprocesing and model evalution checking). For learn more about those modeule go here.

you can also check my nn model which built with keras for same dataset (and compare those) here.

ENJOY!!!

About


Languages

Language:Python 100.0%