Thursday, June 9, 2016

Machine Learning + Transfer learning + tensorflow for Kaggle Comp

One of the things I'm currently doing with my time is predicting the future with machine learning. One thing I'm doing is a Kaggle districted driver detection competition. I recently posted some starter code for doing transfer learning with Convnets for others to use if interested. Check out the discussion and code at the below links.

https://www.kaggle.com/c/state-farm-distracted-driver-detection/forums/t/21552/starter-script-for-using-the-pre-trained-inception-v3-model-tensorflow

https://github.com/ckleban/kaggle-distracted-drivers-inceptionv3


Thanks
Chris