/Churn-Rate

Churn rate calculation via Artificial Neural Networks

Primary LanguagePython

Run from Scratch

Included Files

  • ann.py
  • Churn_Modelling.csv
  • model.json
  • model.h5
  • requirements.txt
  • README.md
  • group1-shard1of1.bin (Keras model is converted to Tensorflow layers so that it could be imported and run on a web browser.)

To convert the model to a tensorflowjs model (For web development only)

$ pip install tensorflowjs
$ tensorflowjs_converter --input_format keras path/to/my_model.h5 path/to/tfjs_target_dir \