Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 491 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 491 Bytes

Basic_Artificial_Neural_Network

This file contains the very basic ANN model using scikit learn and keras. The code conatins in two different formats including normal python script and jupyter notebook format. The dataset contains 10,000 patterns which is about the predicting whether a user will left a bank or not.

To install the dependencies, type the below python command in First_ANN folder where Requirements.txt file resides.

python -m pip install -r Requirements.txt

Enjoy....!