nachiket tanksaleinBecoming Human: Artificial Intelligence MagazineVision Transformers — attention for vision task.Recently there’s paper “An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale” on open-review. It uses pretrained…Nov 3, 2020Nov 3, 2020
nachiket tanksaleinAnalytics VidhyaDecision Trees — simple and interpret-able algorithm.I decided to implement some of the traditional machine learning algorithms using NumPy to understand them. The repository can be found…Aug 26, 2020Aug 26, 2020
nachiket tanksaleinThe StartupBehavioural Cloning — End to End Learning for Self-Driving Cars.Behavioural cloning is literally cloning the behaviour of the driver. The idea is to train Convolution Neural Network(CNN) to mimic the…May 21, 20191May 21, 20191
nachiket tanksaleinTowards Data ScienceFinding Lane Lines — Simple Pipeline For Lane Detection.Identifying lanes of the road is very common task that human driver performs. This is important to keep the vehicle in the constraints of…Mar 2, 20193Mar 2, 20193
nachiket tanksaleinTowards Data ScienceFinding Good Learning Rate and The One Cycle Policy.IntroductionJun 24, 20185Jun 24, 20185