changed Readme
This commit is contained in:
		
							parent
							
								
									26158281ef
								
							
						
					
					
						commit
						17c1c6c1e6
					
				|  | @ -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. | 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 | | | Parameter |      Description              | StdVal | | ||||||
| |----------:|:-----------------------------:|-------:| | |----------:|:-----------------------------:|:-------| | ||||||
| | -i 	    | The inputfile, has to be PPM  | none   | | | -i 	    | The inputfile, has to be PPM  | none   | | ||||||
| | -n	    | Amount of input data used     | 500    | | | -n	    | Amount of input data used     | 500    | | ||||||
| | -w        | Size of  M (window)      	    | 5      | | | -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    | | | -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 ... | 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 ... | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue