Overview: In my last post (Introduction to Machine Learning – Part 4) I wrote about the CRISP-DM ML Process with its six steps. This post is about the 4th step of that process – the modeling step. This means that the model selection process is also relevant here. Model Selection Process Imagine there is a modelContinue reading “ML Zoomcamp 2023 – Introduction to Machine Learning – Part 5”
Category Archives: ML-Zoomcamp
ML Zoomcamp 2023 – Introduction to Machine Learning – Part 4
Overview: CRISP-DM Machine Learning Process This part is about the CRISP-DM Machine Learning Process (Cross-industry standard process for data mining). Methodologies like CRISP-DM help us to organize the ML project in a way that is manageable (what needs to happen in which order). Figure 1.4.1 is from Wikipedia. You can find more information on thatContinue reading “ML Zoomcamp 2023 – Introduction to Machine Learning – Part 4”
ML Zoomcamp 2023 – Introduction to Machine Learning – Part 3
Overview: As I mentioned before (in part 2 of this Introduction to ML) there are several approaches to get a software solution for a problem. To give an overview there is the classical approach where everything is hard-coded. In contrast to this there are AI-approaches. On the one hand there are knowledge-based systems, that areContinue reading “ML Zoomcamp 2023 – Introduction to Machine Learning – Part 3”
ML Zoomcamp 2023 – Introduction to Machine Learning – Part 2
Overview: The second part is about the distinction between Machine Learning (ML) and rule-based systems. The example of a spam filter is used to explain how the implementation would look like without ML. Rule-based systems What you need to do is to define some rules to distinguish between ham and spam. So you start definingContinue reading “ML Zoomcamp 2023 – Introduction to Machine Learning – Part 2”
ML Zoomcamp 2023 – Introduction to Machine Learning – Part 1
Overview: This is a summary of what I’ve learned from the great ML course (http://mlzoomcamp.com) by Alexey Grigorev. All images from this post are from the course material. Images in other posts can also be copies of that material. The introduction starts with an explanation about what ML really is. You can imagine a taskContinue reading “ML Zoomcamp 2023 – Introduction to Machine Learning – Part 1”