- Hands-On Markov Models with Python
- Ankur Ankan Abinash Panda
- 94字
- 2021-07-23 19:12:03
Installation on Windows
Miniconda can be installed on a Windows system by just double-clicking on the downloaded .exe file and following the installation instructions. After installation, we will need to create a conda environment and install all the required packages in the environment. To create a new Python 3.4 environment with the name hmm, run the following command:
conda create -n hmm python=3.4
After creating the environment, we will need to activate it and install the required packages in it. This can be done using the following commands:
activate hmm
conda install numpy scipy
推薦閱讀
- Learning Cocos2d-x Game Development
- ATmega16單片機項目驅動教程
- Deep Learning with PyTorch
- 電腦組裝、維護、維修全能一本通(全彩版)
- The Applied AI and Natural Language Processing Workshop
- VCD、DVD原理與維修
- 面向對象分析與設計(第3版)(修訂版)
- Creating Flat Design Websites
- Arduino BLINK Blueprints
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- Spring Cloud實戰
- 單片微機原理及應用
- 基于網絡化教學的項目化單片機應用技術
- Arduino項目案例:游戲開發
- Raspberry Pi Home Automation with Arduino