You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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:
0 commit comments