- Hands-On Markov Models with Python
- Ankur Ankan Abinash Panda
- 109字
- 2021-07-23 19:12:03
Installation on Linux
On Linux, after downloading the Miniconda file, we will need to give it execution permissions and then install it. This can be done using the following commands:
chmod +x Miniconda.sh
./Miniconda.sh
After executing the file, we can simply follow the installation instructions. Once installed, we will need to create a new environment and install the required packages. We can create a new Python 3.4 environment with the name hmm using the following commands:
conda create -n hmm python=3.4
Once the environment has been created, we will need to activate it and install the packages inside it using the following:
source activate hmm
conda install numpy scipy
推薦閱讀
- 觸摸屏實(shí)用技術(shù)與工程應(yīng)用
- 網(wǎng)絡(luò)服務(wù)器配置與管理(第3版)
- 硬件產(chǎn)品經(jīng)理成長手記(全彩)
- 電腦組裝、維護(hù)、維修全能一本通(全彩版)
- The Applied AI and Natural Language Processing Workshop
- 嵌入式系統(tǒng)設(shè)計(jì)教程
- 數(shù)字邏輯(第3版)
- 微軟互聯(lián)網(wǎng)信息服務(wù)(IIS)最佳實(shí)踐 (微軟技術(shù)開發(fā)者叢書)
- 基于Proteus仿真的51單片機(jī)應(yīng)用
- 深入理解序列化與反序列化
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- FL Studio Cookbook
- 新編電腦組裝與硬件維修從入門到精通
- Spring Security 3.x Cookbook
- Arduino項(xiàng)目案例:游戲開發(fā)