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
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,12 @@
21
21
</a>
22
22
</div>
23
23
24
-
A high-level interface developed by [Machine Intelligence Laboratory](https://mipt.ai/en) for [BigARTM](https://github.com/bigartm/bigartm) library.
25
-
24
+
<divalign="center">
25
+
A high-level interface developed by <a href="https://mipt.ai/en">Machine Intelligence Laboratory</a> for <a href="https://github.com/bigartm/bigartm">BigARTM</a> library.
26
+
</div>
26
27
27
-
## What is TopicNet?
28
28
29
+
## What is TopicNet
29
30
30
31
`TopicNet` library was created to assist in the task of building topic models.
31
32
It aims at automating model training routine freeing more time for artistic process of constructing a target functional for the task at hand.
@@ -92,9 +93,10 @@ docker run -t -i xtonev/bigartm:v0.10.0
92
93
Checking if all installed successfully:
93
94
94
95
```bash
95
-
python3
96
-
import artm
97
-
artm.version()
96
+
python
97
+
98
+
>>> import artm
99
+
>>> artm.version()
98
100
```
99
101
100
102
Alternatively, you can follow [BigARTM installation manual](https://bigartm.readthedocs.io/en/stable/installation/index.html).
@@ -233,11 +235,11 @@ HTML(html_view)
233
235
234
236
# FAQ
235
237
236
-
## In the example we used to write vw modality like **@modality**, is it a VowpallWabbit format?
238
+
####In the example we used to write vw modality like **@modality**, is it a VowpallWabbit format?
237
239
238
240
It is a convention to write data designating modalities with @ sign taken by TopicNet from BigARTM.
239
241
240
-
## CubeCreator helps to perform a grid search over initial model parameters. How can I do it with modalities?
242
+
####CubeCreator helps to perform a grid search over initial model parameters. How can I do it with modalities?
241
243
242
244
Modality search space can be defined using standart library logic like:
0 commit comments