Pinned Repositories
AttendanceManagementSystem
A simple client-side system to take attendane and add students to a roll call. Designed to be a biometric-attendance system.
BroCode
A Fun and Simple Esoteric Programming Language :D
caffeinepost
A Static Blog Generator.
Casual-Effects-Of-Sophstication-In-NLP
Pytorch implementation of a BERT-Transformer (Encoder-Decoder) generative model that generates counterfactual text and measures the causal effect of sophistication within text.
cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
ComputerAnswers
Implementation of The Virtual Tarrot Game, Peter Answers.
emotionDetection-1
Emotion Detection from text.
goto
Linux Shell 'cd' replacement tool. cd on steroids, with fuzzy file finder and a directory bookmark saver.
NetworkChatClient
A Network/LAN chat client using Socket programming in Python.
VisualizeWhatsAppChatHistory
Simple Python scripts to visualize and analyze WhatsApp chat history, generating message count and word frequency.
ankitvad's Repositories
ankitvad/Casual-Effects-Of-Sophstication-In-NLP
Pytorch implementation of a BERT-Transformer (Encoder-Decoder) generative model that generates counterfactual text and measures the causal effect of sophistication within text.
ankitvad/SQL_LIKE_OPERATOR
Implementing the SQL LIKE Operator using REGEX search and Pattern Matching.
ankitvad/20-20-20
A simple Python script to notify users to take a break after every 20 minutes.
ankitvad/AutomatedStockTrading-DeepQ-Learning
Every day, millions of traders around the world are trying to make money by trading stocks. These days, physical traders are also being replaced by automated trading robots. Algorithmic trading market has experienced significant growth rate and large number of firms are using it. I have tried to build a Deep Q-learning reinforcement agent model to do automated stock trading.
ankitvad/awesome-mlss
List of summer schools in machine learning + related fields across the globe
ankitvad/bertviz
Tool for visualizing attention in the Transformer model (BERT, GPT-2, Albert, XLNet, RoBERTa, CTRL, etc.)
ankitvad/character-mining
Mining individual characters in multiparty dialogue.
ankitvad/ClusteredIndex
An SQL-Indexing approach using Clustered index.
ankitvad/fast_abs_rl
Code for ACL 2018 paper: "Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting. Chen and Bansal"
ankitvad/GNN4NLP-Papers
A list of recent papers about Graph Neural Network methods applied in NLP areas.
ankitvad/gpt2_episode_summary_generator
Utilizing webscraping and state-of-the-art NLP to generate TV show episode summaries.
ankitvad/graph-based-deep-learning-literature
links to conference publications in graph-based deep learning
ankitvad/Graph-Reading-Group
Weekly reading group on Graphs at Mila
ankitvad/Image-Caption-Generation
A seq2seq (CNN + RNN/LSTM) Structure to Generate Image Captions
ankitvad/KnowledgeGraphEmbedding
ankitvad/KRLPapers
Must-read papers on knowledge representation learning (KRL) / knowledge embedding (KE)
ankitvad/LiteratureDL4Graph
ankitvad/ML_NLP_Group
UWaterloo NLP Reading Group.
ankitvad/netflix-movie-generator
ankitvad/NLP-DL-Tricks
Tricks of NLP/deep Learning/machine learning, etc.
ankitvad/nlp-roadmap
ROADMAP(Mind Map) and KEYWORD for students those who have interest in learning NLP
ankitvad/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
ankitvad/nlp_course
YSDA course in Natural Language Processing
ankitvad/Quantitative-Comparison-NLP-Embeddings-from-GloVe-to-RoBERTa
Fair quantitative comparison of NLP embeddings from GloVe to RoBERTa with Sequential Bayesian Optimization fine-tuning using Flair and SentEval. Extension of HyperOpt library to log_b priors.
ankitvad/realworldnlp
Example code for "Real-World Natural Language Processing"
ankitvad/remote-jobs
A list of semi to fully remote-friendly companies in tech.
ankitvad/skorch
A scikit-learn compatible neural network library that wraps pytorch
ankitvad/Text-Generation
ankitvad/Text-Generation-Papers
Paper collection of Neural Text Generation
ankitvad/Transformers
Ipython notebooks of walk-trough Transformer model implementations in PyTorch and GPT-2 fine-tuning.