Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Dinidu/SLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Layer Perceptron ::

Usage ::

main [-h] -f FILE -lr LEARNING_RATE -ep EPOCH_VALUE

Help ::

python main -h

usage: main [-h] -f FILE -lr LEARNING_RATE -ep EPOCH_VALUE

Single layer perceptron

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  dataset file in csv
  -lr LEARNING_RATE, --learning_rate LEARNING_RATE
                        learning rate of the algorithm
  -ep EPOCH_VALUE --epochs 

Run Example::

python main -f test/input.csv -lr 0.001 -ep 5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages