You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FuzzyClassificator uses ethalons.dat (default) as learning data and candidates.dat (default) for classifying data (See "Preparing data" chapter).
49
50
Work contains two steps:
@@ -61,15 +62,40 @@ The simplest way to use FuzziClassificator without some troubles is to install P
61
62
62
63
[Anaconda](https://www.continuum.io/downloads) is the open data science platform powered by Python. The open source version of Anaconda is a high performance distribution of Python and includes most of the popular Python packages for scientific calculation.
63
64
64
-
In all examples below, we used an Anaconda Python interpreter when you saw keyword "python".
65
+
In all examples below, we used an Anaconda Python interpreter when you saw keyword "python" or "pip".
65
66
66
67
67
-
<aname="Chapter_2_2"></a>**Usage**
68
+
<aname="Chapter_2_2"></a>**Install**
68
69
70
+
You can install FuzzyClassificator using standart pip from Anaconda Python interpreter:
@@ -134,7 +160,7 @@ In all examples below, we used an Anaconda Python interpreter when you saw keywo
134
160
This parameter affected training speed.
135
161
136
162
137
-
<aname="Chapter_2_2_2"></a>***Work modes***
163
+
<aname="Chapter_2_3_2"></a>***Work modes***
138
164
139
165
Learning Mode:
140
166
@@ -176,17 +202,15 @@ Classifying Mode:
176
202
}
177
203
178
204
179
-
<aname="Chapter_2_2_3"></a>***Usage examples***
205
+
<aname="Chapter_2_3_3"></a>***Usage examples***
180
206
181
207
Start learning with user's ethalon data file and neuronet options Config=(3,[3,2],2), 10 epochs, 0.05 learning rate and 0.05 momentum, epsilon is 0.1 and stop learning if errors less than 10%, update information in log every epochs and reload previous network for re-train:
0 commit comments