- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 257字
- 2021-07-02 20:49:02
What this book covers
Chapter 1, Getting Started, introduces different packages that are available for building deep learning models, such as TensorFlow, MXNet, and H2O. and how to set them up to be utilized later in the book.
Chapter 2, Deep Learning with R, introduces the basics of neural network and deep learning. This chapter covers multiple recipes for building a neural network models using multiple toolboxes in R.
Chapter 3, Convolution Neural Network, covers recipes on Convolution Neural Networks (CNN) through applications in image processing and classification.
Chapter 4, Data Representation Using Autoencoders, builds the foundation of autoencoder using multiple recipes and also covers the application in data compression and denoising.
Chapter 5, Generative Models in Deep learning, extends the concept of autoencoders to generative models and covers recipes such as Boltzman machines, restricted Boltzman machines (RBMs), and deep belief networks.
Chapter 6, Recurrent Neural Networks, sets up the foundation for building machine learning models on a sequential datasets using multiple recurrent neural networks (RNNs).
Chapter 7, Reinforcement Leaning, provides the fundamentals for building reinforcement learning using Markov Decision Process (MDP) and covers both model-based learning and model-free learning.
Chapter 8, Application of Deep Learning in Text-Mining, provides an end-to-end implementation of the deep learning text mining domain.
Chapter 9, Application of Deep Learning to Signal processing, covers a detailed case study of deep learning in the signal processing domain.
Chapter 10, Transfer Learning, covers recipes for using pretrained models such as VGG16 and Inception and explains how to deploy a deep learning model using GPU.
- SPSS數據挖掘與案例分析應用實踐
- 數字媒體應用教程
- SQL Server 2016從入門到精通(視頻教學超值版)
- Offer來了:Java面試核心知識點精講(原理篇)
- Android開發:從0到1 (清華開發者書庫)
- UML 基礎與 Rose 建模案例(第3版)
- 新一代SDN:VMware NSX 網絡原理與實踐
- Extending Unity with Editor Scripting
- 從零開始學Android開發
- PowerDesigner 16 從入門到精通
- DB2SQL性能調優秘笈
- Java Web開發基礎與案例教程
- C語言程序設計
- R語言與網站分析
- Pandas入門與實戰應用:基于Python的數據分析與處理