- Deep Learning Quick Reference
- Mike Bernico
- 97字
- 2021-06-24 18:40:07
Building datasets for deep learning
Compared to other predictive models that you might have used, deep neural networks are very complicated. Consider a network with 100 inputs, two hidden layers with 30 neurons each, and a logistic output layer. That network would have 3,930 learnable parameters as well as the hyperparameters needed for optimization, and that's a very small example. A large convolutional neural network will have hundreds of millions of learnable parameters. All these parameters are what make deep neural networks so amazing at learning structures and patterns. However, this also makes overfitting possible.
推薦閱讀
- 高性能混合信號ARM:ADuC7xxx原理與應用開發
- 條碼技術及應用
- 機器自動化控制器原理與應用
- Embedded Programming with Modern C++ Cookbook
- 網絡化分布式系統預測控制
- OpenStack Cloud Computing Cookbook
- AI的25種可能
- Mastering Text Mining with R
- FANUC工業機器人配置與編程技術
- C#編程兵書
- Embedded Linux Development using Yocto Projects(Second Edition)
- 玩轉PowerPoint
- 新世紀Photoshop CS6中文版應用教程
- 運動控制系統應用及實例解析
- Hands-On Data Analysis with NumPy and pandas