- R Deep Learning Essentials
- Mark Hodnett Joshua F. Wiley
- 156字
- 2021-08-13 15:34:29
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
推薦閱讀
- Aftershot Pro:Non-destructive photo editing and management
- 24小時學會電腦組裝與維護
- 新媒體跨界交互設計
- Intel FPGA/CPLD設計(基礎篇)
- Istio入門與實戰
- Instant uTorrent
- 計算機組裝與系統配置
- 施耐德SoMachine控制器應用及編程指南
- Linux運維之道(第2版)
- 基于ARM的嵌入式系統和物聯網開發
- 硬件產品經理手冊:手把手構建智能硬件產品
- Practical Machine Learning with R
- OpenGL Game Development By Example
- 微服務實戰(Dubbox +Spring Boot+Docker)
- Corona SDK Mobile Game Development:Beginner's Guide