Publish to my blog (weekly)

    • The model type that we will be using is Sequential.
    • It allows you to build a model layer by layer. Each layer has weights that correspond to the layer the follows it.
    • Dense is a standard layer type that works for most cases. In a dense layer, all nodes in the previous layer connect to the nodes in the current layer.
    • Dense’ is the layer type
    • ‘Activation’ is the activation function for the layer. An activation function allows models to take into account nonlinear relationships

Posted from Diigo. The rest of my favorite links are here.

댓글

이 블로그의 인기 게시물

Publish to my blog (weekly)

Publish to my blog (weekly)