Skip to content

marco-digio/LightOn-internship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

README

What is this repository for?

  • This repository contains the code developed during my internship at LightOn
  • Version 0.1

How do I get set up?

To run the code, the following python libraries are needed:

  • numpy
  • scipy
  • sklearn
  • matplotlib
  • time
  • os
Script directory

To recover the plots of my internship final report, run the correspondent scripts. Example: python script/QR_scripts.py

Some scripts require real datasets, download them at:

and put them in a directory called dataset.

Core directory

In the core directory, two tipes of files are present:

  • main files contain basic functions to run the new algorithms (for example: QR.py). If you just want to use the algorithm, only these are the files that you need
  • tools files that perform analysis of the correspondent algorithms and plot figures (for example QR_tools.py)

This core files are imported by the correspondent scripts files when executed.

LightOn-internship

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published