👾 my old deep learning notebooks (e.g., tensorflow examples, caffee, deep art, numpy)
Find a file
Mia von Steinkirch, Ph.D., M.Sc 8702ce938a
🏇🏽Add resources on Deep learning
2020-01-21 15:30:01 -08:00
.github 🤸🏻‍♀️Update funding 2019-10-29 20:40:04 -07:00
machine_learning_examples 🚵🏻‍♀️Update machine learning examples 2019-10-29 20:39:33 -07:00
.gitignore 🏋🏽‍♂️Update gitignore 2019-10-29 20:38:34 -07:00
airflow.md ⛹🏼Add tools 2020-01-21 14:52:30 -08:00
deep_learning_resources.md 🏇🏽Add resources on Deep learning 2020-01-21 15:30:01 -08:00
README.md 🏇🏽Update readme 2020-01-21 15:11:57 -08:00

ETL, ML, and 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