- Deep Learning with Keras
- Antonio Gulli Sujit Pal
- 120字
- 2021-07-02 23:58:05
Increasing the number of internal hidden neurons
We can make yet another attempt, that is, changing the number of internal hidden neurons. We report the results of the experiments with an increasing number of hidden neurons. We can see in the following graph that by increasing the complexity of the model, the run time increases significantly because there are more and more parameters to optimize. However, the gains that we are getting by increasing the size of the network decrease more and more as the network grows:

In the following graph, we show the time needed for each iteration as the number of hidden neurons grow:

The following graph shows the accuracy as the number of hidden neurons grow:

推薦閱讀
- 深入理解Spring Cloud與實戰
- Mastering Delphi Programming:A Complete Reference Guide
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 基于ARM的嵌入式系統和物聯網開發
- Intel FPGA/CPLD設計(高級篇)
- 從零開始學51單片機C語言
- The Deep Learning with Keras Workshop
- VCD、DVD原理與維修
- Practical Machine Learning with R
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- 筆記本電腦應用技巧
- 單片機開發與典型工程項目實例詳解
- Arduino項目案例:游戲開發
- 微服務實戰
- 分布式存儲系統:核心技術、系統實現與Go項目實戰