Skip to content

Commit 5c52988

Browse files
Update README.md
1 parent 40ab418 commit 5c52988

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ View video demo of deployment of a goal-oriented bot and a slot-filling model wi
5555

5656
### Principles
5757
The library is designed according to the following principles:
58-
* end-to-end deep learning architecture as a long-term goal
5958
* hybrid ML/DL/Rule-based architecture as a current approach
60-
* modular dialog system architecture
59+
* support of modular dialog system design
60+
* end-to-end deep learning architecture as a long-term goal
6161
* component-based software engineering, maximization of reusability
62+
* multiple alternative solutions for the same NLP task to enable flexible data-driven configuration
6263
* easy extension and benchmarking
63-
* multiple solutions for one NLP task for flexible data-driven configuration
64-
64+
6565
### Target Architecture
6666
Target architecture of our library:
6767
<p align="left">
68-
<img src="http://lnsigo.mipt.ru/export/images/deeppavlov_architecture.png" width="50%" height="50%"/>
68+
<img src="http://lnsigo.mipt.ru/export/images/deeppavlov_architecture.png"/>
6969
</p>
70-
DeepPavlov is built on top of machine learning frameworks (TensorFlow, Keras). Other external libraries can be used to build basic components.
70+
DeepPavlov is built on top of machine learning frameworks [TensorFlow](https://www.tensorflow.org/) and [Keras](https://keras.io/). Other external libraries can be used to build basic components.
7171

7272
### Key Concepts
7373
* `Agent` - a conversational agent communicating with users in natural language (text)

0 commit comments

Comments
 (0)