- Mastering TensorFlow 1.x
- Armando Fandango
- 139字
- 2021-06-25 22:51:02
Neural Network Models in Keras
Neural network models in Keras are defined as the graph of layers. The models in Keras can be created using the sequential or the functional APIs. Both the functional and sequential APIs can be used to build any kind of models. The functional API makes it easier to build the complex models that have multiple inputs, multiple outputs and shared layers.
Thus as a rule of thumb, we have seen engineers use the sequential API for simple models built from simple layers and the functional API for complex models involving branches and sharing of layers. We have also observed that building simple models with the functional API makes it easier to grow the models into complex models with branching and sharing. Hence for our work, we always use the functional API.
- Android NDK Game Development Cookbook
- 嵌入式技術(shù)基礎(chǔ)與實(shí)踐(第5版)
- 分布式系統(tǒng)與一致性
- Hands-On Machine Learning with C#
- CC2530單片機(jī)技術(shù)與應(yīng)用
- Visual Media Processing Using Matlab Beginner's Guide
- STM32嵌入式技術(shù)應(yīng)用開(kāi)發(fā)全案例實(shí)踐
- Machine Learning with Go Quick Start Guide
- LPC1100系列處理器原理及應(yīng)用
- 單片機(jī)技術(shù)及應(yīng)用
- 新編電腦組裝與硬件維修從入門到精通
- 計(jì)算機(jī)電路基礎(chǔ)(第2版)
- 基于S5PV210處理器的嵌入式開(kāi)發(fā)完全攻略
- 從企業(yè)級(jí)開(kāi)發(fā)到云原生微服務(wù):Spring Boot實(shí)戰(zhàn)
- Service Mesh微服務(wù)架構(gòu)設(shè)計(jì)