My first NN using Deep Learning to resolve a Churn Modeling problem
Install dependencies from requirements.txt
$ pip install -r requirements.txt
Run the script:
python main.py
If the model is already created, it will load it and run it. Otherwise, it will train a new model for later use.