- Deep Learning with R for Beginners
- Mark Hodnett Joshua F. Wiley Yuxi (Hayden) Liu Pablo Maldonado
- 294字
- 2021-06-24 14:30:40
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.
- 數據挖掘原理與實踐
- 數據庫應用基礎教程(Visual FoxPro 9.0)
- INSTANT Cytoscape Complex Network Analysis How-to
- 深度剖析Hadoop HDFS
- 數據庫原理與應用(Oracle版)
- Python數據分析與數據化運營
- 數據庫應用系統開發實例
- 聯動Oracle:設計思想、架構實現與AWR報告
- 云工作時代:科技進化必將帶來的新工作方式
- AndEngine for Android Game Development Cookbook
- Visual Studio 2012 and .NET 4.5 Expert Development Cookbook
- 云原生架構:從技術演進到最佳實踐
- 標簽類目體系:面向業務的數據資產設計方法論
- Arquillian Testing Guide
- 從零進階!數據分析的統計基礎(第2版)