Skip to content

kn206/Deep_Learning_R_part-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Deep_Learning_R_part-2

Steps to fitting a Deep learning Model in R

A deep learning model's architecture and layer configurations are specified using Keras during the modeling process. The model is then assembled using the optimizer, loss function, and evaluation metric(s) of choice. It is trained using the training data and its parameters are incrementally changed over several epochs to minimize the loss function. The test data are used to assess the performance of the trained model by calculating metrics like accuracy and loss. Finally, using the discovered relationships and patterns as inputs, the trained model is used to forecast new data. In general, this process entails defining, gathering, training, assessing, and applying the deep learning model to complete a particular job or problem.

About

Steps to fitting a Deep learning Model in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages