Neural Networks with Keras in R, from my Book, Neural Networks with Keras in R: A Quickstart Guide

This is the last video in a series, and this is where we actually start building neural networks. I start with setting up Keras, talk a little bit about how you may deal with missing data, and then graduate to building neural networks. I cover 3 different types of outcome variables, continuous, binary, and multi-categorical. I only discuss continuous predictor variables in the book and video, but you can handle categorical predictors by one-hot encoding them as we do with categorical outcome variables. The book can be found for free on my website at: https://www.statswithr.com/neural-net.... Recommended R programming books (As an Amazon Associate I earn from qualifying purchases) Neural Networks with Keras in R (my book): https://amzn.to/42ksF6K Neural Cryptography Using Keras in R (my book): https://amzn.to/42IrVZf The Book of R (Tilman Davies): https://amzn.to/43MQRSo R for Excel Users (John Taveras): https://amzn.to/44U7BIG R for Data Science (Hadley Wickham, et al.): https://amzn.to/4kemURh