Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepPavlovAdmin authored Mar 24, 2018
1 parent 40ab418 commit 5c52988
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ View video demo of deployment of a goal-oriented bot and a slot-filling model wi

### Principles
The library is designed according to the following principles:
* end-to-end deep learning architecture as a long-term goal
* hybrid ML/DL/Rule-based architecture as a current approach
* modular dialog system architecture
* support of modular dialog system design
* end-to-end deep learning architecture as a long-term goal
* component-based software engineering, maximization of reusability
* multiple alternative solutions for the same NLP task to enable flexible data-driven configuration
* easy extension and benchmarking
* multiple solutions for one NLP task for flexible data-driven configuration


### Target Architecture
Target architecture of our library:
<p align="left">
<img src="http://lnsigo.mipt.ru/export/images/deeppavlov_architecture.png" width="50%" height="50%"/>
<img src="http://lnsigo.mipt.ru/export/images/deeppavlov_architecture.png"/>
</p>
DeepPavlov is built on top of machine learning frameworks (TensorFlow, Keras). Other external libraries can be used to build basic components.
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.

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

0 comments on commit 5c52988

Please sign in to comment.