Skip to content

buyalsky/ANN-Regressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANN Regressor

This repo contains Artificial Neural Network model for regression analysis. Also the program compares results with MLP Regressor model provided by Scikit-learn package.

Installation

Install required packages:

pip install -r requirements.txt

Usage

Generate a dataset before using the model.

python3 dataset_generator.py -f [DATASET_FILE] -l [DATASET_LENGTH]

Run the model with generated dataset:

python3 nn_regression.py -f [DATASET_FILE]

You can also tune hidden layer size by passing arguments from the command line:

python3 nn_regression.py -f [DATASET_FILE] -H 100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages