Machine learning for Java developers, Part 2: Deploying your machine learning model
My previous tutorial, "Machine Learning for Java developers," introduced setting up a machine learning algorithm and developing a prediction function in Java. I demonstrated the inner workings of a machine learning algorithm and walked through the process of developing and training a machine learning model. This tutorial picks up where that one left off. I'll show you how to set up a machine learning data pipeline, introduce a step-by-step process for taking your machine learning model from development into production, and briefly discuss technologies for deploying a trained machine learning model in a Java-based production environment. Deploying a machine learning model is a separate endeavor from developing one, often implemented by a different team.
Nov-29-2019, 16:04:42 GMT
- Technology: