- 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.
- 零點起飛學Xilinx FPG
- 圖解西門子S7-200系列PLC入門
- 網絡服務器配置與管理(第3版)
- 計算機組裝·維護與故障排除
- 計算機維修與維護技術速成
- 筆記本電腦維修不是事兒(第2版)
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- Building 3D Models with modo 701
- Spring Security 3.x Cookbook
- 單片機原理與技能訓練
- Istio實戰指南
- USB應用分析精粹:從設備硬件、固件到主機端程序設計
- 微服務實戰(Dubbox +Spring Boot+Docker)
- Raspberry Pi Home Automation with Arduino
- Practical Artificial Intelligence and Blockchain