Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 597 Bytes

COMP30027 Machine Learning

This repository contains assignment files for COMP30027 Machine Learning 2021 Semester 1.

Project 1 Gaussian Naive Bayes Classifier

  • Language: Python 3.8.8
  • Build Gaussian Naive Bayes Classifier from scratch for human pose recognition
  • Please locate A1 Gaussian Naive Bayes Model

Project 2 Natural Language Processing

  • Language: Python 3.8.8
  • Build and critically analyse supervised Machine Learning methods, to predict the cooking time for recipes based on their steps, ingredients and other features.
  • Please locate A2 Natural Language Processing