This repository is a collection of notes documenting the essential teachings in the Practical Data Science on AWS Cloud Specialization on Coursera. It is an easy reference to come back to for review and includes experimental notebooks for exploration and better understading of the concepts.
A framework I find useful to learn content, especially in online courses, is the following:
- Essentials: Take notes on the essential concepts and ideas.
- Explain: Explain the concepts and ideas in your own words to an inanimate object (e.g. a rubber duck) to ensure you understand them.
- Consistent: Nothing beats the exponential power of consistency.
In short: consistently explain the essentials. Anything else, such as applying what you learn by building projects, will come easier when the foundation is built with this framework - this is true for me at least.
- Analyze Datasets and Train ML Models using AutoML
- Build, Train, and Deploy ML Pipelines using BERT
- Optimize ML Models and Deploy Human-in-the-Loop ML Pipelines
The cloud allows us to not be limited by our local resources and hardware. It allows us to scale up and down as needed.
In progress...