Machine Learning Coursework 2 – Neural Networks & Model Evaluation

📌 Overview

This project was developed for COMP6011: Machine Learning (Coursework 2).

The aim was to design, implement, and evaluate perceptron-based classifiers and compare them with other machine learning algorithms (kNN, Naïve Bayes) using the Palmer Penguins dataset.

Key goals included:


▶️ Run the Notebook

You can run the project interactively on Google Collab:

Google Colab


🛠 Implementation

Multi-Class Perceptron

Multi-Layer Perceptron (MLP)