Skip to content

This repository contains the code that I developed for my PhD thesis

License

Notifications You must be signed in to change notification settings

paaatcha/my-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My thesis repository

In this repository I share the code I developed to my PhD thesis. I provide some intructions of how to use it in the following. If you find any bug or have any observation, please, let me know. Don't hesitate to get in touch with me.

Dependencies

All code is done using Python enviroment. Machine/Deep leaning models are implemented using Scikit-Learn and Pytorch.

If you already have the Python enviroment set in your Linux machine, all you need to do in order to install all dependencies is to run the command pip install -r requirements.txt

If you're in the wrong side of the force and are using Windows, I suggest you to use Anaconda to set up your enviroment. However, I don't know if everything will work properly since I use Linux.

Other repositories

To run this code you're going to need to clone other repositories from my Github:

  • Raug: this is reposible to train the deep learning models. You may find mode instruction on its own Readme.md
  • Decision-Making: this repository contains the code for decision-making approaches. Essecialy, you're going use it only if you want to use A-TOPSIS. I also implemented a method to compute an ensemble aggregation using TOPSIS, but it was just a quick experiment and is not reported on my thesis.

After cloning these repositories, you must set the paths on constants.py file. You're going to find instructions there.

Organization

  • In my_models folder you find the CNN models implementations, the combination baseline, MetaNet, and MetaBlock.
  • In benchmarks folder are the scripts for the experiments for each dataset
  • In LewDir, as the name suggests, are the codes related to the aggregation ensemble methods.

To run the benchmarks, I used Sacred. A tool to organize experiments. You don't need to kown how to use in order to run the code, although I strong recommend you to learn it.

Using Sacred, you may run an experiment in the following way: python pad.py with _lr=0.001 _batch_size=50

If you don't want to use it, you can change the parameters directly in the code.

Important: you must set the path to the dataset for each benchmark within the benchmarks folders.

Where can I find the datasets?

You may find the link to all datasets I used in my thesis in the following list:

About

This repository contains the code that I developed for my PhD thesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published