NLP--- How to install the tool NLTK in Ubuntu ? 1. open the website of NLTK and download it. https://pypi.python.org/pypi/nltk 2. unzip this package and cd: >>> cd /home/wangxiao/nltk-3.2.4 >>> python setup.py install ## you have inst…
Recommended reference: https://help.ubuntu.com/community/Xen Step One: Install Ubuntu14.04 on your computer Step Two: Install Xen using “sudo apt-get install xen-hypervisor” which will automatically choose suitable version of Xen. If you do this on a…
本文主要部分来源于ROS官网的Tutorials. Ubuntu install of ROS Kinetic # Setup your sources.list sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' # Set up your keys sudo apt-key adv…
This is a guest blog from Robin Moffatt. Robin Moffatt is Head of R&D (Europe) at Rittman Mead, and an Oracle ACE. His particular interests are analytics, systems architecture, administration, and performance optimization. This blog is also posted on…
Machine Learning System introduction This project is a full stack Django/React/Redux app that uses token based authentication with Knox. Then I add Machine Learning features for demostrate the full workflow of the data mining, including the four stag…
We can use many ways upload our Files to Azure, Than I Introduction to you a good way, AzCopy ! 1. We need to creat a Azure Storage Account,and than creat a new container (such as name is files) in this account 2. Install the tool of AzCopy (AzCopy…