- 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.
- FuelPHP Application Development Blueprints
- 自然語言處理實戰:預訓練模型應用及其產品化
- Reactive Programming with Swift
- 編寫高質量代碼:改善Python程序的91個建議
- Python進階編程:編寫更高效、優雅的Python代碼
- Python爬蟲開發與項目實戰
- SEO實戰密碼
- Scientific Computing with Scala
- Getting Started with Laravel 4
- PHP編程基礎與實例教程
- 編程與類型系統
- 微服務架構深度解析:原理、實踐與進階
- Docker:容器與容器云(第2版)
- 虛擬現實:引領未來的人機交互革命
- Learning Puppet