Skip to content

ashokc/Clustering-text-with-tranformed-document-vectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clustering Text with Tranformed Document Vectors

This is the source code to go along with the blog article

Clustering Text with Transformed Document Vectors

Dependencies

numpy
image
matplotlib

Usage

python ./transform.py b a

1. b: A stretching factor
2. a: A rotaton factor

The points in [x,y] space are transformed to [x',y'] space with:

Linear transformation

Impact of transformation on clustering

Impact of transformation on clustering

About

Clustering Text with Transformed Document Vectors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages