gravatar

mikeyt

mikey

Recently Published

Simple Neural Network in R
This tutorial will show you how to train your first neural network in R. I am glossing over the mathematical details and focusing on implementation so that you can follow this process with your own data. We are using the incredibly powerful [torch package for R](https://github.com/mlverse/torch), which allows you to build, train, and deploy neural networks in R.