Sequential

9 views
Skip to first unread message

Dhruv Upadhyay

unread,
Nov 25, 2016, 9:24:24 AM11/25/16
to Keras-users
what does the line  model=Sequential()   implies ??

Matias Valdenegro

unread,
Nov 25, 2016, 10:05:30 AM11/25/16
to keras...@googlegroups.com

On Friday, 25 November 2016 06:24:24 GMT Dhruv Upadhyay wrote:

> what does the line model=Sequential() implies ??

 

This just instantiates a sequential model, which implies a neural network formed by a sequence of layers, and each layer is only connected to the next layer. No tree or graph patterns are possible, for that you have the Functional API.

Reply all
Reply to author
Forward
0 new messages