Machine Learning experiments in Python for Aigents project - at the moment, primarily fundamental NLP research grounding further production development in https://github.com/aigents/aigents-java-nlp under the umbrella of Interpretable Natural Language Processing paradigm, see https://aigents.github.io/inlp/
- Make sure you have Python3 pip and vitualenv installed, see https://1cloud.ru/help/linux/ustanovka-jupyter-notebook-na-ubuntu-18-04 (do this only once)
- git clone https://gitlab.com/aigents/pygents.git (do this only once)
- cd pygents
- virtualenv env (do this only once)
- . env/bin/activate
- pip install jupyter (do this only once)
- sudo iptables -A INPUT -p tcp --dport 8887 -j ACCEPT
- jupyter notebook --no-browser --port=8887
ssh -i <yourkey>.pem -N -f -L localhost:9999:localhost:8887 <yourusername>@<yourhost>
(do this in terminal)- http://localhost:9999/ (access this in the browser)
- Original task singnet/language-learning#255
- Current progress tokenization.md
- Original task singnet/language-learning#220
- Curent progress http://langlearn.singularitynet.io/
https://hostadvice.com/how-to/how-to-install-jupyter-notebook-on-ubuntu-18-04-vps-or-dedicated-server/ https://www.datacamp.com/community/tutorials/installing-jupyter-notebook