Dhaval Thakur (@dhavalthakur)
  • Stars
    star
    6
  • Global Rank 1,300,168 (Top 45 %)
  • Followers 3
  • Registered almost 12 years ago
  • Most used languages
    R
    25.0 %
  • Location 🇧🇪 Belgium
  • Country Total Rank 5,037
  • Country Ranking
    R
    181

Top repositories

1

Image-Caption-Generation-using-Deep-Learning-14k-Flickr-Dataset-

With current scenario in 2020, where quarantine is the buzz word and work-from-home has become a norm, there is an increasing usage of internet. At the touch of a screen we can order groceries, medicines etc. However, not everyone is fortunate enough to use it as seamlessly. For example, the people who suffer from impaired vision might find it cumbersome and frustrating to distinguish between blueberries and grapes. This project aims to create a neural network model that can help such demographics. The complexity and novelty in creating such a model is that it should not simply detect the object but also give useful and accurate information about that object. Hence, this project proposes an ‘Image caption generator (using deep learning)’ that processes the image and describes it in a short sentence using a natural language such as English. The model is an amalgamation of two types of neural networks, CNN (Convolutional Neural Network) for image processing and LSTM (Long short-term memory), a type of Recurrent Neural Network, for text processing. A subset of 14,000 images, along with their sample captions, has been selected from Flickr_30K dataset. The generated caption is evaluated using human judgement as well as BLEU-1 score. Furthermore, the model has been trained and tested with several variations such as incorporation of pre-trained GloVe embeddings, different dropout and regularizer rates, and two types of feature extraction models for images: Xception and VG16. Most relevant and fitting captions were obtained using features from Xception model with an encoder-decoder based architecture. Highest BLEU-1 scores (above 0.5 on a scale of 0 to 1) were obtained with VG16 model using GloVe embeddings.
Jupyter Notebook
2
star
2

SMS-Spam-Classification-using-Naive-Bayes-Random-Forest-NN

Model implementation of SMS messages into Spam or not spam using Naive Bayes, Random Forest and NN
Jupyter Notebook
1
star
3

bear-browser

A reattempt to create a browser using C# and .net having all the required features such as multiple tabs, dark mode and shortcuts to sites most frequently visited by programmers and daily internet surfers
1
star
4

Loan-Repayment-Prediction-using-Decision-Trees-Random-Forest

A data science mini project to predict if loan would be repayed by the user or not
Jupyter Notebook
1
star
5

Logistic-Regression-on-dataset-for-Heart-disease-probablity

From the UCI dataset using R programming language building a simple model to predict the probablity of heart disease
R
1
star