Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sovansunchhaykhoun/final-ml-project
https://github.com/sovansunchhaykhoun/final-ml-project
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sovansunchhaykhoun/final-ml-project
- Owner: SovansunchhayKhoun
- Created: 2024-07-15T14:16:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T12:53:48.000Z (6 months ago)
- Last Synced: 2024-07-30T16:02:08.886Z (6 months ago)
- Language: Jupyter Notebook
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**
---