Cantitate/Preț
Produs

Deep Learning with R

Autor Abhijit Ghatak
en Limba Engleză Hardback – 26 apr 2019
 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. 


Citește tot Restrânge

Preț: 59366 lei

Preț vechi: 74208 lei
-20% Nou

Puncte Express: 890

Preț estimativ în valută:
11365 11858$ 9527£

Carte tipărită la comandă

Livrare economică 12-26 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9789811358494
ISBN-10: 9811358494
Pagini: 390
Ilustrații: XXIII, 245 p. 100 illus., 83 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.56 kg
Ediția:1st ed. 2019
Editura: Springer Nature Singapore
Colecția Springer
Locul publicării:Singapore, Singapore

Cuprins

 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.

Recenzii

“This is a very useful book in the domain of deep learning and the author has done a great job of bringing all the paradigms and libraries together to illustrate how they work for real big data. I am glad to have this book on my shelf.” (Anna Bartkowiak, ISCB News, Vol. 68, December, 2019)

Notă biografică

Abhijit Ghatak is a Data Scientist and holds an M.E. in Engineering and M.S. in Data Science from Stevens Institute of Technology, USA. He began his career as a submarine engineer officer in the Indian Navy and worked on various data-intensive projects involving submarine operations and construction. Thereafter he has worked in academia, technology companies and as a research scientist in the area of Internet of Things (IoT) and pattern recognition for the European Union (EU). He has published several papers in the areas of engineering and machine learning and is currently a consultant in the area of machine learning and deep learning. His research interests include IoT, stream analytics and design of deep learning systems.

Textul de pe ultima copertă

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. 



Caracteristici

Offers a hands on approach to deep learning while explaining the theory and mathematical concepts in an intuitive manner Broadens the understanding of advanced neural networks including ConvNets and Sequence models Covers deep learning frameworks