简体   繁体   中英

How to install MiniSom package in Python

Does anyone know how to install MiniSom package (or any other Self Organizing Map package) in Python?

Kind regards.

1- Download minisom.py from the below link: https://github.com/JustGlowing/minisom/blob/master/minisom.py

2- Place the file in your working directory

3- in your python program which you want to use minisim enter: from minisom import MiniSom

See https://pypkg.com/pypi/minisom/

To install MiniSom , enter the following at the terminal:

pip install minisom

I believe that the PyMVPA package contains self-organising maps functions. You can find detailed installation instructions on their website.

Alternatively if you wish to use MiniSOM you can download it from github where installation instructions are included.

Command To install MiniSom:

pip install minisom (terminal)
!pip install minisom (google colab)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM