- Advanced Machine Learning with R
- Cory Lesmeister Dr. Sunil Kumar Chinnamgari
- 88字
- 2021-06-24 14:24:45
An example of deep learning
Shifting gears away from the Space Shuttle, let's work through how to set up, train, and evaluate a deep learning model. You see these used quite a bit for image classification, NLP, and so on. However, let's look at using it for regression. You don't find too many examples of that in my opinion. As such, let's go with our Ames housing price data we used back in Chapter 2, Linear Regression. Before that, let's briefly discuss what Tensor, TensorFlow, and Keras are.