DEV Community

Machine Learning Tech Stories
Machine Learning Tech Stories

Posted on

What does a machine learning toolbox consist of ?

(This is a placeholder for my exploration of various tools used in the machine learning ecosystem)

As we consider machine learning projects, from end to end fashion, following are some of the phases and based on each phase, we have different toolsets which enable the engineer to perform the data processing in each phase.

Phases in Machine Learning project
  1. Data ingestion
  2. Data exploration
  3. Data analysis
  4. Data visualization
  5. Model training
  6. Model testing
  7. Model deployment
  8. Model serving
  9. Model logging/healthchecks etc
Tools used in each phase

(unordered by its usage)

  1. Python
  2. numpy
  3. Tensorflow
  4. Apache Spark
  5. pandas
  6. R
  7. SAS
  8. jupyter notebooks
  9. kubeflow

Learning continues...

Top comments (0)