https://github.com/tyh71/sp-machine-learning
https://github.com/tyh71/sp-machine-learning
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tyh71/sp-machine-learning
- Owner: TYH71
- License: mit
- Created: 2024-07-09T13:07:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T13:50:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T20:03:44.592Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 94.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SP-Machine-Learning
This repository records my learning journey in the realm of Machine Learning and its subfields in Singapore Polytechnic DAAA curriculum.
> ⚠️ For all existing SP Students taking ST1511 AI & Machine Learning module or any relevant Machine Learning electives, do take note that plagiarism is a serious offense and liable for necessary disciplinary actions. There have been previous incidents of students cloning/forking on this repository and have resulted to obtaining poor grades or even failing the module. Telemetry is enabled for this repository, relevant lecturers will be notified if there are spikes of viewership, cloning or forking of this repository.
| Title | Description |
|----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Mushroom Classification | Build and train a supervised classification model to predict whether a mushroom is benign or poisonous. |
| House Pricing Regression | Build and train a supervised regression model to predict Seattles' house prices based on its features. |
| Predictive Analysis on Adult Income Census | Conduct predictive analytics on adult income census data leveraging over supervised learning techniques |
| Air Pollution Forecasting | Build and train a multivariate time-series model to forecast the amount of air pollutants in open air. |
| Customer Segmentation | Conduct a customer segmentation case study using an unsupervised learning model. The objective is to identify customer profiles and improve the shopping mall marketing strategy. |
| Colour Quantization using K-Means Clustering | Using a simple unsupervised learning approach to segment different colour groups and compress the image. |