Apache Spark Deep Learning Cookbook
by Ahmed Sherif, Amrith Ravindra, Michal Malohlava, Adnan Masood
Introduction
Classification models are a popular way to predict a defined categorical outcome. We use outputs from classification models all the time. Anytime we go to see a movie in a theatre, we are interested to know whether the film is considered correct? One of the most popular classification models in the data science community is a logistic regression. The logistic regression model produces a response that is activated by a sigmoid function. The sigmoid function uses the inputs from the model and produces an output that is between 0 and 1. That output is usually in a form of a probability score. Many deep learning models are also used for classification purposes. It is common to find logistic regression models performed in conjunction ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access