Skip to content

JensenCoding/Supervised-Learning-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# CS7641 Assignment 1

## How to Use

Download everything from Github: https://github.com/JensenCoding/cs7641-1.git.

Change the directory to the project main folder, then run the following command.

```bash
python main.py
```

## Result

All the results will be saved to the main/output/ folder.

## Code Structure
- main.py
- DataLoader.py
- Experiment
  - __init__.py
  - ANN.py
  - BOOST.py
  - DT.py
  - KNN.py
  - SVM.py
  - Perform.py

## Python Package
- NumPy
- Pandas
- Scikit-learn
- MatplotLib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages