• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

yhilpisch/dnanlp: Python codes and Jupyter Notebooks for the Dow Jones DNA NLP a ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

yhilpisch/dnanlp

开源软件地址:

https://github.com/yhilpisch/dnanlp

开源编程语言:

Jupyter Notebook 98.8%

开源软件介绍:

Unlocking the Hidden Potential of Unstructuctured News Data with NLP

This repository provides Python codes and Jupyter Notebooks for the Dow Jones applied research paper "Unlocking the Hidden Potential of Unstructured News Data with NLP — Understanding Advanced Analytics through Real-World Case Studies".

Applied Research Paper Download

To download the PDF version of the paper visit http://go.dowjones.com/dna-research-paper.

Setup and Installation

The instructions that follow assume that you run a Docker container or a cloud instance with the latest version of Ubunutu (18.10 at the time of this writing).

The execution of (parts of) the codes and Jupyter Notebooks requires enough compute and memory resources. Overall, it is recommended to have at least four CPU cores and 16GB of RAM available. The introductory examples can be executed with fewer resources.

Cloud Instance

The following assumes that you have set up a cloud instance (e.g. on DigitalOcean) and have used ssh to login as root. You can then execute on the shell:

cd /root
wget http://hilpisch.com/nlp/setup_dna_nlp.sh
bash setup_dna_nlp.sh

Follow the instructions of the script and e.g. provide a password for the Jupyter Notebook server.

After the installation, you can access the Jupyter Notebook server under

http://CLOUD_IP_ADDRESS:9999

with your chosen password. Navigate via Jupyter to the code folder and open a notebook to get started.

Docker Container

Alternatively, you can start a Docker container locally (with enough resources allocated). To do so e.g. execute on the shell:

docker run -ti -h dnanlp -p 9999:9999 ubuntu:latest /bin/bash

Make sure that the container has enough resources allocated (e.g. via editing your Docker preferences). Then on the shell of the Docker container execute the following:

cd root
apt-get update
apt-get upgrade -y
apt-get install -y wget
wget http://hilpisch.com/nlp/setup_dna_nlp.sh
bash setup_dna_nlp.sh

Then follow the instructions of the script to e.g. provide a password for the Jupyter Notebook server.

After the installation, you can access the Jupyter Notebook server under

http://localhost:9999

with your chosen password. Navigate via Jupyter to the code folder and open a notebook to get started.

Security Risks and Disclaimer

The approach chosen to run the Jupyter Notebook server is for illustration purposes only. There are no security measures configured beyond password protection. For example, there is no SSL encryption configured. In addition, the Jupyter Notebook server is run as root. As a consequence, a number of security risks result from the approach chosen.

All codes and Jupyter notebooks come with no representations or warranties, to the extent permitted by applicable law.

This repository with all its scripts, codes and Jupyter notebooks is for illustration purposes only.

Company Information

© Dr. Yves J. Hilpisch | The Python Quants GmbH

http://tpq.io | [email protected] | http://twitter.com/dyjh | http://pqp.io

Python for Finance & Algorithmic Trading online trainings | http://training.tpq.io

University Certificate Program in Python for Algorithmic Trading | http://certificate.tpq.io




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap