Skip to content

Commit 704a3e5

Browse files
authored
Merge pull request #330 from HanzTantiangco/patch-1
refactor: Change TODO self.layer_0 to None
2 parents 7e53f7a + 3c4ca4a commit 704a3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentiment-analysis-network/Sentiment_Classification_Projects.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@
850850
" \n",
851851
" # TODO: Create the input layer, a two-dimensional matrix with shape \n",
852852
" # 1 x input_nodes, with all values initialized to zero\n",
853-
" self.layer_0 = np.zeros((1,input_nodes))\n",
853+
" self.layer_0 = None\n",
854854
" \n",
855855
" \n",
856856
" def update_input_layer(self,review):\n",

0 commit comments

Comments
 (0)