├── .ipynb_checkpoints ├── Model-checkpoint.ipynb └── data_processing-checkpoint.ipynb ├── Dataset.csv ├── Dataset └── PTM Strava Data │ ├── PTM Strava Data │ ├── bike │ │ ├── Laramie_Enduro_2014..gpx │ │ ├── Laramie_Enduro_2015.gpx │ │ ├── Laramie_Enduro_2016.gpx │ │ └── West_Laramie_Bike_Ride.gpx │ └── hike │ │ ├── Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_1_of_3_.gpx │ │ ├── Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_2_of_3_.gpx │ │ ├── Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_3_of_3_.gpx │ │ ├── Colorado_Belford_Oxford_and_Missouri_Mountains_Hike.gpx │ │ └── Colorado_Longs_Peak_and_Chasm_Lake_Hike.gpx │ ├── bike │ ├── Laramie_Enduro_2014.gpx │ ├── Laramie_Enduro_2015.gpx │ ├── Laramie_Enduro_2016.gpx │ └── West_Laramie_Bike_Ride.gpx │ └── hike │ ├── Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_1_of_3_.gpx │ ├── Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_2_of_3_.gpx │ ├── Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_3_of_3_.gpx │ ├── Colorado_Belford_Oxford_and_Missouri_Mountains_Hike.gpx │ └── Colorado_Longs_Peak_and_Chasm_Lake_Hike.gpx ├── Final_Prediction ├── .ipynb_checkpoints │ └── Prediction-checkpoint.ipynb ├── Prediction.ipynb ├── Separate_Testing.csv ├── colab_model_relu_100ep.h5 └── colab_model_relu_100ep_up.h5 ├── Model.ipynb ├── data_processing.ipynb ├── model └── gps │ ├── colab_model.h5 │ ├── colab_model_tanh.h5 │ └── model.h5 ├── pil_text.png └── pil_text1.png /.ipynb_checkpoints/Model-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/.ipynb_checkpoints/Model-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/data_processing-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/.ipynb_checkpoints/data_processing-checkpoint.ipynb -------------------------------------------------------------------------------- /Dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset.csv -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/bike/Laramie_Enduro_2014..gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/bike/Laramie_Enduro_2014..gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/bike/Laramie_Enduro_2015.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/bike/Laramie_Enduro_2015.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/bike/Laramie_Enduro_2016.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/bike/Laramie_Enduro_2016.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/bike/West_Laramie_Bike_Ride.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/bike/West_Laramie_Bike_Ride.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_1_of_3_.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_1_of_3_.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_2_of_3_.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_2_of_3_.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_3_of_3_.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_3_of_3_.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/hike/Colorado_Belford_Oxford_and_Missouri_Mountains_Hike.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/hike/Colorado_Belford_Oxford_and_Missouri_Mountains_Hike.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/PTM Strava Data/hike/Colorado_Longs_Peak_and_Chasm_Lake_Hike.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/PTM Strava Data/hike/Colorado_Longs_Peak_and_Chasm_Lake_Hike.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/bike/Laramie_Enduro_2014.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/bike/Laramie_Enduro_2014.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/bike/Laramie_Enduro_2015.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/bike/Laramie_Enduro_2015.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/bike/Laramie_Enduro_2016.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/bike/Laramie_Enduro_2016.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/bike/West_Laramie_Bike_Ride.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/bike/West_Laramie_Bike_Ride.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_1_of_3_.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_1_of_3_.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_2_of_3_.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_2_of_3_.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_3_of_3_.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/hike/Berenthanti_Ghorepani_Ghandruk_Loop_Hike_Day_3_of_3_.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/hike/Colorado_Belford_Oxford_and_Missouri_Mountains_Hike.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/hike/Colorado_Belford_Oxford_and_Missouri_Mountains_Hike.gpx -------------------------------------------------------------------------------- /Dataset/PTM Strava Data/hike/Colorado_Longs_Peak_and_Chasm_Lake_Hike.gpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Dataset/PTM Strava Data/hike/Colorado_Longs_Peak_and_Chasm_Lake_Hike.gpx -------------------------------------------------------------------------------- /Final_Prediction/.ipynb_checkpoints/Prediction-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Final_Prediction/.ipynb_checkpoints/Prediction-checkpoint.ipynb -------------------------------------------------------------------------------- /Final_Prediction/Prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Final_Prediction/Prediction.ipynb -------------------------------------------------------------------------------- /Final_Prediction/Separate_Testing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Final_Prediction/Separate_Testing.csv -------------------------------------------------------------------------------- /Final_Prediction/colab_model_relu_100ep.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Final_Prediction/colab_model_relu_100ep.h5 -------------------------------------------------------------------------------- /Final_Prediction/colab_model_relu_100ep_up.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Final_Prediction/colab_model_relu_100ep_up.h5 -------------------------------------------------------------------------------- /Model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/Model.ipynb -------------------------------------------------------------------------------- /data_processing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/data_processing.ipynb -------------------------------------------------------------------------------- /model/gps/colab_model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/model/gps/colab_model.h5 -------------------------------------------------------------------------------- /model/gps/colab_model_tanh.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/model/gps/colab_model_tanh.h5 -------------------------------------------------------------------------------- /model/gps/model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/model/gps/model.h5 -------------------------------------------------------------------------------- /pil_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/pil_text.png -------------------------------------------------------------------------------- /pil_text1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lavkushwaha/GPS-Data-Prediction-ML-RNN/HEAD/pil_text1.png --------------------------------------------------------------------------------