Rによる深層学習入門<br>Deep Learning with R〈1st ed. 2019〉

個数:1
紙書籍版価格
¥19,264
  • 電子書籍

Rによる深層学習入門
Deep Learning with R〈1st ed. 2019〉

  • 著者名:Ghatak, Abhijit
  • 価格 ¥16,332 (本体¥14,848)
  • Springer(2019/04/13発売)
  • ポイント 148pt (実際に付与されるポイントはご注文内容確認画面でご確認下さい)
  • 言語:ENG
  • ISBN:9789811358494
  • eISBN:9789811358500

ファイル: /

Description

 Deep Learning with R introduces deep learning and neural networks using the R programming language. The book builds on the understanding of the theoretical and mathematical constructs and enables the reader to create applications on computer vision, natural language processing and transfer learning.  

The book starts with an introduction to machine learning and moves on to describe the basic architecture, different activation functions, forward propagation, cross-entropy loss and backward propagation of a simple neural network. It goes on to create different code segments to construct deep neural networks. It discusses in detail the initialization of network parameters, optimization techniques, and some of the common issues surrounding neural networks such as dealing with NaNs and the vanishing/exploding gradient problem. Advanced variants of multilayered perceptrons namely, convolutional neural networks and sequence models are explained, followed by application to different use cases. The book makes extensive use of the Keras and TensorFlow frameworks. 


Table of Contents

 Introduction to Machine Learning.- Introduction to Neural Networks .- Deep Neural Networks – I .- Initialization of Network Parameters.- Optimization.- Deep Neural Networks - II.- Convolutional Neural Networks (ConvNets).- Recurrent Neural Networks (RNN) or Sequence Models.- Epilogue.