Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Logistic Regression with a Neural Network mindset python example

train_set_x_flatten shape: (12288, 209)
train_set_y shape: (1, 209)
test_set_x_flatten shape: (12288, 50)
test_set_y shape: (1, 50)
sanity check after reshaping: [17 31 56 22 33]
Source by datascience-enthusiast.com #
 
PREVIOUS NEXT
Tagged: #Logistic #Regression #Neural #Network #mindset #python
ADD COMMENT
Topic
Name
7+6 =