Showcase of various Applied Machine Learning techniques
- Fire Data Visualization
- Brightness Temperature Analysis
- House Price Prediction
- Credit Risk Classification
- Breast Cancer Clustering
- Fisher Linear Discriminant Analysis
- Bias-Variance Decomposition
- Image Compression using PCA
- Name Classification using Naive Bayes
To get started with any of the assignments, navigate to the respective directory and follow the instructions provided in the README files.
- Python 3.x
- Jupyter Notebook
- Required Python packages (listed in each topic's README)
- Clone the repository:
git clone https://github.com/yourusername/Applied-Machine-Learning.git- Navigate to the assignment directory:
cd Applied-Machine-Learning/<topic>- Install the required packages:
pip install <requirements>- Run the Jupyter Notebook:
jupyter notebook <DesiredNotebookname.ipynb>