CYB 213 Assignment (Disadvantage and Advantage of Supervised Machine Learning)
CYB 213 Assignment (Disadvantage and Advantage of Supervised Machine Learning)
Supervised machine learning is a popular approach used to build predictive models based on labeled training data. Here are some advantages and
disadvantages of this method:
### Advantages:
2. **Predictive Power**:
- Supervised learning models can effectively learn the underlying patterns in data, enabling them to make accurate predictions on unseen data.
3. **Interpretability**:
- Many supervised models, like linear regression and decision trees, are interpretable, allowing users to understand how predictions are made.
### Disadvantages:
2. **Overfitting**:
- If the model is too complex or if there is too little training data, it may memorize the training data rather than learning general patterns, leading to
poor performance on unseen data.
5. **Resource Intensive**:
- The process of labeling data, training models, and tuning hyperparameters can be resource-intensive in terms of time and computational power.
In summary, while supervised machine learning offers powerful capabilities for prediction and analysis, it requires careful consideration of data
quality and model design to mitigate its drawbacks.