- 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
推薦閱讀
- 公有云容器化指南:騰訊云TKE實戰與應用
- 正則表達式必知必會
- 數據結構與算法(C語言版)
- Mastering Machine Learning with R(Second Edition)
- Scratch 3.0 藝術進階
- MySQL 8.x從入門到精通(視頻教學版)
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 深入淺出Greenplum分布式數據庫:原理、架構和代碼分析
- 區塊鏈技術應用與實踐案例
- 從實踐中學習sqlmap數據庫注入測試
- Access 2010數據庫程序設計實踐教程
- Hands-On System Programming with C++
- 信息融合中估計算法的性能評估
- 云原生架構:從技術演進到最佳實踐
- 數據庫基礎與應用