- 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
推薦閱讀
- 龍芯應用開發標準教程
- Unity 5.x Game Development Blueprints
- 硬件產品經理手冊:手把手構建智能硬件產品
- 筆記本電腦維修不是事兒(第2版)
- 分布式微服務架構:原理與實戰
- OpenGL Game Development By Example
- Hands-On Artificial Intelligence for Banking
- 基于PROTEUS的電路設計、仿真與制板
- 微服務實戰(Dubbox +Spring Boot+Docker)
- 微控制器的應用
- Raspberry Pi Home Automation with Arduino
- 分布式存儲系統:核心技術、系統實現與Go項目實戰
- Service Mesh微服務架構設計
- Nagios系統監控實踐(原書第2版)
- Practical Artificial Intelligence and Blockchain