Book Image

Getting Started with Neural Nets in R [Video]

By : Arun Krishnaswamy
Book Image

Getting Started with Neural Nets in R [Video]

By: Arun Krishnaswamy

Overview of this book

<p>Neural networks are one of the most fascinating machine learning models for solving complex computational problems efficiently. Neural networks are used to solve a wide range of problems in different areas of AI and machine learning.</p> <p>This course explains the niche aspects of neural networking and provides you with a foundation from which to get started with advanced topics by implementing them in R. This course covers an introduction to neural nets, the R language, and building neural nets from scratch- with R packages; specific worked models are applied to practical problems such as image recognition, pattern recognition, and recommender systems. At the end of the course, you will learn to implement neural network models in your applications with the help of practical examples from companies using neural nets.</p> <p>All the code and supporting files for this course are available on Github at:&nbsp;<a href="https://github.com/PacktPublishing/Getting-Started-with-Neural-Nets-in-R" target="_blank">https://github.com/PacktPublishing/Getting-Started-with-Neural-Nets-in-R</a></p> <h1>Style and Approach</h1> <p>The course is a step-by-step guide to understanding Neural Networks with R; throughout the course, practical, real-world examples help you get acquainted with the various concepts of Neural Networks.</p>
Table of Contents (4 chapters)
Chapter 2
Neural Nets from Scratch
Content Locked
Section 2
Regression and Softmax Concepts
The aim of this video is to study the Regression and Softmax Conepts. - Get to know about Linear Regression as Neural Net - Study about Multinomial Logistic Regression - Get to explore CNN