Skip to content

This repository contains samples of my code (competitive programming, machine learning, etc.)

Notifications You must be signed in to change notification settings

atomutek/code_samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

code samples

This repository contains samples of my code.

Algorithm

  • SaLaMi: Solution to a safe, laser, mirror problem. This particular problem was given during the ACM-ICPC World Finals 2012 (Problem I: A Safe Bet).
    • Done with a sweeping algorithm and binary tree data structure
  • Bandwidth: Solution to compute the bandwidth between 2 given machines in a mobility IoT network.
    • Done with the Edmonds-Karp algorithm

Machine learning

  • Quora duplicate: Predict if a given question is a duplicate of another one.
    • Done with Natural language processing + gradient boosting trees
  • MAC address classifier: Classify a MAC address between mobile and desktop.
    • Done with gradient boosting trees

About

This repository contains samples of my code (competitive programming, machine learning, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors