项目作者: rvitorgomes

项目描述 :
Kmeans and SOM clustering for 20newsgroup
高级语言: Jupyter Notebook
项目地址: git://github.com/rvitorgomes/kmeans-20news.git
创建时间: 2018-06-05T19:39:00Z
项目社区:https://github.com/rvitorgomes/kmeans-20news

开源协议:

下载


Kmeans implementation for Artificial Intelligence Course

Installation

Download and install anaconda https://www.anaconda.com/download/

Clone this repository:

git clone https://github.com/rvitorgomes/ai18 folderName

Go to the created folder and check if the conda is installed:

cd folderName

conda --version

Create and activate a new conda environment:

conda create -n ai18

activate ai18

Install the packages:

conda install numpy

conda install scikit-learn

conda install pandas

conda install matplotlib

conda install nltk

Initialization:

conda activate ai18

jupyter notebook

Advanced Instalation
pip install -r requirements.txt