Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

DEEP LEARNING WITH R
Título:
DEEP LEARNING WITH R
Subtítulo:
Autor:
GHATAK, A
Editorial:
SPRINGER
Año de edición:
2019
Materia
INTELIGENCIA ARTIFICIAL - GENERAL
ISBN:
978-981-13-5849-4
Páginas:
245
95,50 €

 

Sinopsis

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



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.