/intro-to-nnet-r-and-dotnet

An introduction in setting up and using a neural network in R, and integrating it with .NET code

Primary LanguageJavaScript

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.

  1. Installing R and RStudio
  2. Installing R packages
  3. Loading data from a CSV file
  4. Pre-processing the data
  5. Training a neural network
  6. Integrating the model in an MVC web app

Other Resources: