Building a Selfie Quote App: Part 2
In a previous post I looked at how to create an age/gender classifier using Keras. In this post we'll look at the final product - a web app that uses the classifier to generate a life insurance quote. To get from the python model to the finished product involves a few steps:
more ...Building a Selfie Quote App: Part 1
In the next two posts I'll cover how to use the Keras python library and the R Shiny package to create a web app capable of producing a life insurance quote from an image of a face. To do this, we'll need to have a model that can estimate a persons age and gender from our input image - for this we will use a convolutional neural network (CNN).
more ...Life Insurance GLM with H2O: Part 2
Following on from a previous post, this article discusses:
- Assessing how well the GLM generalises to new data with cross validation
- Automated GLM selection using grid search