- Deep Learning with R for Beginners
- Mark Hodnett Joshua F. Wiley Yuxi (Hayden) Liu Pablo Maldonado
- 175字
- 2021-06-24 14:30:40
Deep Learning Fundamentals
In the previous chapter, we created some machine learning models using neural network packages in R. This chapter will look at some of the fundamentals of neural networks and deep learning by creating a neural network using basic mathematical and matrix operations. This application sample will be useful for explaining some key parameters in deep learning algorithms and some of the optimizations that allow them to train on large datasets. We will also demonstrate how to evaluate different hyper-parameters for models to find the best set. In the previous chapter, we briefly looked at the problem of overfitting; this chapter goes into that topic in more depth and looks at how you can overcome this problem. It includes an example use case using dropout, the most common regularization technique in deep learning.
This chapter covers the following topics:
- Building neural networks from scratch in R
- Common parameters in deep learning
- Some key components in deep learning algorithms
- Using regularization to overcome overfitting
- Use case—improving out-of-sample model performance using dropout
- SQL Server 2016 數據庫教程(第4版)
- Google Visualization API Essentials
- Unity 5.x Game AI Programming Cookbook
- 云計算環境下的信息資源集成與服務
- SQL Server 2012數據庫技術與應用(微課版)
- Visual Studio 2015 Cookbook(Second Edition)
- 文本挖掘:基于R語言的整潔工具
- Hadoop大數據實戰權威指南(第2版)
- 城市計算
- MySQL 8.x從入門到精通(視頻教學版)
- 爬蟲實戰:從數據到產品
- 數據庫與數據處理:Access 2010實現
- 實現領域驅動設計
- 算力經濟:從超級計算到云計算
- MySQL技術內幕:InnoDB存儲引擎