rvitorgomes / kmeans-20news

Kmeans and SOM clustering for 20newsgroup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kmeans and SOM clustering for 20newsgroup


Languages

Language:Jupyter Notebook 100.0%Language:Shell 0.0%