In this project, we aim to explore the famous Iris dataset, a classic example in machine learning, by visualizing its features and then applying Principal Component Analysis (PCA) to reduce dimensionality and gain insights.
In this project, we present the evaluation of a machine learning classification model that uses the K-Nearest Neighbors (KNN) algorithm to better learn the implementation of the various metrics to evaluate a classifier.
This project presents a simple binary classification problem using logistic regression. The goal is to train a model to distinguish between two groups of data, which are centered around arbitrary points, using PyTorch.
In this project, we will explore and implement a model that uses polynomial regression to predict housing prices based on one feature of the dataset (number of rooms).