diff --git a/_episodes/04-what-is-ml-good-at.md b/_episodes/04-what-is-ml-good-at.md index 6950db4..71c37ec 100644 --- a/_episodes/04-what-is-ml-good-at.md +++ b/_episodes/04-what-is-ml-good-at.md @@ -23,7 +23,7 @@ slideOptions: ## Classical Machine Learning and Deep Learning -In the previous episoode, most of our machine learning examples dealt with tabular data. There are numerous different algorithms that work with tabular data, and they all have strengths and weaknesses for different tasks and types and sizes of data. (See the scikit learn flowchart for a good overview of which algorithms you should choose for a given task). +In the previous episoode, most of our machine learning examples dealt with tabular data. There are numerous different algorithms that work with tabular data, and they all have strengths and weaknesses for different tasks and types and sizes of data. (See the ![Scikit learn home page](https://scikit-learn.org/stable/index.html) for a good overview of which algorithms you can use for a given task). ![Wikipedia CNN Diagram](../fig/ep-03-cnn-diagram.png)