项目作者: j1nma

项目描述 :
📏 Experiments with three dimensionality reduction techniques.
高级语言: Python
项目地址: git://github.com/j1nma/dimensionality-reduction.git
创建时间: 2020-04-06T11:41:57Z
项目社区:https://github.com/j1nma/dimensionality-reduction

开源协议:

下载


Dimensionality Reduction

This work experiments with three dimensionality reduction techniques in Python.

Installation

  1. $ pip3 install -r requirements.txt

Running

Custom hyperparameters in a textfile i.e. “./configs/config.txt”.

  1. $ python3 experiments.py ./configs/config.txt

A results folder will contain a timestamp directory with the latest results.

This work is a experiment with a number of algorithms on several datasets.
The aim is to get a feeling of how well each of these algorithms works,
and whether there are differences depending on the dataset.

Datasets

Techniques

  • PCA
  • t-SNE
  • Multi Dimensional Scaling (MDS)

Report

Dimensionality-Reduction-Alonso.pdf