Skip to content

Commit 1a6eb9e

Browse files
authored
Update README.md
1 parent 7227495 commit 1a6eb9e

File tree

1 file changed

+18
-0
lines changed
  • 03_Building_Deep_Neural_Networks_for_Binary_classification

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11

2+
### Chapter 3 : Building Deep Neural Networks for Binary classification
3+
4+
In this chapter, you will be creating a deep neural network to perform binary classification on customer churn dataset.
5+
 
6+
 
7+
 
8+
#### Instructions
9+
Navigate to **sourceCode** directory and you will see two directories:
10+
11+
- cookbookapp
12+
- spring-dl4j
13+
14+
For complete implementation on customer churn prediction, import the maven project: **cookbookapp**. For DL4J Spring integration example, import the maven project:
15+
**spring-dl4j**
16+
17+
18+
19+

0 commit comments

Comments
 (0)