Machine Learning Model as a Serverless Endpoint using Google Cloud Functions. What is Google Cloud Function? Google Cloud Functions is a serverless compute product, which allows you to write functions that get triggered when an event attached to it is fired.
Google Cloud Functions is a serverless compute product, which allows you to write functions that get triggered when an event attached to it is fired. Since it’s a serverless service, we don’t have to worry about setting up or managing servers or any infrastructure. This kind of product is also known as functions as a service (FaaS).
Photo by Lefteris kallergis on Unsplash
It’s cost effective as it only runs when the event attached to it is triggered, and terminates after the execution of the function. Furthermore, the resources scale automatically in response to the frequency of events. Therefore without having to do any further work, it can scale to handle events accordingly, from a few invocations to millions of invocations a day.
In our case, we are going to use this serverless solution offering from GCP, to serve our machine learning model predictions in response to HTTP request events.
Simply put, we will deploy our model as a function, which responds to model prediction requests via HTTP endpoint.
machine-learning data-science machine-learning-models serverless cloud-functions
In Conversation With Dr Suman Sanyal, NIIT University,he shares his insights on how universities can contribute to this highly promising sector and what aspirants can do to build a successful data science career.
5 stages of learning Data Science and how to ace each of them
Most popular Data Science and Machine Learning courses — August 2020. This list was last updated in August 2020 — and will be updated regularly so as to keep it relevant
A couple of days ago I started thinking if I had to start learning machine learning and data science all over again where would I start?
Learning is a new fun in the field of Machine Learning and Data Science. In this article, we’ll be discussing 15 machine learning and data science projects.