You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, autonomous driving of a car around a cicular track is achieved using Deep Learning. Car driving skill and nature of human(s) is recorded and a network is trained to clone this behavior. The car then uses predictions fron the trained network to drive autonomously.
A Logistic Regression model which predicts and differentiates the diabetic patients from the given Pima Indians Diabetes Database dataset. Hyper parameter tuning is implemented using Tensorflow board visualizations.
This project was submitted as a requirement for this course. The course was administered in Spring 2018 in Tel-Aviv University - School of Mathematical Sciences
This works is an analysis of the feature space and comparison of the discriminative capability of features obtained from Autoencoders .In Deep learning literature these problems statements are called representation learning and through this work MNIST feature space and it's intricacies are visualized .
A model to classify images of waste products as Organic or Recyclable. Applied Image Augmentation to images and used basic CNN to classify images using Keras. Analysed the performance using Tensorboard. Detected over fitting using metric curves (accuracy) and addressed it using Dropout Regularization.