changed Readme

This commit is contained in:
gurkenhabicht 2018-05-18 18:57:42 +02:00
parent 26158281ef
commit 17c1c6c1e6
1 changed files with 3 additions and 3 deletions

View File

@ -23,12 +23,12 @@ Use `$ ./lms -h` for help.
There are a bunch of options you can predefine but do not have to. The only parameter needed is __-i__ which is the inputfile.
| Parameter | Description | StdVal |
|----------:|:-----------------------------:|-------:|
|----------:|:-----------------------------:|:-------|
| -i | The inputfile, has to be PPM | none |
| -n | Amount of input data used | 500 |
| -w | Size of M (window) | 5 |
| -c | Choose RGB color channel | green |
| -c | Choose RGB color channel, green has least noise. | green |
| -l | Learnrate of machine learning | 0.8 |
| -s | Reproducable seed randomizing weights. Choose for repoducability. | time(NULL)|
| -s | Seed randomizing weights. Choose for repoducability. | time(NULL)|
This code is ANSI compatible no POSIX, C99, C11 or GNU libs, because it had to be VS compatible . There are way easier methods like getline() or getopt(), I know ...