Skip to content

MarbilleJuntado/Artificial-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial-Neural-Network

Simple ANN model that predicts if a certain customer will leave their bank

Linux Setup

Download the Linux version of Miniconda with the appropriate build.

$ cd Downloads
$ bash Miniconda3-latest-Linux-x86_64.sh

Create a new Python virtual environment.

$ conda create -n py35 python=3.5 anaconda

Activate the newly created environment.

$ source activate py35

Install spyder.

$ conda install spyder

Install packages/dependencies.

$ conda install theano
$ conda install tensorflow
$ conda install keras

Clone this repository.

$ git clone https://github.com/MarbilleJuntado/Artificial-Neural-Network.git

Open spyder: $ spyder. Navigate the cloned repository and open train.py. Click Run.

About

Simple ANN that predicts if a certain customer will leave their bank

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages