Book Image

Deep Learning with R [Video]

By : Vincenzo Lomonaco
Book Image

Deep Learning with R [Video]

By: Vincenzo Lomonaco

Overview of this book

<p>Deep learning refers to artificial neural networks that are composed of many layers. Deep learning is a powerful set of techniques for finding accurate information from raw data.</p> <p>This tutorial will teach you how to leverage deep learning to make sense of your raw data by exploring various hidden layers of data. Each section in this course provides a clear and concise introduction of a key topic, one or more example of implementations of these concepts in R, and guidance for additional learning, exploration, and application of the skills learned therein. You will start by understanding the basics of Deep Learning and Artificial neural Networks and move on to exploring advanced ANN’s and RNN’s. You will deep dive into Convolutional Neural Networks and Unsupervised Learning. You will also learn about the applications of Deep Learning in various fields and understand the practical implementations of Scalability, HPC and Feature Engineering.</p> <p>Starting out at a basic level, users will be learning how to develop and implement Deep Learning algorithms using R in real world scenarios.</p> <h1>Style and Approach</h1> <p>This video lecture series simplifies otherwise incredibly dense topics with clear, concise explanations and reproducible, hands-on examples. No prior knowledge of deep learning is assumed, but learners gain intermediate proficiency by the end of the course.</p>
Table of Contents (8 chapters)
Chapter 4
Convolutional Neural Networks
Content Locked
Section 3
CNNs in R
The aim of this video is to understand how to actually implement CNNs in R, and use it to solve real-world problems. - Introduction to the MxNetR package - Implement the classical LeNet7 architecture with MxNetR - Learn how to integrate your R code with CNNs outside R