CSC3105_Project/README.md

18 lines
503 B
Markdown

# 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
```bash
git clone <REPO_URL>
cd <REPO_NAME>
pip install -r requirements.txt
```