Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 300 Bytes

Practice

study advance deep learning via colaboratory. Code comes from the book "Advanced-Deep-Learning-with Keras".

Sequential method 1 input to 1 output. Functional API: multi-input to 1 output or 1 to multi-output or ... Complex and Effective Functional API usually used more than Sequential.