smileyarik / tgcontest

Telegram Data Clustering contest solution by Mindful Squirrel

Home Page:https://contest.com/docs/data_clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TGNews

Build Status

Install

Prerequisites: CMake, Boost

$ sudo apt-get install cmake libboost-all-dev build-essential

If you got zip archive, just go to building binary

To download code and models:

$ git clone https://github.com/IlyaGusev/tgcontest
$ cd tgcontest
$ git submodule init
$ git submodule update
$ bash download_models.sh

To build binary (in "tgcontest" dir):

$ mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ..
$ make

To download datasets:

$ bash download_data.sh

Run on sample:

./build/tgnews top data --ndocs 10000

Training

Models

Data

Markup

About

Telegram Data Clustering contest solution by Mindful Squirrel

https://contest.com/docs/data_clustering

License:Apache License 2.0


Languages

Language:Jupyter Notebook 55.1%Language:C++ 38.5%Language:HTML 3.3%Language:CMake 1.5%Language:Shell 1.5%