The Functional API - Keras
https://keras.io/guides/functional_api01.03.2019 · Introduction. The Keras functional API is a way to create models that are more flexible than the tf.keras.Sequential API. The functional API can handle models with non-linear topology, shared layers, and even multiple inputs or outputs. The main idea is that a deep learning model is usually a directed acyclic graph (DAG) of layers.
Code examples - Keras
https://keras.io/examplesCode examples. Our code examples are short (less than 300 lines of code), focused demonstrations of vertical deep learning workflows. All of our examples are written as Jupyter notebooks and can be run in one click in Google Colab, a hosted notebook environment that requires no setup and runs in the cloud.Google Colab includes GPU and TPU runtimes.
Graph Data - Keras
https://keras.io/examples/graphKeras documentation. Star. About Keras Getting started Developer guides Keras API reference Code examples Computer Vision Natural Language Processing Structured Data Timeseries Audio Data Generative Deep Learning Reinforcement Learning …