Storage & Compute for Machine Learning

By Medium - 2021-03-13

Description

Over the past two articles we covered the various activities involved with data collection and storage. These were part of a 3-step process that is outlined below. We now reach the final step, which…

Summary

  • There are a few important constraints to keep in mind in regards to GPUs.
  • This is where MLOPs engines like Polyaxon come into play.
  • To reduce the I/O latency between our on-premises infrastructure and the storage hosted on AWS we utilize S3 caches like Minio.

 

Topics

  1. Backend (0.43)
  2. Database (0.15)
  3. NLP (0.09)

Similar Articles

How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...