Pinned Repositories
ABC_python
artificial bee colony algorithm in python
Algorithms
algorithms for machine learning in pyhton
auto_correct
auto corrects a word given a corpus
BERT-keyphrase-extraction
Keyphrase Extraction based on Scientific Text, Semeval 2017, Task 10
chatbot_dr
chatbot to check for symptoms and tell precautions related to illness classified.
createDB_reddit
Dhruva1098
Config files for my GitHub profile.
digit_recogNN
neural network from scratch, no tensorflow or other library, which recognises handwritten digits
DoH-NLP
A sentiment analysis NLP model which tells wether a person is depressed or not by their tweets, texts, writings etc.
multi_armed_bandit_algorithm
A classic reinforcement learning problem solved by an algorithm. This is industry usable and is used to find optimal solution when there are 'n' choices with random probability of outputs, for example- multiple slot machines with different probability of rewards. THis algorithm maximises the reward.
Dhruva1098's Repositories
Dhruva1098/auto_correct
auto corrects a word given a corpus
Dhruva1098/multi_armed_bandit_algorithm
A classic reinforcement learning problem solved by an algorithm. This is industry usable and is used to find optimal solution when there are 'n' choices with random probability of outputs, for example- multiple slot machines with different probability of rewards. THis algorithm maximises the reward.
Dhruva1098/ABC_python
artificial bee colony algorithm in python
Dhruva1098/Algorithms
algorithms for machine learning in pyhton
Dhruva1098/BERT-keyphrase-extraction
Keyphrase Extraction based on Scientific Text, Semeval 2017, Task 10
Dhruva1098/chatbot_dr
chatbot to check for symptoms and tell precautions related to illness classified.
Dhruva1098/createDB_reddit
Dhruva1098/Dhruva1098
Config files for my GitHub profile.
Dhruva1098/digit_recogNN
neural network from scratch, no tensorflow or other library, which recognises handwritten digits
Dhruva1098/DoH-NLP
A sentiment analysis NLP model which tells wether a person is depressed or not by their tweets, texts, writings etc.
Dhruva1098/GAN_pytorch
a GAN in pytorch which generates MNIST images
Dhruva1098/LSTM-timeSeriesForcasting
Dhruva1098/MAB_contextual
multi arm bandit but takes in consideration of the context. Uses deep learning and pytoarch
Dhruva1098/NLP-youtube-spam-or-ham
Dhruva1098/proGAN
implementation of revolutionary proGAN model from scratch using pytorch
Dhruva1098/SRGAN
Dhruva1098/TSF_task1
Dhruva1098/VDCNN
implementation of very deep CNN using tensorflow