- Highlighted the workflow stages of a Machine Learning project:
- Define problem statement
- Importing/collecting data
- EDA analysis
- Data preprocessing
- Build, train, evaluate models
- Tune model
- Make predictions
- Python version: 3.9
- Packages: pandas, numpy, sklearn, matplotlib, seaborn, tensorflow
- Data source: classification: (https://www.kaggle.com/c/titanic/data), regression: (https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data)
- Reference: (https://github.com/mrdbourke/tensorflow-deep-learning)