Kmeans and SOM clustering for 20newsgroup
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 Instalationpip install -r requirements.txt