Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dense in keras

Dense layer does the below operation on the input and return the output.
output = activation(dot(input, kernel) + bias)
Source by keras.io #
 
PREVIOUS NEXT
Tagged: #dense #keras
ADD COMMENT
Topic
Name
4+1 =