- 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
- Python數據分析與挖掘實戰
- Neural Network Programming with TensorFlow
- Python數據分析:基于Plotly的動態可視化繪圖
- 圖數據實戰:用圖思維和圖技術解決復雜問題
- R語言數據挖掘
- INSTANT Apple iBooks How-to
- MySQL數據庫技術與應用
- 大數據隱私保護技術與治理機制研究
- 數據庫基礎與應用
- Creating Mobile Apps with Appcelerator Titanium
- INSTANT Windows Powershell 3.0 Windows management Instrumentation Starter
- 大學計算機基礎習題與實驗指導(第2版)
- XNA 4 3D Game Development by Example:Beginner's Guide
- 數據增長模型:數智時代的全棧產品運營思維、算法與技術
- PostgreSQL實戰