Artificial neural network using R | Ann in R

Published: 02 February 2021
on channel: Coder's Digest
1,636
19

Hi , in this video of neural network model using R, we will how we can use Ann in R to predict the square root o a given number.
for this purpose we will use neuralnet package of R programming language.
we will see what are various parameters such as learning rate gradient descent etc and how we can tune them.
we will also discuss how to select layers and numbers of neurons in our Ann model