CSC3105 Project
Go to file
Benjamin Loh 313d9d59e9 mlp updates
mlp updates
2024-03-15 23:52:51 +08:00
.gitignore Initial commit 2024-02-25 10:37:14 +08:00
CNN.keras Updated with CNN + MLP Accuracy Graphing 2024-03-15 22:46:35 +08:00
Project.ipynb mlp updates 2024-03-15 23:52:51 +08:00
README.md Added requirements and modified Readme 2024-02-25 10:47:59 +08:00
model_plot.png Updated with CNN + MLP Accuracy Graphing 2024-03-15 22:46:35 +08:00
requirements.txt Updated Requirements.txt 2024-02-27 16:01:24 +08:00

README.md

CSC 3105 Project

This project involves data preprocessing and dimensionality reduction using Principal Component Analysis (PCA).

File Structure

The project consists of the following files and directories:

  • Project.ipynb: This is the main Jupyter notebook file where all the data processing.
  • ./UWB-LOS-NLOS-Data-Set/dataset: This directory contains the dataset used in the project.

Installation and Setup

git clone <REPO_URL>
cd <REPO_NAME>
pip install -r requirements.txt