Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

INF367 Selected Topics in Artificial Intelligence: Project 2 - dimensionality reduction & clustering

Notifications You must be signed in to change notification settings

H00N24/INF367-Project-d-reduction-clustering

Repository files navigation

INF367 Project 2

Dimensionality reduction & clustering

Solution

Project assigment and are in Project 2.ipynb jupyter notebook.

Prerequisities

  • python >=3.7
  • python venv/virtualenv package
  • python libraries specified in requiriments.txt

Commands for installing & running the notebook

  • Creating and activating python virtual enviroment
$ python -m virtualenv venv # python -m venv venv
$ source venv/bin/activate
  • Installing python libraries and ipykernel for jupyter notebook
[venv]$ pip install -r requiriments-pre.txt # Cython
[venv]$ pip install -r requiriments.txt
[venv]$ python -m ipykernel install --user --name inf367-project-2 --display-name "INF367 Project 2"
  • Unziping data and running the notebook
[venv]$ unzip cell_data.zip
[venv]$ jupyter notebook

About

INF367 Selected Topics in Artificial Intelligence: Project 2 - dimensionality reduction & clustering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published