Giter Site home page Giter Site logo

pankarfa / deep-autoencoders-cartography Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fachu000/deep-autoencoders-cartography

0.0 0.0 0.0 49.69 MB

This repository contains the code reproducing the results in the paper "Deep Completion Autoencoders for Radio Map Estimation"

Python 100.00%

deep-autoencoders-cartography's Introduction

Introduction

The Python code in python folder implements the simulations and plots the figures described in the paper "Deep Completion Autoencoders for Radio Map Estimation" by Yves Teganya and Daniel Romero.

Required packages

Use the package manager pip to install the following packages:

tensorflow
scipy
cvxpy
cvxopt
matplotlib
pandas
joblib
sklearn
opencv-python

Guidelines

Add the simulation environment for Python with the following git command:

git submodule add https://github.com/fachu000/GSim-Python.git ./gsim

The first time one wants to run a simulation after downloading the required Python packages and the simulation environment, one enters the folder python and creates the folder output with subfolder autoencoder_experiments. Inside the latter, create two subfolders savedWeights and savedResults. After that, one will be able to execute any simulation in the aforementioned paper by running run_experiment.py file that is located in the folder python/ followed by the experiment number as will be explained with an example later.

The experiments reproducing different figures in the paper are organized in methods located in the file Experiments/autoencoder_experiments.py. The comments before each method indicate which figure(s) on the paper it generates.

For experiments that use the Wireless Insite software, please unzip the dataset files from remcom_maps.zip in the Generators folder to form the remcom_maps folder.

One is now all set. For example, to run experiment 1003, one types run_experiment.py 1003. To just display the results of the last execution of experiment 1003 (stored in output/autoencoder_experiments), one types run_experiment.py -p 1003. Note that this way of only plotting executed experiments applies for displaying 1D curves, it does not work for 2D images. The simulation results for experiments that produce 2D images (possibly together with 1D curves) are saved in output/autoencoder_experiments/savedResults.

For any questions related to the code or difficulties to run it, please send me an email at [email protected] or [email protected]

Citation

If our code is helpful in your resarch or work, please cite our paper.

@article{teganya2020deepcompletion,
  title={Deep Completion Autoencoders for Radio Map Estimation},
  author={Teganya, Yves and Romero, Daniel},
  journal={arXiv preprint arXiv:2005.05964},
  year={2020}
}

deep-autoencoders-cartography's People

Contributors

yvestegnya2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.