- 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)
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn):從新手小白到數(shù)據(jù)科學(xué)家
- 有趣的二進(jìn)制:軟件安全與逆向分析
- Greenplum:從大數(shù)據(jù)戰(zhàn)略到實(shí)現(xiàn)
- 算法競賽入門經(jīng)典:習(xí)題與解答
- 數(shù)據(jù)之巔:數(shù)據(jù)的本質(zhì)與未來
- 工業(yè)大數(shù)據(jù)分析算法實(shí)戰(zhàn)
- 揭秘云計(jì)算與大數(shù)據(jù)
- Remote Usability Testing
- 云原生數(shù)據(jù)中臺(tái):架構(gòu)、方法論與實(shí)踐
- 達(dá)夢(mèng)數(shù)據(jù)庫運(yùn)維實(shí)戰(zhàn)
- Unity 2018 By Example(Second Edition)
- 數(shù)據(jù)庫應(yīng)用系統(tǒng)技術(shù)
- Arquillian Testing Guide
- C# 7 and .NET Core 2.0 High Performance