Skip to content

Conversation

@Aananda-giri
Copy link

Ch.6 Update lowest_loss initialization from lowest_loss = 9999999 to lowest_loss = np.inf


# Helper variables
lowest_loss = 9999999 # some initial value
lowest_loss = np.inf # some initial value

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
lowest_loss = np.inf # some initial value
- [x] lowest_loss = np.inf # some initial value [play]()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
lowest_loss = np.inf # some initial value
- [x] lowest_loss = np.inf # some initial value [dog]()

# Create loss function
loss_function = Loss_CategoricalCrossentropy()

# Helper variables

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello

activation2 = Activation_Softmax()

# Create loss function
loss_function = Loss_CategoricalCrossentropy()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dog

# Create loss function
loss_function = Loss_CategoricalCrossentropy()

# Helper variables

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants