- 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
推薦閱讀
- MySQL數(shù)據(jù)庫進(jìn)階實(shí)戰(zhàn)
- LibGDX Game Development Essentials
- 云數(shù)據(jù)中心基礎(chǔ)
- 輕松學(xué)大數(shù)據(jù)挖掘:算法、場景與數(shù)據(jù)產(chǎn)品
- Live Longer with AI
- 大數(shù)據(jù):從概念到運(yùn)營
- SQL優(yōu)化最佳實(shí)踐:構(gòu)建高效率Oracle數(shù)據(jù)庫的方法與技巧
- 大數(shù)據(jù)技術(shù)入門
- 云原生數(shù)據(jù)中臺(tái):架構(gòu)、方法論與實(shí)踐
- Hadoop 3實(shí)戰(zhàn)指南
- 數(shù)據(jù)修復(fù)技術(shù)與典型實(shí)例實(shí)戰(zhàn)詳解(第2版)
- 改變未來的九大算法
- 中文版Access 2007實(shí)例與操作
- 大數(shù)據(jù)與機(jī)器學(xué)習(xí):實(shí)踐方法與行業(yè)案例
- 信息融合中估計(jì)算法的性能評(píng)估