Introduction to Neural Networks in R, and Integration with .NET
Overview
The goal of this workshop is to familiarize you with the very basics of R and RStudio, how to install and import existing packages for the purpose of training a neural network, and how it can be integrated in a .NET application.
- Installing R and RStudio
- Installing R packages
- Loading data from a CSV file
- Pre-processing the data
- Training a neural network
- Integrating the model in an MVC web app