在MAC上安装android-sdk,标准的安装方法是使用homebrew
,运行如下命令:
brew update
brew cask install android-sdk
Before starting please have a mongo replica set initiated.
I have mongo running at localhost:27170
and elasticsearch at localhost:9200
The test dataset I used is available on the mongodb website.
I am using MongoDB 2.6 and Elasticsearch 2.2.0 on a Windows machine.
Here I have tested three cases:
mc-test-index
in this case'''Sequence to sequence example in Keras (character-level). | |
This script demonstrates how to implement a basic character-level | |
sequence-to-sequence model. We apply it to translating | |
short English sentences into short French sentences, | |
character-by-character. Note that it is fairly unusual to | |
do character-level machine translation, as word-level | |
models are more common in this domain. | |
# Summary of the algorithm |