You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mango advice on what to add:
-RELU and softmax activation methods
-functional APIis for more complex things. multiple inputs mapped to multiple outputs
-sequential APIs less complex, one input to one output
Adeife advice on what to add:
-you could add batch normalization, max pulling, convolution neural networks use many layers to predict output
The text was updated successfully, but these errors were encountered:
mango advice on what to add:
-RELU and softmax activation methods
-functional APIis for more complex things. multiple inputs mapped to multiple outputs
-sequential APIs less complex, one input to one output
Adeife advice on what to add:
-you could add batch normalization, max pulling, convolution neural networks use many layers to predict output
The text was updated successfully, but these errors were encountered: