Giter Site home page Giter Site logo

huaweiukuniversitychallenge2021's Introduction

HuaweiUKUniversityChallenge2021

Team MatchLab submission to Huawei UK University Challenge 2021

Authors

Team Name: MatchLab

Team members:

Method

Task 1

  • MAC address vendor lookup and removing invalid APs (probably mobile hotspots)
  • Removing rare MAC addresses (less than 10 occurrences)
  • Removing outlier samples in the training set (>100m between fingerprints)
  • Input to the model: pairs of signal powers for common MAC addresses (up to 10) for both fingerprints, MAC similarity index indicating the total number of common MAC addresses, absolute difference between fingerprint indices
  • Model: 5-layer NN with linear layers, PReLU activations and batch normalization layers
  • Trained for 10 epochs with batch size equal to 1024, SGD optimizer and sum of L1 and MSE as a loss function

Task 2

  • Initialize clusters from elevations (all trajectories between fingerprints specified in elevations considered as one of the initial clusters)
  • Merge clusters based on threshold of estimated WiFi distance between closest points in two clusters

Replicating the results

To replicate our results it is advised to use the newest versions of PyTorch, Pandas, Numpy, and tqdm. For task 1 simply run python train_task1.py and it will produce a submission file called my_submission.csv. For task 2, run python elevation_clustering_task2.py, which produces file submission.csv.

huaweiukuniversitychallenge2021's People

Contributors

galidor avatar

Watchers

James Cloos avatar  avatar

Forkers

jasonsun623

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.