- R Deep Learning Essentials
- Mark Hodnett Joshua F. Wiley
- 294字
- 2021-08-13 15:34:31
Summary
This chapter showed how to get started building and training neural networks to classify data, including image recognition and physical activity data. We looked at packages that can visualize a neural network and we created a number of models to perform classification on data with 10 different categories. Although we only used some neural network packages rather than deep learning packages, our models took a long time to train and we had issues with overfitting.
Some of the basic neural network models in this chapter took a long time to train, even though we did not use all the data available. For the MNIST data, we used approx. 8,000 rows for our binary classification task and only 6,000 rows for our multi-classification task. Even so, one model took almost an hour to train. Our deep learning models will be much more complicated and should be able to process millions of records. You can now see why specialist hardware is required for training deep learning models.
Secondly, we see that a potential pitfall in machine learning is that more complex models will be more likely to overfit the training data, so that evaluating performance in the same data used to train the model results in biased, overly optimistic estimates of the model performance. Indeed, this can even make a difference as to which model is chosen as the best. Overfitting is also an issue for deep neural networks. In the next chapter, we will discuss various techniques used to prevent overfitting and obtain more accurate estimates of model performance.
In the next chapter we will look at building a neural network from scratch and see how it applies to deep learning. We will also discuss some methods to deal with overfitting.
- 零點起飛學Xilinx FPG
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- Linux運維之道(第2版)
- Learning Game Physics with Bullet Physics and OpenGL
- LPC1100系列處理器原理及應用
- Hands-On Motion Graphics with Adobe After Effects CC
- Spring Cloud實戰
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- 觸摸屏應用技術從入門到精通
- The Applied Artificial Intelligence Workshop
- 筆記本電腦的結構、原理與維修
- 筆記本電腦現場維修實錄
- ARM接口編程
- CPU設計實戰:LoongArch版
- FPGA設計技巧與案例開發詳解