👾 my old deep learning notebooks (e.g., tensorflow examples, caffee, deep art, numpy)
Find a file
Mia Steinkirch 2cbc457b18 🌊 Clean up readme
2019-10-27 15:06:35 -07:00
.github Update pythonpackage.yml 2019-10-20 23:22:13 -07:00
machine_learning_examples 👾 Add some machine learning experiments 2019-10-27 15:05:11 -07:00
.gitignore 🍕 Move things around, add gitignore 2019-10-27 15:06:08 -07:00
airflow.md 💎 Add some references for Airflow 2019-10-27 15:04:26 -07:00
README.md 🌊 Clean up readme 2019-10-27 15:06:35 -07:00

Curated Resources on ETL, Machine Learning, and ML Pipelines

The morale of this repository is the fact that Machine learning involves tasks that include 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.

Learning References

Courses and Lists

Enterprise Solutions