Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sovansunchhaykhoun/final-ml-project


https://github.com/sovansunchhaykhoun/final-ml-project

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Abalone Age Prediction

## Author

* Khoun Sovansunchhay
* Em Ormreth Rethtihpong
* Kong Rattanakpanha

## Pre-requisites

Must have at least:

* Python: 3.10

## Running the project
### Install dependencies
```shell
$ pip install -r requirements.txt
```
### Start the project
```
jupyter notebook
```

## ML Algorithms

* **Linear layer Neural Network**
* **Random Forest**
* **Support Vector Regressor**
* **Linear regression**
---