Skip to content

Commit 0871d79

Browse files
author
Manthan Thakker
authored
Deep Neural Networks With Keras
1 parent 05eeea2 commit 0871d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DeepNeuralNetPython/NeuralNetworkWithKeras.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Preprocessing using Pandas
1313
data.dropna(inplace=True)
1414

15+
#Splitting Training and Testing Data
1516
trainingData = data.iloc[:700, 0:4]
1617
trainingLabel = data.iloc[:700, 5]
1718

0 commit comments

Comments
 (0)