tensorflow-for-deep-learnin.../README.md
Mia von Steinkirch, Ph.D., M.Sc dcf92def9f
⛹🏼 Update readme
2020-01-27 16:55:21 -08:00

3.6 KiB

ETL, ML, ML Pipelines

In this repository we cover resources for deploying Machine learning
in production environments, a task that includes data sourcing, data ingestion, data 
transformation, pre-processing data for use in training, training a model, and hosting 
the model. 

Three conceptual steps are how most data pipelines are designed and structured:

  • Extract: sensors wait for upstream data sources.
  • Transform: business logic is applied (e.g. filtering, grouping, and aggregation to translate raw data into analysis-ready datasets).
  • Load: processed data is transported to a final destination.

Subresources

External Resources

Tools & Code Samples

Lorte

MOOCs

General Pipelines

Tutorials & Articles

2019

Enterprise Solutions

Talks