- Deep Learning with R for Beginners
- Mark Hodnett Joshua F. Wiley Yuxi (Hayden) Liu Pablo Maldonado
- 156字
- 2021-06-24 14:30:38
Training a Prediction Model
This chapter shows you how to build and train basic neural networks in R through hands-on examples and shows how to evaluate different hyper-parameters for models to find the best set. Another important issue in deep learning is dealing with overfitting, which is when a model performs well on the data it was trained on but poorly on unseen data. We will briefly look at this topic in this chapter, and cover it in more depth in Chapter 3, Deep Learning Fundamentals. The chapter closes with an example use case classifying activity data from a smartphone as walking, going up or down stairs, sitting, standing, or lying down.
This chapter covers the following topics:
- Neural networks in R
- Binary classification
- Visualizing a neural network
- Multi-classification using the nnet and RSNNS packages
- The problem of overfitting data—the consequences explained
- Use case—building and applying a neural network
推薦閱讀
- SQL Server 2016 數據庫教程(第4版)
- Mastering Ninject for Dependency Injection
- MySQL從入門到精通(第3版)
- 大話Oracle Grid:云時代的RAC
- 達夢數據庫性能優化
- Python金融實戰
- 數據庫設計與應用(SQL Server 2014)(第二版)
- 云原生數據中臺:架構、方法論與實踐
- Chef Essentials
- MySQL DBA修煉之道
- 大數據技術原理與應用:概念、存儲、處理、分析與應用
- 算力經濟:從超級計算到云計算
- Spring Boot 2.0 Cookbook(Second Edition)
- Google Cloud Platform for Architects
- Learning Ansible