Day 19 of 100 Days of AI

Today I completed the KNN lab. The work is ungraded and I haven’t yet checked whether my results are in line with other students’ but I’ll dig into this once I have all the modes. Here are the results for the KNN model I built today. The code is on Github.

  1. Linear Regression – completed.
  2. KNN – completed
  3. Decision Trees – to do
  4. Logistic Regression – to do
  5. SVM – to do