All Projects → taspinar → GPSMachineLearning

taspinar / GPSMachineLearning

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to GPSMachineLearning

vx8 gps
DIY GPS module for Yaesu VX-8DR/VX-8DE handheld transceiver.
Stars: ✭ 41 (-66.39%)
Mutual labels:  gps, gps-data
xavc rtmd2srt
Extract real time meta-data and GPS tracks from Sony XAVC video
Stars: ✭ 29 (-76.23%)
Mutual labels:  gps, gps-data
gps-util
GPS related functionalities for nodejs
Stars: ✭ 31 (-74.59%)
Mutual labels:  gps, gps-data
GPSService
Demonstrates how to use a service to regularly update a activity with data via callback. Also allows the activity to call functions on the service.
Stars: ✭ 16 (-86.89%)
Mutual labels:  gps
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (-39.34%)
Mutual labels:  gps
rikitraki
This repository contains the client code of RikiTraki.com, a map-centric hiking log web application.
Stars: ✭ 16 (-86.89%)
Mutual labels:  gps
gnssIR python
Python scripts for GNSS interferometric reflection applications
Stars: ✭ 19 (-84.43%)
Mutual labels:  gps
RouteConverter
The popular GPS conversion and editing tool
Stars: ✭ 123 (+0.82%)
Mutual labels:  gps
Qwiic Ublox Gps Py
No description or website provided.
Stars: ✭ 38 (-68.85%)
Mutual labels:  gps
monopticon
Monitor ethernet traffic in real time with a 3D backend.
Stars: ✭ 57 (-53.28%)
Mutual labels:  traffic-analysis
aic-mobile-ios
Art Institute of Chicago Official Mobile App
Stars: ✭ 29 (-76.23%)
Mutual labels:  gps
HPR-Rocket-Flight-Computer
A flight computer for high-powered rockets based on the Teensy platform. 4 programmable pyro outputs, Mach immune flight events, air-start & two-stage capable w/ tilt-sensing safety features, GPS & live telemetry. High-rate data logging at 1000 samples per second. 4.0in x 1.25in x 0.5in fits in a 38mm tube coupler.
Stars: ✭ 33 (-72.95%)
Mutual labels:  gps
gpx-builder
Builder of GPX files
Stars: ✭ 25 (-79.51%)
Mutual labels:  gps
surger
⚡ Is there surge pricing around me right now?
Stars: ✭ 20 (-83.61%)
Mutual labels:  gps
GpsPrune
GpsPrune is a map-based application for viewing, editing and converting coordinate data from GPS systems.
Stars: ✭ 46 (-62.3%)
Mutual labels:  gps-data
Compass
Compass is a GPS tracking server that stores data in flat files.
Stars: ✭ 105 (-13.93%)
Mutual labels:  gps
UString
[ACM MM 2020] Uncertainty-based Traffic Accident Anticipation
Stars: ✭ 38 (-68.85%)
Mutual labels:  traffic-analysis
orange3-geo
🍊 🌍 Orange add-on for dealing with geography and geo-location
Stars: ✭ 22 (-81.97%)
Mutual labels:  gps
Low power TTGO T-beam
Low power consumption for TTGO t-beam
Stars: ✭ 45 (-63.11%)
Mutual labels:  gps
nrf9160
LTE 4G link on nRF9160-DK (ARM Cortex-M33)
Stars: ✭ 20 (-83.61%)
Mutual labels:  gps

Synopsis

This repository contains code and jupyter notebooks with machine learning algorithms for working with GPS trajectories. It will be used during the Machine Learning hackathon of IotTechDay2017.

The dataset used is the popular GeoLife GPS Trajectories

We have already processed this dataset, so that each trajectory (which only contains lat, long, timestamp) is enriched with velocity, acceleration and modality information.

This processed data can be downloaded from google drive (size 3.7 GB). It is also available in zipped format (size 0.9 GB)

For the classification and clustering part, only the metadata files are necessary. These contain aggregated data per trajectory (such as average velocity, average acceleration etc). These metadata files are much smaller in size and can be downloaded from google drive (1.5 MB zipped) and dropbox (3.6 MB unzipped)

Main Contributors:

Tasks

    1. How can we load GPS trajectories in a proper way so that it will be easier to work with in the future.
    1. Supervised Machine Learning: Build a classifier which can automatically detect the transportation mode of the trajectories (walking, bicycle, car etc).
    1. Unsupervised Learning; Clustering of the GPS trajectories by using auto-encoders and recurrent neural networks.
    1. GeoSpatial analysis of the GPS trajectories; Analysis and visualization of the taken routes (does the popularity of a route affect the traffic? What are the points of interest e.g., restaurants, stores, hotels, etc. )

Notebooks

We have provided some notebooks, which should give you a flying start, but feel free to do everything your own way.

Possible relevant datasets

Interesting articles:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].