- 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
推薦閱讀
- 觸摸屏實(shí)用技術(shù)與工程應(yīng)用
- Python GUI Programming:A Complete Reference Guide
- 計(jì)算機(jī)組裝·維護(hù)與故障排除
- 嵌入式技術(shù)基礎(chǔ)與實(shí)踐(第5版)
- Manage Partitions with GParted How-to
- 深入淺出SSD:固態(tài)存儲(chǔ)核心技術(shù)、原理與實(shí)戰(zhàn)(第2版)
- R Deep Learning Essentials
- Machine Learning Solutions
- 龍芯自主可信計(jì)算及應(yīng)用
- 數(shù)字媒體專(zhuān)業(yè)英語(yǔ)(第2版)
- 基于網(wǎng)絡(luò)化教學(xué)的項(xiàng)目化單片機(jī)應(yīng)用技術(shù)
- 觸摸屏應(yīng)用技術(shù)從入門(mén)到精通
- Instant Website Touch Integration
- The Machine Learning Workshop
- ActionScript Graphing Cookbook