Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Logistic Regression with a Neural Network mindset python example

Number of training examples: m_train = 209
Number of testing examples: m_test = 50
Height/Width of each image: num_px = 64
Each image is of size: (64, 64, 3)
train_set_x shape: (209, 64, 64, 3)
train_set_y shape: (1, 209)
test_set_x shape: (50, 64, 64, 3)
test_set_y shape: (1, 50)
Source by datascience-enthusiast.com #
 
PREVIOUS NEXT
Tagged: #Logistic #Regression #Neural #Network #mindset #python
ADD COMMENT
Topic
Name
4+6 =