Skip to content

Commit 31d3969

Browse files
author
Timur Gilmullin
committed
README updated
1 parent 0c68734 commit 31d3969

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FuzzyClassificator
3838

3939
This program uses neural networks to solve classification problems, and uses fuzzy sets and fuzzy logic to interpreting results. FuzzyClassificator provided under the MIT License.
4040

41-
How does it work? Let see process scheme below.
41+
How does it work? Let see the process scheme below.
4242

4343
![Two Stage of Classification Process](classification_process.png "Two Stage of Classification Process")
4444

@@ -219,7 +219,7 @@ Classify all candidates from file candidates.dat and show result in report.txt:
219219

220220
<a name="Chapter_3_1"></a>**ethalons.dat**
221221

222-
This is default file with ethalon data set. This file contains tab-delimited data (by default) that looks like this:
222+
This is default file with ethalon dataset. This file contains tab-delimited data (by default) that looks like this:
223223

224224
<first header line with column names>
225225
and then some strings contains real or fuzzy values:
@@ -238,7 +238,7 @@ For each input vector level of membership in the class characterized by the outp
238238
0.5 0.6 High Max Min
239239
0.6 0.7 Max Max Min
240240

241-
For training on this data set use --learn key with config parameter, for example:
241+
For training on this dataset use learn key with parameters:
242242

243243
--learn config=3,3,2,2
244244

@@ -248,7 +248,7 @@ dimension of output vector is 2, and the middle "3,2" parameters means that neur
248248

249249
<a name="Chapter_3_2"></a>**candidates.dat**
250250

251-
This is default file with data set for classifying. This file contains tab-delimited data (by default) that looks like this:
251+
This is default file with dataset for classifying. This file contains tab-delimited data (by default) that looks like this:
252252

253253
<first header line with column names>
254254
and then some strings contains real or fuzzy values:
@@ -268,17 +268,15 @@ This is default file with data set for classifying. This file contains tab-delim
268268
<a name="Chapter_4"></a>Report of classificating
269269
------------------------------------------------
270270

271-
To classify each of input vectors You must to use --classify key. All columns are used as values of input vectors.
272-
273271
If you trained Neuronet with command:
274272

275273
FuzzyClassificator --ethalons ethalons.dat --learn config=3,3,2,2 epochs=1000 rate=0.1 momentum=0.05
276274

277-
And then you classificated candidates vectors with command:
275+
and then you classificated candidates vectors with command:
278276

279277
FuzzyClassificator --candidates candidates.dat --network network.xml --report report.txt --classify config=3,3,2,2
280278

281-
Then you will get the *report.text* file with information that looks like this:
279+
then you will get the *report.text* file with information that looks like this:
282280

283281
Neuronet: x:\work\projects\FuzzyClassificator_dohq\network.xml
284282

0 commit comments

Comments
 (0)